LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How to mount an ext3 partition (https://www.linuxquestions.org/questions/linux-general-1/how-to-mount-an-ext3-partition-219497/)

Dopeskills 08-18-2004 09:30 PM

How to mount an ext3 partition
 
I have a second drive connected with an ext3 partition on it. What command do I type in order to mount it?

Thanks!

LinuxRam 08-18-2004 09:35 PM

mount
 

SYNTAX:-

mount -t ext3 <partition path which you want to mount as /dev/hd...> <where you want to mount it>

example

mount -t /dev/hda5 mountfolder/

for more help see man mount


Regards,
Akshat


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