当前位置: 技术问答>linux和unix
帮我看一下,这有错吗?
来源: 互联网 发布时间:2015-07-18
本文导语: WIN 的分区怎么在LINUX下挂不上去?下面是执行命令的结果,是不是哪里错,帮我看一下。 [root@tx root]# fdisk -l Disk /dev/hda: 61.4 GB, 61492838400 bytes 255 heads, 63 sectors/track, 7476 cylinders Units = cylinders of 16065 *...
WIN 的分区怎么在LINUX下挂不上去?下面是执行命令的结果,是不是哪里错,帮我看一下。
[root@tx root]# fdisk -l
Disk /dev/hda: 61.4 GB, 61492838400 bytes
255 heads, 63 sectors/track, 7476 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 748 6008278+ 7 HPFS/NTFS
/dev/hda2 749 7476 54042660 f Win95 Ext'd (LBA)
/dev/hda5 1592 2430 6739236 7 HPFS/NTFS
/dev/hda6 2431 4112 13510633+ 7 HPFS/NTFS
/dev/hda7 4113 5794 13510633+ 7 HPFS/NTFS
/dev/hda8 5795 7476 13510633+ 7 HPFS/NTFS
/dev/hda9 749 761 104359+ 83 Linux
/dev/hda10 762 1526 6144831 83 Linux
/dev/hda11 1527 1591 522081 82 Linux swap
Partition table entries are not in disk order
[root@tx root]# mount -t vfat /dev/hda2 /mnt/win_d
mount: wrong fs type, bad option, bad superblock on /dev/hda2,
or too many mounted file systems
(aren't you trying to mount an extended partition,
instead of some logical partition inside?)
[root@tx root]# fdisk -l
Disk /dev/hda: 61.4 GB, 61492838400 bytes
255 heads, 63 sectors/track, 7476 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 748 6008278+ 7 HPFS/NTFS
/dev/hda2 749 7476 54042660 f Win95 Ext'd (LBA)
/dev/hda5 1592 2430 6739236 7 HPFS/NTFS
/dev/hda6 2431 4112 13510633+ 7 HPFS/NTFS
/dev/hda7 4113 5794 13510633+ 7 HPFS/NTFS
/dev/hda8 5795 7476 13510633+ 7 HPFS/NTFS
/dev/hda9 749 761 104359+ 83 Linux
/dev/hda10 762 1526 6144831 83 Linux
/dev/hda11 1527 1591 522081 82 Linux swap
Partition table entries are not in disk order
[root@tx root]# mount -t vfat /dev/hda2 /mnt/win_d
mount: wrong fs type, bad option, bad superblock on /dev/hda2,
or too many mounted file systems
(aren't you trying to mount an extended partition,
instead of some logical partition inside?)
|
命令错了吧
直接输入 mount /dev/hda2 /mnt/win_d
这样就可以了
直接输入 mount /dev/hda2 /mnt/win_d
这样就可以了
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。