Hey Everyone
I have a 120 GB disk partitioned as Fat32, which I use for storage in both Kubuntu and Windows. So, in Linux it's called /dev/sda1 and it's mounted to /store, and that is working fine. But, when I try to change the permissions for the files and folders on the disk (to be able to delete files, copy files etc.) I can't.
I've found out with "ls -l" that the directory /store has the permissions drwxr-xr-x. So, I try to change that with "sudo chmod 777 store". Nothing happens! (also tried "sudo chmod 777 /store") Normally, when using sudo, it would ask for the password, even if the command is non-existing, but in this case it doesn't. I tried the same procedure with the /var directory and that worked fine. Although, it didn't ask for password there neither.
It's starting to get annoying that, I can't edit the files on my disk, so I'd really like some help...
Yours truthfully
intEx
I have a 120 GB disk partitioned as Fat32, which I use for storage in both Kubuntu and Windows. So, in Linux it's called /dev/sda1 and it's mounted to /store, and that is working fine. But, when I try to change the permissions for the files and folders on the disk (to be able to delete files, copy files etc.) I can't.
I've found out with "ls -l" that the directory /store has the permissions drwxr-xr-x. So, I try to change that with "sudo chmod 777 store". Nothing happens! (also tried "sudo chmod 777 /store") Normally, when using sudo, it would ask for the password, even if the command is non-existing, but in this case it doesn't. I tried the same procedure with the /var directory and that worked fine. Although, it didn't ask for password there neither.
It's starting to get annoying that, I can't edit the files on my disk, so I'd really like some help...
Yours truthfully
intEx
Comment