Secondary hard drive is in Read Only mode / Can't delete or create files in secondary hard drive

Ok so whenever I tried to delete or modify any file in my HDD, it didn't work, because the drive was in Read only mode.

So I opened my Partition Manager.
Unmounted the drive.
Opened the fstab file at /etc folder.
Disabled the line having the drive name (/dev/sdb1) by adding a # infront of it.
Saved the fstab file.
Remounted the drive from my Partition Manager.
And now i could modify the files in it.

(I'm not a linux expert, but this method worked somehow. Might be a fluke, but it's a thing. So I wanted to share it. Thanks.)

1 Like

Just use chown (change owner) in terminal or use gnome-disk-utility.

1 Like

It sounds like your fstab entry is wrongly set. What filesystem is the HDD?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.