LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   hard drive partitions (https://www.linuxquestions.org/questions/linux-newbie-8/hard-drive-partitions-474825/)

the_cat123 08-17-2006 01:01 PM

hard drive partitions
 
hi,
i just formatted one of the partitions in my hdd.
however now i cannot see it anywhere..
what shiuld i do to mount this partition??

os: fc3

Agrouf 08-17-2006 01:11 PM

Hello,

You should use the mount command.
man mount for more info.

Regards

pixellany 08-17-2006 02:53 PM

fdisk -l (run as root)

This will tell you for sure what partitions you have.

Then you need a mount point ( a directory), and then you mount the device (partition) to the mount point.

man mkdir
man mount


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