Hi all,
My system has few internal HDDs and I started to have issues with one. After I rebooted PC one day, I realised HDD is now mounted under different folder in /media/<user>, which screwed up some apps.
Used to be /media/user/UUID, now it is /media/user/UUID1
Checked the obvious -- original folder has right permissions and is accessible, HDD itself is OK, I can manually mount it under old directory.
Now, this HDD is not mounted through /etc/fstab, but is automounted. I can, of course, just add entry in /etc/fstab and disable automounting of this drive, but would like to fix it properly.
Where does automount keeps information about drives and mount points? I did not find it in /home or /etc
Thanks,
Rudolf
My system has few internal HDDs and I started to have issues with one. After I rebooted PC one day, I realised HDD is now mounted under different folder in /media/<user>, which screwed up some apps.
Used to be /media/user/UUID, now it is /media/user/UUID1
Checked the obvious -- original folder has right permissions and is accessible, HDD itself is OK, I can manually mount it under old directory.
Now, this HDD is not mounted through /etc/fstab, but is automounted. I can, of course, just add entry in /etc/fstab and disable automounting of this drive, but would like to fix it properly.
Where does automount keeps information about drives and mount points? I did not find it in /home or /etc
Thanks,
Rudolf
Comment