yunshichen

我相信人生是值得活的,尽管人在一生中必须遭受痛苦,卑劣,残酷,不幸和死亡的折磨,我依然深信如此.但我认为人生不一定要有意义,只是对一些人而言,他们可以使人生有意义. ---J 赫胥黎

Ubuntu/Linux常用命令


挂载NTFS分区


查看磁盘信息

sudo fdisk -l

我的电脑显示如下
Disk /dev/sda: 80.0 GB, 80032038912 bytes
255 heads, 63 sectors/track, 9730 cylinders
Units 
= cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x80f280f2

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           
1        2728    21912628+   7  HPFS/NTFS
/dev/sda2            
2729        9730    56243565    f  W95 Ext'd (LBA)
/dev/sda5            
2729        7702    39953623+   7  HPFS/NTFS
/dev/sda6            
7703        7764      497983+  82  Linux swap / Solaris
/dev/sda7            
7765        9730    15791863+  83  Linux

现在你已经看到,/dev/sda1 和 /dev/sda5 都是NTFS分区,可以用如下命令将他们挂载.注意,如果/media/win_c文件夹不存在,你要先创建它.
sudo mount /dev/sda1 /media/win_c -o iocharset=utf8

如果需要系统启动就自动挂载分区,那么如下编辑fstab文件

sudo gedit /etc/fstab

加入如下内容
/dev/sda1 /media/win_c ntfs iocharset=utf8,umask=0 0 0





1 文件夹改名
  mv srcDir newDir

2 查看内核版本
  uname -a

3 安装deb包 
 sudo dpkg -i package_file.deb

posted on 2008-06-25 10:52 Chenyunshi 阅读(390) 评论(2)  编辑 收藏 引用 所属分类: Ubuntu/linux

评论

# Now I feel stpuid. That's cleared it up for me 2011-05-23 07:49 Davion

Now I feel stpuid. That's cleared it up for me  回复  更多评论   

只有注册用户登录后才能发表评论。
<2024年11月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
1234567

导航

统计

常用链接

留言簿(7)

随笔分类

随笔档案

文章分类

相册

搜索

最新评论

阅读排行榜

评论排行榜