Linux-Noob Forums
/dev/hdc1 to /dir not mounting - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html)
+--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html)
+---- Forum: Filesystem Management (https://www.linux-noob.com/forums/forum-26.html)
+---- Thread: /dev/hdc1 to /dir not mounting (/thread-2020.html)



/dev/hdc1 to /dir not mounting - Navrax - 2006-04-23


everytime i



Code:
mount /dev/hdc1 /home/myuser/srv20


I get



Code:
mount: /dev/hdc1 already mounted or /home/user/srv20 busy


o_O

 

I'm just trying to mount my 20gb drive :/

 

Someone help! o_O




/dev/hdc1 to /dir not mounting - anyweb - 2006-04-23


can you please paste the results here of

 



Code:
fdisk -l




 

that's l as in larry

 

correct procedure for a mount is as follows

 



Code:
mount /dev/hdc1 /test




 

or something similar

 

 

are you sure your spare 20gb is infact /dev/hdc ????

 

cheers

 

anyweb




/dev/hdc1 to /dir not mounting - Navrax - 2006-04-26


Code:
Disk /dev/hdc: 20.0 GB, 20020396032 bytes
16 heads, 63 sectors/track, 38792 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes

  Device Boot      Start         End      Blocks   Id  System
/dev/hdc1               1       38792    19551136+  83  Linux







/dev/hdc1 to /dir not mounting - anyweb - 2006-05-03


read [/url][url=<___base_url___>/index.php?showtopic=2268][/url][url=<___base_url___>/index.php?showtopic=2268]https://www.linux-noob.com/forums/index.php?showtopic=2268 for the solution to this problem

 

the user is using Gentoo if that makes a difference to anyone, and unknown to him, evms is managing/part of his filesystem

 

 

 

so /dev/hdb1 should be mounted as /dev/evms/hdb1

 

etc

 

cheers

anyweb




/dev/hdc1 to /dir not mounting - zepcom - 2006-05-18


Cross reference to my reply post here if you're using any recent redhat derivitive ...

 

--zepcom