LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Mounting partitions (https://www.linuxquestions.org/questions/linux-general-1/mounting-partitions-19944/)

skeletal29 05-01-2002 02:21 PM

Mounting partitions
 
Is there a howto anywhere to do this?

I need to load my fat32 and ntfs partiions.

I did fat32 a while ago but i cant recal..

trickykid 05-01-2002 02:27 PM

search the threads here, its asked and answered all the time.

Half_Elf 05-01-2002 03:49 PM

try man mount

it give you a manual about mounting

standard mounting command is like :
mount option device_to_mount where_to_mount

so I mount my fat32 partition with this command:

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

you need to be in root of course


All times are GMT -5. The time now is 08:37 AM.