If you want to have permanent access you could add a line such as this to /etc/fstab
/dev/hda2 /mnt/storage1 vfat defaults,umask=000 0 0 Regards, Robert Some days you are the pigeon, some days you are the statue. -----Original Message----- From: Nick Rout [mailto:[EMAIL PROTECTED] Sent: Monday, 24 May 2004 10:34 a.m. To: [EMAIL PROTECTED] Subject: Re: How do I see the Fat32 patition? first make a place to mount it # mkdir /mnt/win then mount it #mount /dev/hda1 /mnt/win it should pick up the filesystem type automatically, if not re run the command like: #mount -t vfat /dev/hda1 /mnt/win then you will be able to browse the file system under /mnt/win it will be mounted with permissions root;root, you can change thit like this: first establish your uid and gid: #id don if it tells you your uid=1000 and your gid=500 then: mount /dev/hda1 /mnt/win -o uid=1000,gid=500 On Mon, 24 May 2004 10:22:49 +1200 Don Gould <[EMAIL PROTECTED]> wrote: > The first patition on the disk is Fat32. > > How do I see (mount?) that within rh9? > > Cheers Don -- Nick Rout <[EMAIL PROTECTED]>
