What happened to the Reply-To tag? This went straight back to Rahul Chaudhary instead of the group. -------- Original Message -------- Subject: Re: [ILUG-BOM] How to mount 98 partitions : Even I have the same Date: Tue, 04 Jan 2000 08:06:46 +0000 From: Kiran Jonnalagadda <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] References: <[EMAIL PROTECTED]> Rahul Chaudhary wrote: > /dev/hda1 /mnt/c vfat dev,user,rw,auto 0 0 > > secondly my c drive has readonly right for other users. I want that even 4 other >users it should be read-write. > Please help To open up your drive to all users on your system, change the flags to look like this: user,exec,rw,umask=000 If you would rather open up to only a few users, use groupadd to create a new group, say "cgroup", then edit /etc/group, locate the line for your new group, and append a comma separated list of users to the line like this: cgroup:x:400:user1,user2,user3,user4 Then edit the flags in /etc/fstab again and change them to: user,exec,rw,gid=400,umask=007 To deny all access to anyone other than your four users, or umask=002 to make writing available only to your four users. Check man mount for more on flags. -- Kiran Jonnalagadda http://lunateks.com baby.sh: while true; do echo "^G^G^G^G^G"; sed -e 's/food/poop/'; sync; sync; sleep 15; done To subscribe / unsubscribe goto the site www.ilug-bom.org ., click on the mailing list button and fill the appropriate information and submit. For any other queries contact the ML maintener
