kolinsky 发表于 2007-9-8 22:34

linux下怎么用移动硬盘?

在下最近真是跟linux较上劲了。现在有一块移动硬盘,160G,3,5寸的,装在移动硬盘盒里面,分成了4个区,硬盘盒用的USB接口。
现在不知道怎么把硬盘mount上去。在/dev/下面显示该硬盘为sda(用partitionen那个工具看出来的)。

用cat /proc/partitions 看出来的结果是
   3   0117220824 hda
   3   1   15358108 hda1
   3   2          1 hda2
   3   3   779152 hda3
   3   4   39632355 hda4
   3   5   20482843 hda5
   3   6   20482843 hda6
   3   7   20482843 hda7
   8   0160086527 sda

用fdisk -l 显示的结果是
Disk /dev/sda: 163.9 GB, 163928604160 bytes
255 heads, 63 sectors/track, 19929 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   IdSystem
/dev/sda1               1       19929   160079661   42SFS

但是在man mount里面SFS 不是 -t 的一个合法的文件格式,不知道要怎么处理,有没有高手肯赐教?

adlb 发表于 2007-9-9 13:19

take a look at this link:http://forum.linux-ntfs.org/viewtopic.php?t=555
页: [1]
查看完整版本: linux下怎么用移动硬盘?