Tzafrir Cohen wrote:
On Sun, Aug 15, 2004 at 10:45:50PM -0400, Amir Tal wrote:


solved :
http://www.linuxquestions.org/questions/archive/14/2002/08/2/27353

scroll almost to the end to see the solution. if you're to lazy :
/dev/xxx /mnt/xxx vfat defaults,umask=000 1 0


Which is basically the equivalent of chmod -R 777 /mnt/xxx

the only difference is that if you do that, it will still not allow a regular user to cd into the directory after its already mounted. using fstab (or parameters in the mount command) is basically the only way to do it in a fat32 filesystem (or ntfs, but then you're risking your data by attempting to write).


-- ============================================= Best Regards,Amir Tal Whatsup, Hebrew linux portal. http://www.whatsup.org.il, [EMAIL PROTECTED] icq : 15748705,cell : 001-646-296-3835. =============================================

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Reply via email to