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]>

Reply via email to