LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mount fat32 (https://www.linuxquestions.org/questions/linux-newbie-8/mount-fat32-284034/)

emrkar 01-30-2005 08:19 AM

mount fat32
 
I have win98 and linux.I want to mount fat32(win98) on linux.please halp me.

trickykid 01-30-2005 08:23 AM

mount -t vfat /dev/hda1 /mnt/windows


mount = command
-t = specifies the type so vfat follows it since that is the type of filesystem
/dev/hda1 = is the valid device and partition your mounting
/mnt/windows = the empty directory you create to mount the contents to view from

man mount for more details

Boby 01-30-2005 08:44 AM

Take a look:
http://www.linuxquestions.org/questi...56#post1150056

Boby


All times are GMT -5. The time now is 02:54 AM.