|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Mounting a Drive on Linux
I am very new to linux. I am just wondering how I can mount one of my harddrives. I do not want it to set it to mount it each time I boot because I am not planning on having it plugged in all the time.
Thanks |
|
#2
|
||||
|
||||
|
RE: Mounting a Drive on Linux
Assuming your drive has ext3 filesystem, is located in /dev/hdb1 and you want to boot it as /mnt/drive
mount -t ext3 /dev/hdb1 /mnt/drive Assuming I remembered it correctly |
|
#3
|
|||
|
|||
|
RE: Mounting a Drive on Linux
in redhat, you can have it try to detect the filesystem itself by just mount /dev/hdb1 /mnt/drive
This was useful when I was messing with mounting my thumbdrive. |
![]() |
| Viewing: Codewalkers Forums > General > General Chat > Mounting a Drive on Linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|