|
在linux下我可以访问win2k的e盘,但是不知道为什么总是访问不到c盘
我用fdisk -l /dev/hda显示如下
Disk /dev/hda: 40.0 GB, 40016019456 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 1107 8891946 7 HPFS/NTFS
/dev/hda2 4752 4865 915705 1c Hidden Win95 FAT32 (LBA)
/dev/hda3 1108 2382 10241437+ 83 Linux
/dev/hda4 3658 4751 8787555 f Win95 Ext'd (LBA)
/dev/hda5 3658 3728 570276 82 Linux swap
/dev/hda6 3729 4751 8217216 b Win95 FAT32
Partition table entries are not in disk order
我用 mount -t ntfs /dev/hda1 /mnt/winc
提示为:mount: fs type ntfa not supported by kernel
我访问e盘是这样的:mount -t vfat /dev/hda6 /mnt/wine
于是我又用:mount -t vfat /dev/hda6 /mnt/winc
提示为:mount: wrong fs type, bad option, bad superblock on /dev/hda,
or too many mounted file systems
能告诉我为什么吗??
谢谢! |
|