|
|
[root@localhost root]# fdisk -l
Disk /dev/sda: 36.4 GB, 36419584000 bytes
255 heads, 63 sectors/track, 4427 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2611 20972826 7 HPFS/NTFS
/dev/sda2 2612 3400 6337642+ 83 Linux
/dev/sda3 3401 4165 6144862+ 83 Linux
/dev/sda4 4166 4427 2104515 f Win95 Ext'd (LBA)
/dev/sda5 4166 4426 2096451 82 Linux swap
[root@localhost root]# mount -t vfat /dev/sda4 /mnt/usb
mount: wrong fs type, bad option, bad superblock on /dev/sda4,
or too many mounted file systems
(aren't you trying to mount an extended partition,
instead of some logical partition inside?)
[root@localhost root]# |
|