Dirge wrote:Is there any advantage to creating a subfolder that is writable by your account, while leaving the root folder of the drive writable only by root? I heard someone mention this was the nix way of doing things as it provided more security. Is this true?
If the drive will be used by more than one user, you may want to do things this way so that each person can have their own subfolder with the appropriate permissions. If you will be the only user, then there is probably not a big advantage to doing things this way.
Would I encounter any problems with this method if I later upgraded to Ubuntu 8.10 and changed to a different user account. I assume if it was in the same group I would be alright. What about using the drive with a different distro? I am guessing it wont work without changing ownership again.
If you are in the same group, and the group permissions allow writing, it will still work.
Also note that Linux user IDs (as stored internally in the file system) are just numbers; IIRC the first user created on an Ubuntu system is user ID 1000. If you do another fresh install, the first user created will get the same numerical user ID (and so will effectively be the same user as far as attached storage devices are concerned), even if the name is different.