移动硬盘挂载linux失败,Ubuntu(Linux)移动硬盘挂载失败,解决方案,总算搞定了,不用重启登录xp再回登咯...

Ubuntu(Linux)移动硬盘挂载失败,解决方案,总算搞定了,不用重启登录xp再回登咯

发布时间:2008-01-20 00:51:26来源:红联作者:Gccgie

出自:kelsen之家

1,kelsen@kelsenlinux:~$ sudo fdisk -l |grep NTFS

出现如下硬盘信息:

/dev/sda1 * 1 1912 15358108+ 7 HPFS/NTFS

/dev/sda5 1913 6374 35840983+ 7 HPFS/NTFS

/dev/sda6 6375 8337 15767766 7 HPFS/NTFS

/dev/sdb1 1 5099 40957686 7 HPFS/NTFS

/dev/sdb2 5100 10198 40957717+ 7 HPFS/NTFS

/dev/sdb3 10199 19457 74372917+ 7 HPFS/NTFS

2,kelsen@kelsenlinux:~$ sudo ntfs-3g /dev/sdb1 /media/sdb1

出现如下信息:

$LogFile indicates unclean shutdown (0, 0)

Failed to mount '/dev/sdb1': Operation not supported

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/sdb1 /media/sdb1 -o force

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

/dev/sdb1 /media/sdb1 ntfs-3g defaults,force 0 0

3,sudo mount -t ntfs-3g /dev/sdb1 /media/sdb1 -o force

4,sudo mount -t ntfs-3g /dev/sdb2 /media/sdb2 -o force

5,sudo mount -t ntfs-3g /dev/sdb3 /media/sdb3 -o force

补充:

3,4,5我执行完后,虽然也是报错,但强制双击硬盘盘符可以进入,然后就挂载上罗~~

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/sdb1 /media/sdb1 -o force

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

/dev/sdb1 /media/sdb1 ntfs-3g defaults,force 0 0

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值