挂载ntfs分区的移动硬盘报错:
fs-3g-mount: mount failed: device or resource busy
系统centos5
安装软件:ntfs-3g
fuse
kernel-module-ntfs-2.6.18-92.el5-2.1.27-0.rr.10.11.i686.rpm(可以不装,)
每次执行挂载
mount -t ntfs-3g /dev/sda1 /mnt/ntfs
就会报错:
fs-3g-mount: mount failed: device or resource busy
解决:
先卸载一下,然后再挂载就可以了,能够政策读写了。可能是系统自动挂载了,别且不是通过ntfs-3g。还不知道怎么整,有办法了,再更新。
fs-3g-mount: mount failed: device or resource busy
系统centos5
安装软件:ntfs-3g
fuse
kernel-module-ntfs-2.6.18-92.el5-2.1.27-0.rr.10.11.i686.rpm(可以不装,)
每次执行挂载
mount -t ntfs-3g /dev/sda1 /mnt/ntfs
就会报错:
fs-3g-mount: mount failed: device or resource busy
解决:
先卸载一下,然后再挂载就可以了,能够政策读写了。可能是系统自动挂载了,别且不是通过ntfs-3g。还不知道怎么整,有办法了,再更新。