Find the answer to your Linux question:
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....
  1. #1
    Just 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.

  2. #2
    oz
    oz is offline
    forum.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.

  3. #3
    Just Joined!
    Join Date
    Jun 2008
    Posts
    27

    sadfsdf

    alright. how do you mount it?

  4. #4
    Linux 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

  5. #5
    Just 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?

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...