CentOS7 not mount the hard drive

CentOS7 not mount the hard drive

mount -aUnable to mount, see the /var/log/messageserror, which displays

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.

solve:

systemctl daemon-reload
mount -a

REF

Guess you like

Origin www.cnblogs.com/CoolMark-blog/p/12319630.html