Re: fat32 write access for user

2004-05-13 Thread Adam Aube
Isaac To wrote: >> "Adam" == Adam Aube <[EMAIL PROTECTED]> writes: >> World-writable directories are generally discouraged unless you >> really know what you're doing - that's why I suggested 004 >> instead. > > Then you'd want 007 or 002, not 004. You are indeed correct - I just grabbed the

Re: fat32 write access for user

2004-05-12 Thread Isaac To
> "Adam" == Adam Aube <[EMAIL PROTECTED]> writes: Adam> Jacob Bresciani wrote: >> or umask=000 for 777 permissions on all files/folders Adam> World-writable directories are generally discouraged unless you Adam> really know what you're doing - that's why I suggested 004 Ad

Re: fat32 write access for user

2004-05-12 Thread Adam Aube
Jacob Bresciani wrote: > or umask=000 for 777 permissions on all files/folders World-writable directories are generally discouraged unless you really know what you're doing - that's why I suggested 004 instead. Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe

Re: fat32 write access for user

2004-05-12 Thread Jacob Bresciani
or umask=000 for 777 permissions on all files/folders --- Jacob Bresciani Systems Analyst Faculty of Electrical and Computer Engineering University of Alberta Bus: (780) 492-7368 Fax: (780) 492-1811 [EMAIL PROTECTED] On 12-May-04, at 7:52 PM, Adam Aube wrote: [EMAIL PROTECTED] wrote: i adde

Re: fat32 write access for user

2004-05-12 Thread Adam Aube
[EMAIL PROTECTED] wrote: > i added a partition which is fat32. apparently the user has only read > access to this partition. only root can write. how can i make user have > write access as well? here is the line from the /etc/fstab: > /dev/hdb5 /mnt/hdb5 vfat noauto,users,exec,umask=1000,gid=1000,

fat32 write access for user

2004-05-12 Thread tsitras
i added a partition which is fat32. apparently the user has only read access to this partition. only root can write. how can i make user have write access as well? here is the line from the /etc/fstab: /dev/hdb5 /mnt/hdb5 vfat noauto,users,exec,umask=002,gid=1000,uid=1000 please i need some help qu

fat32 write access for user

2004-05-12 Thread tsitras
i added a partition which is fat32. apparently the user has only read access to this partition. only root can write. how can i make user have write access as well? here is the line from the /etc/fstab: /dev/hdb5 /mnt/hdb5 vfat noauto,users,exec,umask=1000,gid=1000,uid=1000 please i need some help q