I recently installed Ubuntu 13.04 in another attempt to drop away from Windows, and am having an issue with my two HDDs.
I've gone through the entirety of this tutorial very carefully, but I think either it, or I, am missing something.
https://help.ubuntu.com/community/InstallingANewHardDrive
Whenever I try to either chown the HDD mounts to me, or create a folder, I get a permission error. I've tried to chown it via 'sudo nautilus' and 'sudo chown -R bozotheclown: /media' to no effect. Here's my terminal log.
bozotheclown@bozotheclown-MS-7759:~$ sudo chown -R bozotheclown: /media
chown: changing ownership of ‘/media/HDD2’: Operation not permitted
chown: changing ownership of ‘/media/HDD1/.Trash-0/info/gfvn.trashinfo’: Operation not permitted
chown: changing ownership of ‘/media/HDD1/.Trash-0/info’: Operation not permitted
chown: changing ownership of ‘/media/HDD1/.Trash-0/files/gfvn’: Operation not permitted
chown: changing ownership of ‘/media/HDD1/.Trash-0/files’: Operation not permitted
chown: changing ownership of ‘/media/HDD1/.Trash-0’: Operation not permitted
chown: changing ownership of ‘/media/HDD1’: Operation not permitted
bozotheclown@bozotheclown-MS-7759:~$ mkdir /media/HDD1/sf
mkdir: cannot create directory ‘/media/HDD1/sf’: Permission denied
bozotheclown@bozotheclown-MS-7759:~$ sudo !!
sudo mkdir /media/HDD1/sf
bozotheclown@bozotheclown-MS-7759:~$ ls /media/HDD1
sf
bozotheclown@bozotheclown-MS-7759:~$ sudo nautilus
bozotheclown@bozotheclown-MS-7759:~$
Any advice?
?
– Phoenixlol Jun 13 '13 at 05:27