[ilugd] Mounting FAT partion in R/W Mode ??

2004-10-19 Thread santosh dubey
Hi All, I have a FAT partion on my HDD. I am using Fedora Core 2. When i mount it from linux, it comes in read mode. How can i mount it so that it will visible in read/write mode. I am using commnd: mount -t vfat /dev/hdc5 /mnt/windows. Thanks Have a nice day. skdubey

Re: [ilugd] Mounting FAT partion in R/W Mode ??

2004-10-19 Thread bimal pandit
Dear Santosh, try this -r Mount the file system read-only. A synonym is -o ro. -w Mount the file system read/write. This is the default. A synonym is -o rw. mount -t vfat -w /dev/hdc5 /mnt/windows. bimal On Wed, 2004-10-20 at 08:22, santosh dubey wrote: > Hi All, > > I have