Results 1 to 5 of 5

Thread: Problem with detecting external hard drive

  1. #1
    Join Date
    Apr 2010
    Beans
    13

    Problem with detecting external hard drive

    Hi,

    I have Ubuntu Studio, and I have all my music on an external hard drive. However i cannot get linux to recognise it. I have searched for advice on the internet but as I am new to Linux I quite easily get lost in all the terminal commands.

    Is there any chance someone could give me some help, perhaps walk me through how to mount an external hard drive.

    The drive is 400 GB, and i believe is FAT32. It's USB.

    cheers

    JG
    Last edited by jamesgiles; May 7th, 2010 at 09:21 PM.

  2. #2
    Join Date
    Apr 2010
    Beans
    13

    Re: Problem with detecting external hard drive

    Can anyone give me some advice on this?

    Cheers

  3. #3
    Join Date
    Jul 2011
    Beans
    5

    Re: Problem with detecting external hard drive

    hey i think you it is ntfs drive as fat32 doesn't support this much larger dirve!! do cross check!
    well if it is fat32 and connection is USB then it should be auto detected!!
    Even i'm new to linux but have some knowledge of devices .
    regards

  4. #4
    Join Date
    Feb 2011
    Location
    Maryland
    Beans
    2,259
    Distro
    Ubuntu

    Re: Problem with detecting external hard drive

    You can format a drive that large with FAT32. I have a 1tb drive at home I formatted with FAT32 using a method I found. I did it so I can use it with PS3.

    @OP

    Open terminal

    type

    fdisk -l

    post the output please

  5. #5
    Join Date
    Jun 2006
    Location
    Antarctica
    Beans
    500
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Problem with detecting external hard drive

    Code:
    sudo fdisk -l
    as without 'sudo' the command will not return anything. So what's the output. And the last few lines of 'dmesg' a few seconds after you plug the drive in ? And 'mount' ?

Tags for this Thread

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
  •