LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   second hard drive (https://www.linuxquestions.org/questions/linux-hardware-18/second-hard-drive-51622/)

beardie 03-25-2003 06:11 AM

second hard drive
 
hi im new to linux so this will seem a little primative, i havea linux formatted hdd and need to mout the dive but have no idea of how to do it, im using webim aswel so command line orwebmin advice would be usefull
cheers

loke137 03-25-2003 06:22 AM

If it has only one partition and it is ext3 FS do it like this :

mount -t ext3 /dev/hdd1 /mount_point

If it is another file system just change ext3 to something else (ext2...etc).

beardie 03-25-2003 07:11 AM

2 ??
 
how about if it has two partitions??

mcleodnine 03-25-2003 08:23 AM

Code:

:: Primary IDE Controller (IDE0)
 hda -> Primary Master
 hdb -> Primary Slave
:: Secondary Controller (IDE1)
 hdc -> Secondary Master
 hdd -> Secondary Slave

Each partition on a device is referred to by a number, so the first partition on /dev/hdd would be /dev/hdd1, second would be /dev/hdd2...


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