[SOLVED] Input/output error when trying to access mountpoint - RHEL7/CentOS7
[SOLVED] Input/output error when trying to access mountpoint RHEL7/CentOS7. [SOLVED] Input/Output Errors During XFS Filesystem Access In RHEL7/CentOS7. This is due to accessible error for the mount point. Solution: Note: Please take a image level/snapshot backup before performing the steps. Step-1: Check the "/var/log/messages" for error No error Step-2: Unmount the mounted directory and mount it again. Command: # umount </mount-point> # mount <target> /mount-point Example: # umount /mount-point # mount /dev/sdb1 /mount-point Step-3: If still not working, reboot the server. # init 6 With Error: Check the "/var/log/messages" for error Jan 01 01:54:55 xxxxxxxx kernel: [<ffffffffc0489a78>] xfs_droplink+0x28/0x60 [xfs] Jan 01 01:54:55 xxxxxxxx kernel: [<ffffffffc048c6cd>] xfs_remove+0x20d/0x310 [xfs] Jan 01 01:54:55 xxxxxxxx kernel: [<ffffffffc0487897>] xfs_vn_unlink+0x57/0xa0 [xfs] Jan 01 01:54:55 xxxxxxxx kernel: XFS (dm-2): Interna...