LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Mounting a FAT32 partition (https://www.linuxquestions.org/questions/linux-general-1/mounting-a-fat32-partition-353475/)

Progmaker 08-15-2005 10:51 AM

Mounting a FAT32 partition
 
I have my Windows FAT32 partition C: drive, or hdc
I want to mout it on my Knoppix or Ubuntu LiveCDs system.
Maybe you could write me the exact mount command?

P.S. Sorry for a dumb question :)

dinolinux 08-15-2005 10:56 AM

Code:

mkdir /mnt/windows
mount -t fat32 /dev/hdc /mnt/windows


Progmaker 08-15-2005 11:02 AM

dinolinux, thank you for you answer. I appreciate it very much :)
You helped me a lot :) Thank yu very much :)

Moderators, you can lock this topic :)


All times are GMT -5. The time now is 10:19 AM.