|
|
windows下面有两个NTFS盘和一个FAT32盘。NTFS通过sux设置启动了,但FAT32责老是看不到。用mount命令来挂载,也不行,求助解决方案。
下面是我运行的结果:
ZhouLab:~ # fdisk -l
Disk /dev/sda: 80.0 GB, 80032038912 bytes
255 heads, 63 sectors/track, 9730 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xbf5fbf5f
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1913 15366141 7 HPFS/NTFS
/dev/sda2 1914 9595 61705665 f W95 Ext'd (LBA)
/dev/sda5 1914 4302 19189611 7 HPFS/NTFS
/dev/sda6 6216 6407 1542208+ 82 Linux swap / Solaris
/dev/sda7 6408 9595 25607578+ b W95 FAT32
/dev/sda8 4303 5869 12586896 83 Linux
/dev/sda9 5870 6215 2779213+ 83 Linux
Partition table entries are not in disk order
Disk /dev/sdb: 1031 MB, 1031798784 bytes
16 heads, 32 sectors/track, 3936 cylinders
Units = cylinders of 512 * 512 = 262144 bytes
Disk identifier: 0xfa2d54ae
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 3936 1007600 e W95 FAT16 (LBA)
ZhouLab:~ # mount /dev/sda7
mount: can't find /dev/sda7 in /etc/fstab or /etc/mtab |
|