Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Mounting in Unix  (Read 7984 times)

0 Members and 1 Guest are viewing this topic.

Campbell

  • Guest
Mounting in Unix
« on: August 19, 2004, 08:19:27 AM »
Hi

I have written a program that automatically mounts a floppy disk to a mountpoint in a linux machine.  The program is run as a non-root user (called 'vision') and the mount command is carried out via the 'sudo' command.  However, only root can write to the floppy, and I would like it so that vision can write to it as well.  I have read the man pages on mount, and it is not clear to me how to do this.

TIA for any help,

Campbell