mount -a无法挂载,查看/var/log/messages报错,其中显示

Feb  5 17:51:36 c7node3 systemd: Unit data4.mount is bound to inactive unit dev-disk-by\x2duuid-46b9840e\x2d1f07\x2d458a\x2db4b2\x2d2631b69a8a30.device. Stopping, too.
Feb  5 17:51:36 c7node3 systemd: Unmounting /data4...
Feb  5 17:51:36 c7node3 kernel: XFS (sde): Unmounting Filesystem
Feb  5 17:51:36 c7node3 systemd: Unmounted /data4.

解决:

systemctl daemon-reload
mount -a

REF

相关文章:

  • 2021-05-12
  • 2021-11-27
  • 2022-12-23
  • 2022-01-02
  • 2021-09-06
  • 2022-12-23
  • 2021-10-11
猜你喜欢
  • 2021-06-20
  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
  • 2021-12-23
相关资源
相似解决方案