Results 1 to 4 of 4
hello im new to linux
i have been using zenwalk linux for 2 weeks now i have 2 hard drives in my desktop and zenwalk seems to detect only one ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-26-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 2
zenwalk dosent show me my other hard drive
hello im new to linux
i have been using zenwalk linux for 2 weeks now i have 2 hard drives in my desktop and zenwalk seems to detect only one it was the c:/ in windows but it dosent detect my other 120gb hard drive which was the d:/ in windows xp
thanks
- 04-27-2008 #2
Hi dunes-dude,
Give us the output of this command, you may require to change user to root and invoke it.
Change to root: su (password and press enter)
then: fdisk -l
Paste the output here.
Good luck!
- 04-28-2008 #3Just Joined!
- Join Date
- Apr 2008
- Posts
- 2
i can see the hard disk in the terminal now ad dev/sdb1 but how can i acces it
- 04-28-2008 #4
Well, if you don't already have one, you need to create a mount point for it.
Then you can try mounting it, if you know the filesystem type.Code:mkdir /mnt/sdb1
Where "type" is your filesystem type such as ext3 or vfatCode:mount -t "type" /dev/sdb1 /mnt/sdb1
Check the man page for mount.
Code:man mount
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.


Reply With Quote
