Re: [gentoo-user] fstab and win partiton

2003-06-21 Thread Florian Huber
On 21 Jun 2003 14:22:21 +1200 Jamie Dobbs [EMAIL PROTECTED] wrote: I had this exact problem and spent a long time searching out an answer, I eventually found to add a line like this: /dev/hda1 /mnt vfat rw,user,umask=000 The noexec option is always a good idea.

[gentoo-user] fstab and win partiton

2003-06-20 Thread Gëzim
Hi, How do I make it so when gentoo boots up, hda1 (win partiton) is loaded and every user is able to right to it. Right now the line that I added to /etc/fstab is: /dev/hda1 /winvfatdefaults Thanks, Zim __ Do you Yahoo!? SBC Yahoo! DSL - Now only

Re: [gentoo-user] fstab and win partiton

2003-06-20 Thread Jamie Dobbs
I had this exact problem and spent a long time searching out an answer, I eventually found to add a line like this: /dev/hda1 /mnt vfat rw,user,umask=000 The important thing here is the umask=000 which makes the mounted volume world writeable. HTH Jamie On Sat,

Re: [gentoo-user] fstab and win partiton

2003-06-20 Thread Maciej Wachowiec
On Sat, Jun 21, 2003 at 02:22:21PM +1200, Jamie Dobbs wrote: I had this exact problem and spent a long time searching out an answer, I eventually found to add a line like this: /dev/hda1 /mnt vfat rw,user,umask=000 The important thing here is the umask=000 which