[ilugd] Writing to windows partion as user

2003-11-19 Thread Rajesh K. Jha
I am using Red hat 9 with dual boot-windows98 on my hda1.I am unable to write to hda1 while using linux as user, though as root I can write and read from the windows part of the partition.What could be the way out,how can I write to the windows partition as user too? Thanks, Rajesh K. Jha

Re: [ilugd] Writing to windows partion as user

2003-11-19 Thread Narsingh Sahu
--- Rajesh K. Jha [EMAIL PROTECTED] wrote: I am using Red hat 9 with dual boot-windows98 on my hda1.I am unable to write to hda1 while using linux as user, though as root I can write and read from the windows part of the partition.What could be the way out,how can I write to the windows

Re: [ilugd] Writing to windows partion as user

2003-11-19 Thread Pankaj Kumar
try this make entries in /etc/fstab,like: /dev/hda1 /mnt/dos vfat user,uid=520,gid=100,umask=2,nosuid,nodev,noexec 0 0 Make sure you do mkdir /mnt/dos first, of course. (actually this gets automatically mounted at boot regards PKU --- Rajesh K. Jha [EMAIL PROTECTED] wrote: I am using Red