I have an external hard drive that I use for backing up data. I bought and configured it several years ago, and since then it has always mounted read-write whenever I plug it in. Recently, though, it's started mounting as read-only. I haven't knowingly changed any relevant configuration.
Using my limited sysadmin skills, I can unmount the drive from a terminal and then run sudo mount /dev/sda1 /media/myusername/Backup
, its usual mount point, and it comes back mounted read-write.
Earlier today the read-only mounting happened again when I plugged in the drive, and I noticed that the drive had been mounted on the directory /media/myusername/Backup1
, a directory that doesn't normally exist. When I unmounted the drive, that directory disappeared.
Any tips on how to diagnose the issue and/or restore the original mount-read-write behavior?