So, got a new external hard drive to back up all of my data before moving on to 4.1. After reformatting to ext4 with GParted however it seems that I accidentally changed ownership from myself to root. I've also been unable to figure out how to give myself back ownership. I've attempted to use the hardware configuration tool (while the drive was attached but the partition unmounted) to allow any user to access the drive in read-write mode, but that didn't take. I've also attempted:
- Code: Select all
chown -R user.user /dev/sdb/
which returns no errors, but also fails to accomplish anything.
However,
- Code: Select all
chown -R user.user /dev/sdb/backup_drive
rerturns:
- Code: Select all
chown: cannot access ‘/dev/sdb/backup_drive’: Not a directory
Not sure what I'm doing wrong here. Any help is appreciated.