Results 1 to 2 of 2
Hi gurus
I have three partitions on my HDD dev/hdc1,hdc2,hdc3
how do I go and browse every one of them, when I type on the prompt line of terminal the ...
- 06-07-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 6
Hdd
Hi gurus
I have three partitions on my HDD dev/hdc1,hdc2,hdc3
how do I go and browse every one of them, when I type on the prompt line of terminal the following /dev/hdc1, I get permission denied
can some one help
Thanks a bunch
- 06-07-2007 #2
You have to mount them first. This means to put the contents of the disc at a specific place in the linux filesystem. First check to see if they're already mounted,
That command will tell you what filesystems are mounted, and where. If you see your hdd's there, then use cd to change to the directory they're mounted at, and ls to see the contents of the disc.Code:mount
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode


Reply With Quote