Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

External HDD

  • 12-08-2010 6:51pm
    #1
    Closed Accounts Posts: 41,926 ✭✭✭✭


    I have an external HDD plugged into my Linux Mint box, but when I go into "Computer" on the desktop, I can't see it.

    Am I looking in the right place?


Comments

  • Registered Users, Registered Users 2 Posts: 425 ✭✭Mathiasb


    Des wrote: »
    I have an external HDD plugged into my Linux Mint box, but when I go into "Computer" on the desktop, I can't see it.

    Am I looking in the right place?

    Open a terminal. A few seconds after you've plugged in the hdd, type "dmesg" and press enter, paste the last ~10 lines here.


  • Hosted Moderators Posts: 10,661 ✭✭✭✭John Mason


    [ 6026.040536] vc032x: Unknown sensor...
    [ 6026.040577] vc032x: probe of 1-4:1.0 failed with error -22
    [ 6026.040874] usb 1-4: USB disconnect, address 49
    [ 6026.436151] usb 1-4: new high speed USB device using ehci_hcd and address 50
    [ 6026.609337] usb 1-4: configuration #1 chosen from 1 choice
    [ 6026.613169] gspca: probing 046d:0896
    [ 6026.613615] vc032x: check sensor header 2c
    [ 6026.638983] vc032x: I2c Bus Busy Wait 2c
    [ 6026.671997] vc032x: I2c Bus Busy Wait 2c
    [ 6026.676107] vc032x: I2c Bus Busy Wait 2c
    [ 6026.709113] vc032x: I2c Bus Busy Wait 2c
    [ 6026.742110] vc032x: I2c Bus Busy Wait 2c
    [ 6026.775111] vc032x: I2c Bus Busy Wait 2c
    [ 6026.808111] vc032x: I2c Bus Busy Wait 2c
    [ 6026.841111] vc032x: I2c Bus Busy Wait 2c
    [ 6026.874113] vc032x: I2c Bus Busy Wait 2c
    [ 6026.907104] vc032x: I2c Bus Busy Wait 2c
    [ 6026.940102] vc032x: I2c Bus Busy Wait 2c
    [ 6026.973109] vc032x: I2c Bus Busy Wait 2c
    [ 6027.006232] vc032x: I2c Bus Busy Wait 2c
    [ 6027.039225] vc032x: I2c Bus Busy Wait 2c
    [ 6027.072229] vc032x: I2c Bus Busy Wait 2c
    [ 6027.105223] vc032x: I2c Bus Busy Wait 2c
    [ 6027.138231] vc032x: I2c Bus Busy Wait 2c
    [ 6027.171222] vc032x: I2c Bus Busy Wait 2c
    [ 6027.171230] vc032x: Unknown sensor...
    [ 6027.171268] vc032x: probe of 1-4:1.0 failed with error -22
    [ 6027.171467] usb 1-4: USB disconnect, address 50
    desfeeney@desfeeney-laptop ~ $ ^C
    desfeeney@desfeeney-laptop ~ $


  • Closed Accounts Posts: 41,926 ✭✭✭✭_blank_


    irishbird is my gf, that's what I see after typing "dmesg" in the terminal.

    thanks


  • Registered Users, Registered Users 2 Posts: 425 ✭✭Mathiasb


    Hm. With the HDD connected, could you paste the output of
    sudo fdisk -l
    


  • Hosted Moderators Posts: 10,661 ✭✭✭✭John Mason


    _________________________________________
    / We should be careful to get out of an   \
    | experience only the wisdom that is in   |
    | it - and stay there, lest we be like    |
    | the cat that sits down on a hot         |
    | stove-lid. She will never sit down on a |
    | hot stove-lid again - and that is well; |
    | but also she will never sit down on a   |
    | cold one any more.                      |
    |                                         |
    \ -- Mark Twain                           /
     -----------------------------------------
           \   ,__,
            \  (oo)____
               (__)    )\
                  ||--|| *
    desfeeney@desfeeney-laptop ~ $ sudo fdisk -1
    [sudo] password for desfeeney: 
    fdisk: invalid option -- '1'
    
    Usage: fdisk [-b SSZ] [-u] DISK     Change partition table
           fdisk -l [-b SSZ] [-u] DISK  List partition table(s)
           fdisk -s PARTITION           Give partition size(s) in blocks
           fdisk -v                     Give fdisk version
    Here DISK is something like /dev/hdb or /dev/sda
    and PARTITION is something like /dev/hda7
    -u: give Start and End in sector (instead of cylinder) units
    -b 2048: (for certain MO disks) use 2048-byte sectors
    desfeeney@desfeeney-laptop ~ $ ^C
    desfeeney@desfeeney-laptop ~ $
    


    look at the funny cow :)


  • Advertisement
  • Closed Accounts Posts: 41,926 ✭✭✭✭_blank_


    hmm, is that a number 1 or a lower case Letter L?


  • Registered Users, Registered Users 2 Posts: 425 ✭✭Mathiasb


    Lowercase L


  • Hosted Moderators Posts: 10,661 ✭✭✭✭John Mason


    Disk /dev/sda: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xb8f0ffa4

    Device Boot Start End Blocks Id System
    /dev/sda1 1 637 5116671 12 Compaq diagnostics
    /dev/sda2 * 638 5151 36258705 c W95 FAT32 (LBA)
    /dev/sda3 5152 7474 18659497+ 7 HPFS/NTFS
    /dev/sda4 7475 9729 18113287+ 5 Extended
    /dev/sda5 7475 9629 17310006 83 Linux
    /dev/sda6 9630 9729 803218+ 82 Linux swap / Solaris

    Disk /dev/sdb: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xe8000000

    Device Boot Start End Blocks Id System
    /dev/sdb1 1 14 112423+ de Dell Utility
    /dev/sdb2 15 9730 78035968 7 HPFS/NTFS
    desfeeney@desfeeney-laptop ~ $


  • Registered Users, Registered Users 2 Posts: 425 ✭✭Mathiasb


    irishbird wrote: »
    Disk /dev/sdb: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xe8000000

    Device Boot Start End Blocks Id System
    /dev/sdb1 1 14 112423+ de Dell Utility
    /dev/sdb2 15 9730 78035968 7 HPFS/NTFS
    So there it is. It doesn't show up anywhere? Restarting PC doesn't help?


  • Registered Users, Registered Users 2 Posts: 2,763 ✭✭✭niallb


    Hi.
    Can you unplug your webcam, unplug and replug the external HDD, and
    tell us what lsusb lists out.

    Can you also post up the model of the harddrive, and confirm whether you're connecting it via USB, firewire, eSATA, SCSI or whatever.

    Can you confirm the cable and drive work on another machine ?


  • Advertisement
  • Hosted Moderators Posts: 10,661 ✭✭✭✭John Mason


    restarted computer with hdd connected

    desfeeney@desfeeney-laptop ~ $ sudo fdisk -l

    Disk /dev/sda: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xb8f0ffa4

    Device Boot Start End Blocks Id System
    /dev/sda1 1 637 5116671 12 Compaq diagnostics
    /dev/sda2 * 638 5151 36258705 c W95 FAT32 (LBA)
    /dev/sda3 5152 7474 18659497+ 7 HPFS/NTFS
    /dev/sda4 7475 9729 18113287+ 5 Extended
    /dev/sda5 7475 9629 17310006 83 Linux
    /dev/sda6 9630 9729 803218+ 82 Linux swap / Solaris

    Disk /dev/sdb: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xe8000000

    Device Boot Start End Blocks Id System
    /dev/sdb1 1 14 112423+ de Dell Utility
    /dev/sdb2 15 9730 78035968 7 HPFS/NTFS


  • Closed Accounts Posts: 41,926 ✭✭✭✭_blank_


    niallb wrote: »
    Hi.
    Can you unplug your webcam,
    Nope, it's integrated into the screen. It's a laptop.
    niallb wrote: »
    unplug and replug the external HDD, and
    tell us what lsusb lists out.

    will post it in a minute.
    niallb wrote: »
    Can you also post up the model of the harddrive, and confirm whether you're connecting it via USB, firewire, eSATA, SCSI or whatever.
    No idea of the model, it was scavenged from an old laptop and I stuck it in a caddy.

    Connecting by USB
    niallb wrote: »
    Can you confirm the cable and drive work on another machine ?

    It definitely works on another (Windows7) laptop. I have two files stored on it at the moment, for testing. A picture (jpeg) and a mp3 music track.

    The other day before I posted here, I had formatted the HDD to remove all the info stored on it, and was able to copy both these files to it. I was advised to format using FAT, not NTSC


  • Hosted Moderators Posts: 10,661 ✭✭✭✭John Mason


    [B]desfeeney@desfeeney-laptop ~ $ lsusb[/B]
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 098: ID 046d:0896 Logitech, Inc. OrbiCam
    Bus 001 Device 002: ID 04fc:0c25 Sunplus Technology Co., Ltd 
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    desfeeney@desfeeney-laptop ~ $
    


  • Registered Users, Registered Users 2 Posts: 13,091 ✭✭✭✭bnt


    irishbird wrote: »
    Disk /dev/sdb: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xe8000000

    Device Boot Start End Blocks Id System
    /dev/sdb1 1 14 112423+ de Dell Utility
    /dev/sdb2 15 9730 78035968 7 HPFS/NTFS
    Assuming that /dev/sdb is the disk in question, then the partition you want to use is /dev/sdb2, and you need a driver that can handle NTFS. Since Mint is a modified Ubuntu, I'm reasonably sure that the package you need is ntfs-3g, with its dependencies. I suggest installing that, rebooting, and trying again.

    Or, if there isn't anything on there that you need, I'd blow it all away and repartition with VFAT.

    You are the type of what the age is searching for, and what it is afraid it has found. I am so glad that you have never done anything, never carved a statue, or painted a picture, or produced anything outside of yourself! Life has been your art. You have set yourself to music. Your days are your sonnets.

    ―Oscar Wilde predicting Social Media, in The Picture of Dorian Gray



  • Registered Users, Registered Users 2 Posts: 2,763 ✭✭✭niallb


    Hi,
    just checking back in.
    If I'd realised the computer was a laptop, the first thing I'd have suggested is to make sure it's getting enough power. You can get a two way USB cable to supply with power from two ports if there's not quite enough in one, or you can often get an external power supply for them.
    That said, it looks likely that sdb above is the one you want and it's at least detected.
    If power is low though, it may disappear when you try to write to it!

    There's a comment here from someone with exactly the same enclosure where he says:
    Mounting an external hard drive
    I have a 2.5" enclosure that's powered off the USB ports. I'm unable to get it to mount, however I can get it to appear in the lsusb:

    Bus 002 Device 005: ID 04fc:0c25 Sunplus Technology Co., Ltd

    Occasionally I can get it to appear, but it just quits after a few moments. Any ideas?


  • Closed Accounts Posts: 41,926 ✭✭✭✭_blank_


    bnt wrote: »
    Or, if there isn't anything on there that you need, I'd blow it all away and repartition with VFAT.
    ok, I'll try this. Thanks
    niallb wrote: »
    Hi,
    just checking back in.
    If I'd realised the computer was a laptop, the first thing I'd have suggested is to make sure it's getting enough power. You can get a two way USB cable to supply with power from two ports if there's not quite enough in one, or you can often get an external power supply for them.
    Oh, then I probably should have mentioned, it already has two usb cables attached, one looks specifically like it's for power.

    niallb wrote: »
    That said, it looks likely that sdb above is the one you want and it's at least detected.
    If power is low though, it may disappear when you try to write to it!

    There's a comment here from someone with exactly the same enclosure where he says:


Advertisement