Results 1 to 3 of 3
I'm new to Linux but have a little experience with it, using UBUNTU 11.04, I have an external 1TB USB HDD mounted to this computer which is running dual boot ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-28-2011 #1
Permissions can't be changed on mounted Fat32 USB HDD
I'm new to Linux but have a little experience with it, using UBUNTU 11.04, I have an external 1TB USB HDD mounted to this computer which is running dual boot with Windows7. The HDD is formatted FAT32 and I've set the share options but the permisions for allowing others to access it say NONE and cannot be changed. my other UBUNTU 11.04 computer can see the ShareName that I set for my HDD and even individual files on my usb HDD that I've shared but it is unable to access them. Error recieved: unable to mount location - Failed to mount windows share. I formatted a thumbdrive to ext3 and was able to change permissions and my other computer accesses it just fine.
- 06-29-2011 #2
Other Threads seem close to this but not quite the same thing, in my research FSTAB is not for removable data and I am unfamiliar with how to run CHMOD 777, I don't know what it does, and have heard that it doesn't fix my issue anyways
- 07-08-2011 #3
FAT32 doesn't understand the concept of permissions. FAT was originally developed in a single user world so they were not really necessary.
Can you open a terminal and post the output of the following commands here:
That's a small L andCode:sudo fdisk -l
.Code:cat /etc/fstab
I can't remember where the terminal is in Ubuntu, but it's probably under either Accessories or System Tools.If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
The Fifth Continent reborn


Reply With Quote
