LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Aplication used to view fat32 drives content (https://www.linuxquestions.org/questions/linux-software-2/aplication-used-to-view-fat32-drives-content-369286/)

Born_dead 10-03-2005 03:57 AM

Aplication used to view fat32 drives content
 
What aplication is needed to view the content of a fat32 drive?

Yalla-One 10-03-2005 04:07 AM

No need for an application, but you need to make sure that fat32 support is compiled into your kernel.
Once you're sure of that, just edit /etc/fstab to include an entry for it. At the end of the file, append the following line:

/dev/hda4 /mnt/dos vfat defaults 0 0

This mounts the 4th IDE partition of yours ( /dev/hda4 ) on /mnt/dos directory. Make sure you have a mount-point (mkdir /mnt/dos) and verify which partition holds your FAT32 system - fstab will give you that information.

-Y1

Born_dead 10-03-2005 04:14 AM

Thank you! I'll try that.


All times are GMT -5. The time now is 10:35 PM.