当前位置: 技术问答>linux和unix
=======about mount ========
来源: 互联网 发布时间:2015-04-30
本文导语: [root@localhost root]# fdisk -l 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 ...
[root@localhost root]# fdisk -l
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 !!
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 !!
|
hda2是扩展分区,不能mount。只能mount vfat或ext2格式的分区。