ntfs-3g-mount: mount failed: 设备或资源忙

Posted 终点即起点

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ntfs-3g-mount: mount failed: 设备或资源忙相关的知识,希望对你有一定的参考价值。

 记一次错误:挂载NTFS移动硬盘时报错

mount.ntfs-3g  /dev/sdg1  /mnt/usbhd

ntfs-3g-mount: mount failed: 设备或资源忙

解决方案:

原因由于使用multipathd服务

1)查看哪些需要挂载的NTFS硬盘设备;命令 fdisk  -l |grep HPFS/NTFS

2)修改multipathd配置文件,并重启multipath服务

vim /etc/multipath.conf

blacklist {
        devnode "^sdc"
        devnode "^sdg"
        devnode "^sdh"
}

 service multipathd restart 

3)挂载NTFS移动硬盘

mount.ntfs-3g  /dev/sdg1  /mnt/usbhd

cd /mnt/usbhd && ls 

4)挂载成功

 

 

或有别的解决方案,可在评论里评论留言

以上是关于ntfs-3g-mount: mount failed: 设备或资源忙的主要内容,如果未能解决你的问题,请参考以下文章

mount failed: mount failed: exit status 1

Ilo ahs file system mount failed

求助,出现failed to mount partition

Corrupted Metadata/failed to mount /sysroot

/sbin/mount.vboxsf: mounting failed with the error: Protocol error

Linux 挂载SD卡出错:mount: mounting /dev/mmcblk0 on /mnt failed: Invalid argument