View Single Post
Posts: 452 | Thanked: 522 times | Joined on Nov 2007
#75
Originally Posted by GameboyRMH View Post
Hey I've been working on that script, I'm almost finished, do you need root permissions in Fremantle to create a directory in /media or use the mount command? I don't know, I'm still waiting for my N900 to arrive
1. You need sudo/root privs to run the mount/umount (or add it to your sudoers)

2. You need to create the initial directory as root; but if you chown the directory back to the user; then the user can create any sub-directories inside it for mounting points. ;-)

3. You could probably mark the script for elevated rights and bypass the root requirements of mount/umount.

Nathan