|
Disk /dev/hda: 15.3 GB, 15393079296 bytes 255 heads, 63 sectors/track, 1871 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 510 4096543+ b Win95 FAT32 /dev/hda2 511 1020 4096575 5 Extended /dev/hda3 1021 1838 6570585 83 Linux /dev/hda4 1839 1871 265072+ 82 Linux swap /dev/hda5 511 1020 4096543+ b Win95 FAT32 [root@localhost root]# mount -a /dev/hda2 /home/yt-ak mount: error while guessing filesystem type mount: you must specify the filesystem type [root@localhost root]# #wei shen mo mount bu shang ? #qing gao shou zhi jiao !! |
|
|
|
你没指定文件系统类型
mount -t vfat /dev/hda5 /mnt/文件夹 |
|
|
hda2是扩展分区,不能mount。只能mount vfat或ext2格式的分区。
|
|
|
hda2是扩展分区,不知道其文件系统的类型,而且你使用的命令格式也不对,应该为
mount -t type /dev/hda5 /home/yt-ak type为文件系统类型 |
|
|
对了,我也碰到一个问题.我无任如果都mount不了USB闪盘,请指教.
|
|