LinuxSir.cn,穿越时空的Linuxsir!

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

挂载移动硬盘的ntfs分区出错,但ext3分区能自动挂载

[复制链接]
发表于 2009-6-1 16:50:12 | 显示全部楼层 |阅读模式
Device Boot      Start         End      Blocks   Id  System
/dev/sde1               1        4593    36893241    7  HPFS/NTFS
/dev/sde2            4594       14593    80325000   83  Linux
root@debian:/# mount -t ntfs-3g /dev/sde1 /mnt
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sde1': 不支持的操作
Mount is denied because NTFS is marked to be in use. Choose one action:

Choice 1: If you have Windows then disconnect the external devices by
          clicking on the 'Safely Remove Hardware' icon in the Windows
          taskbar then shutdown Windows cleanly.

Choice 2: If you don't have Windows then you can use the 'force' option for
          your own responsibility. For example type on the command line:

            mount -t ntfs-3g /dev/sde1 /mnt -o force

    Or add the option to the relevant row in the /etc/fstab file:

            /dev/sde1 /mnt ntfs-3g force 0 0
发表于 2009-6-1 18:57:18 | 显示全部楼层
这是在windows下强行拔下后造成的,你可以手动挂载,加上force参数就可以了,另外一个方法就是再在windows下安全卸载后再来挂载,一般就能自动挂载了。
回复 支持 反对

使用道具 举报

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

本版积分规则

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