我用mount命令挂载windows分区的c盘和d盘,可是却总不成功!挂载c盘时,我用的命令如下
mount -t NTFS /dev/sda1 /mnt/windowsc
可提示却是:mount: unknown filesystem type 'NTFS'
mount: unknown filesystem type 'NTFS' 挂载时却提示
ntfs-3g: Failed to access volume '/dev/hda1': 没有那个文件或目录
Please type '/sbin/mount.ntfs --help' for more information.
挂载d盘时,
mount -t fat32 /dev/sda5 /mnt/windowsd
却提示:mount: unknown filesystem type 'fat32'
mount: maybe you meant 'vfat'?
当我用vfat挂载时也不能成功,真不明白为什么?
哪位了解,介绍一下啊?


microstar 于 2009-04-14 23:31:41发表:
2# hantu
谢谢啊!我再试试!
hantu 于 2009-04-14 00:02:37发表:
ntfs要用小写
没有fat32这个文件系统,请用 mount -t vfat