# mount /dev/sdd1 /mnt
mount: /dev/sdd1 already mounted or /mnt busy
# mkfs.ext4 /dev/sdd1
/dev/sdd1 is apparently in use by the system; will not make a filesystem here!
以上两个提示的解决方法
# dmsetup status
35000c50070b2d48f-part1: 0 1172118402 linear
35000c50070b2d48f: 0 1172123568 multipath 2 0 0 0 1 1 A 0 1 0 8:48 A 0
# dmsetup remove_all
#dmsetup status
No devices found
mkfs.ext4 and mount again,success
mount: /dev/sdd1 already mounted or /mnt busy
# mkfs.ext4 /dev/sdd1
/dev/sdd1 is apparently in use by the system; will not make a filesystem here!
以上两个提示的解决方法
# dmsetup status
35000c50070b2d48f-part1: 0 1172118402 linear
35000c50070b2d48f: 0 1172123568 multipath 2 0 0 0 1 1 A 0 1 0 8:48 A 0
# dmsetup remove_all
#dmsetup status
No devices found
mkfs.ext4 and mount again,success
本文解决Linux系统中磁盘无法挂载及格式化的问题,通过卸载忙录设备、移除所有设备映射器设置并重新进行ext4格式化与挂载操作,最终成功解决问题。
971

被折叠的 条评论
为什么被折叠?



