On 07/16/02 16:48 +0200, Banze, Andreas wrote:
> > I have a couple scripts that mount my windows c: and d: 
> > drives. How can I get them to run at start-up for a non-root user?
> 
Simply put them in /etc/fstab thusly:

/dev/hda1 /mnt/vfat    vfat 
user,owner,exec,dev,suid,rw,conv=binary,uid=500,gid=500,auto 0 0
/dev/hdb1 /mnt/ddrive  vfat 
user,owner,exec,dev,suid,rw,conv=binary,uid=500,gid=500,auto 0 0

This will do exactly what you want.  Pick whatever mount points suit
your needs.

John



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to