Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: second hard drive

  1. #1
    Join Date
    Sep 2011
    Location
    North Carolina, USA
    Beans
    122
    Distro
    Ubuntu Development Release

    second hard drive

    Two computers, each with a primary SSD (on which Ubuntu 12.04 is installed) and a secondary HDD.

    On the first computer, when I click the Home folder icon, I get a window that shows the second hard drive as a Device - it is shown as 1 TB File system.

    On the second computer, when I click the Home folder icon, there is no category for Devices in the window that appears, and no sign of the second hard drive.

    On each computer, when Ubuntu was installed, I didn't do anything that I think would have any effect on configuring hard drives - no gparting or anything like that - I just put it the bootable CD and followed the directions that came up.

    My question is, how do I get the second hard drive on the second computer to show up in the list of things in the Home folder?

    Thanks!

    ~George

  2. #2
    Join Date
    Feb 2012
    Beans
    54
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: second hard drive

    Are they both formatted with the same filesystem?

    Use gParted to find out if they are.

  3. #3
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: second hard drive

    Does BIOS see drive.
    Is drive an internal drive or external?
    What format are partition(s) on external drive.
    Post this which may answer some of those questions automatically.

    sudo parted /dev/sda unit s print

    sudo blkid -c /dev/null -o list

    Post above in code tags using # on advanced editor in reply. That preserves formatting.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  4. #4
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,616
    Distro
    Ubuntu

    Re: second hard drive

    Edit:<Deleted> I thought of something different than the point of this thread.

    I'd follow oldfred's advice and make sure the drive is being read by BIOS.
    Last edited by deadflowr; August 7th, 2013 at 04:38 AM.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  5. #5
    Join Date
    Sep 2011
    Location
    North Carolina, USA
    Beans
    122
    Distro
    Ubuntu Development Release

    Re: second hard drive

    Keeping in mind that this is the Absolute Beginners Section,

    1. Don't know how to determine if the BIOS recognizes the drive,

    2. Drive is internal,

    3. Don't know how to determine the format petitions - drive is internal,

    4. sudo parted /dev/sda unit s print
    Model: ATA V4-CT128V4SSD2 (scsi)
    Disk /dev/sda: 250069680s
    Sector size (logical/physical): 512B/512B
    Partition Table: msdos

    Number Start End Size Type File system Flags
    1 2048s 183670783s 183668736s primary ext4 boot
    2 183672830s 250068991s 66396162s extended
    5 183672832s 250068991s 66396160s logical linux-swap(v1)

    5. /dev/sda1 ext4 / bbe886ab-4837-40f4-bf87-18375b775200
    /dev/sda5 swap <swap> fac380ab-db75-4910-bf29-a506b84485ef

    (sorry - don't understand posting instruction)

    6. Don't know how to determine if they are formatted with the same filesystem, nor how to use gparted to determine this,

    Sorry I don't know how to answer some of the questions.

    ~George

  6. #6
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: second hard drive

    Also should have asked for this:

    sudo parted /dev/sdb unit s print

    If it shows then BIOS has seen drive as no operating system can show a drive that BIOS has not seen. Command shows formatting or may give an error message if an issue.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  7. #7
    Join Date
    Sep 2011
    Location
    North Carolina, USA
    Beans
    122
    Distro
    Ubuntu Development Release

    Re: second hard drive

    sudo parted /dev/sdb unit s print gives:

    Error: /dev/sdb: unrecognised disk label

  8. #8
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: second hard drive

    Disk label should not be an issue.


    This command shows UUID, but also shows labels

    sudo blkid -c /dev/null -o list

    You can edit labels with Disks or Disk Utility or with gparted. I might make sure you only have text or number and no special characters.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  9. #9
    Join Date
    Sep 2011
    Location
    North Carolina, USA
    Beans
    122
    Distro
    Ubuntu Development Release

    Re: second hard drive

    speedbird@speedbird-desktop:~$ sudo blkid -c /dev/null -o list
    [sudo] password for speedbird:
    device fs_type label mount point UUID
    -------------------------------------------------------------------------------
    /dev/sda1 ext4 / bbe886ab-4837-40f4-bf87-18375b775200
    /dev/sda5 swap <swap> fac380ab-db75-4910-bf29-a506b84485ef

  10. #10
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: second hard drive

    That is not showing any partitions or any part of sdb?

    From Disks or Disk utility can you click on second drive? On the right it has Smart Status. It can run a lot of tests but all I really know is passed or failure.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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