Cannot access ‘/datadrive’: Input/output error

--

She is Frida :)
@ZatoryPrivate

In my current job, we had this problem, the OS was RHEL, usually, this error is because the mount point is corrupted, my coworker helped me to troubleshoot using demesg, error:

Solution

  1. Comment in /etc/fstab the line that is mounting the directory that you can’t read
  2. Reboot server
  3. Edit /etc/fstab again, uncomment the line that you comment in step 1
  4. Execute : sudo mount -a
  5. Done

In my case, I was sure about the disk was working fine and for this reason, this approach worked fine, after to do reboot is very important to check the fstab file, double-check, double-check, if you have mistakes in the file could your machine never come back : D ( is possible use recovery mode).

I hope this was helpful :)

Cheeeeeeeeeeeeeeers!

--

--

Gloria Palma González
Gloria Palma González

Written by Gloria Palma González

My life is a paradigm: I can do anything. IT engineer, melomaniac, in love: #Infrastructure #OpenSource #CommunityLeadershipTeams #SoftwareEngineering

No responses yet