View files on a fat32 partition from my Mandrake 9

How do I view files on a fat32 partition from my mandrake 9 vesrion of linux using the KDE Desktop?

You are going to want to mount the drive, first. Its better if you do it during the installation if you are somewhat new to Linux.

If your OS is already installed, then the best way to do this is to edit fstab with vim and add a line.

Follow these instructions somewhat:

$vim /etc/fstab

insert with i and add the following type of line
/dev/hda1 /mountc vfat defaults 0 0

then quit and save with !wq

then run mount -a to mount it.

Have a Linux Issue?
Do you have a Linux Question?

Linux Home: Linux System Administration Hints and Tips

(c) www.gotothings.com All material on this site is Copyright.
Every effort is made to ensure the content integrity.  Information used on this site is at your own risk.
All product names are trademarks of their respective companies.
The site www.gotothings.com is in no way affiliated with or endorsed by any company listed at this site.
Any unauthorised copying or mirroring is prohibited.