Results 1 to 6 of 6
I have 2 SATA hdd's hooked up, but it only detects the one i boot from. I like to use the other for media storage, etc..
please help.
thanks....
- 07-23-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 27
HDD help
I have 2 SATA hdd's hooked up, but it only detects the one i boot from. I like to use the other for media storage, etc..
please help.
thanks.
- 07-23-2008 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
You can run fdisk -l (that's a lower-case "L" on the end) from the command line to see if it's detecting both drives. If it is, you probably just need to mount the drive to access it.
Have you added the second drive to your /etc/fstab file yet?oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 07-23-2008 #3Just Joined!
- Join Date
- Jun 2008
- Posts
- 27
sadfsdf
alright. how do you mount it?
- 07-23-2008 #4Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,946
Assuming your filesystem type is ext3 and your second drive partition is sdb1:
mount -t ext3 /dev/sdb1 /mnt/data
You will first need to log in as root and create the directory in /mnt/
mkdir /mnt/data
- 07-23-2008 #5Just Joined!
- Join Date
- Jun 2008
- Posts
- 27
adsfasdfasd
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
what's wrong?
- 07-23-2008 #6
Post the output of fdisk -l command here.
Code:su - fdisk -l df -h
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote