LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 601|回复: 2

如何加载windows盘呢?

[复制链接]
发表于 2008-12-7 15:48:32 | 显示全部楼层 |阅读模式
Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        1913    15366141    7  HPFS/NTFS
/dev/sda2            1914       15160   106406527+   f  W95 Ext'd (LBA)
/dev/sda3           15161       20023    39062047+  83  Linux
/dev/sda5            1914        5738    30724281    7  HPFS/NTFS
/dev/sda6            5739        9563    30724281    7  HPFS/NTFS
/dev/sda7            9564        9587      192748+  83  Linux
/dev/sda8            9588        9773     1494013+  82  Linux swap / Solaris
/dev/sda9            9774       11270    12024621   83  Linux
/dev/sda10          11271       15160    31246393+  83  Linux



bash-3.2# mount -t vfat /dev/sda5 /mnt/d        
mount: wrong fs type, bad option, bad superblock on /dev/sda5,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so



bash-3.2# mount -t vfat /dev/sda6 /mnt/d
mount: wrong fs type, bad option, bad superblock on /dev/sda6,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

bash-3.2# ls /mnt
d  e


哪里做错了?
发表于 2008-12-7 16:14:22 | 显示全部楼层
/dev/sda5 1914 5738 30724281 7 HPFS/NTFS
/dev/sda6 5739 9563 30724281 7 HPFS/NTFS

都是NTFS文件系统,你却用vfat,其实-t参数可以不指定的
回复 支持 反对

使用道具 举报

发表于 2008-12-7 16:31:32 | 显示全部楼层
难道大家都不用fstab的么??!!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表