Results 1 to 4 of 4

Thread: External Hard Drive mounting

  1. #1
    Join Date
    Sep 2012
    Beans
    2

    External Hard Drive mounting

    Ok i am new to Ubuntu 12.04 , just transfered from windows , i have been trying many posts and following wtv they have posted but i am still unable to mount my external hard drive . Using disk utility , when i try to mount i get the following error -

    Error mounting: mount exited with exit code 1: helper failed with:
    mount: only root can mount /dev/sdb1 on /home/hdd

    This is what I get for sudo fdisk -l

    Disk /dev/sda: 320.1 GB, 320072933376 bytes
    255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x0009d004

    Device Boot Start End Blocks Id System
    /dev/sda1 * 2048 618995711 309496832 83 Linux
    /dev/sda2 618997758 625141759 3072001 5 Extended
    /dev/sda5 618997760 625141759 3072000 82 Linux swap / Solaris

    Disk /dev/sdb: 2000.4 GB, 2000398933504 bytes
    255 heads, 63 sectors/track, 243201 cylinders, total 3907029167 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x2ae5ac89

    Device Boot Start End Blocks Id System
    /dev/sdb1 63 3907024064 1953512001 b W95 FAT32

    And this is what I get for sudo lsusb:

    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 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 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 006: ID 0bc2:5071 Seagate RSS LLC
    Bus 002 Device 004: ID 04f2:b044 Chicony Electronics Co., Ltd Acer CrystalEye Webcam
    Bus 003 Device 002: ID 08ff:1600 AuthenTec, Inc. AES1600
    Bus 006 Device 002: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for Bluetooth
    Bus 003 Device 003: ID 0a5c:2101 Broadcom Corp. Bluetooth Controller
    Last edited by huzz18; September 8th, 2012 at 06:40 AM.

  2. #2
    Join Date
    Jan 2012
    Beans
    80

    Re: External Hard Drive mounting

    Quote Originally Posted by huzz18 View Post
    Error mounting: mount exited with exit code 1: helper failed with: mount: only root can mount /dev/sdb1 on /home/hdd
    Mount the hard drive as root, then change ownership for the current user .. from a command console type:

    $sudo -i
    $mkdir /mnt/sda1
    $mount /dev/sda1 /mnt/sda1
    $chown -R users:users /mnt/sda1

  3. #3
    Join Date
    Sep 2012
    Beans
    2

    Re: External Hard Drive mounting

    Thanks a ton this worked Really appreciated the quick response.

  4. #4
    Join Date
    Oct 2006
    Location
    NL
    Beans
    29
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Lightbulb Re: External Hard Drive mounting

    And fixed my problem with an external hdd that gave me rights errors also
    jaap@PhenomX2:~$ /dev/sdd1
    bash: /dev/sdd1: Permission denied

    Now i have a working 2nd back-drive as planned

    Thanks
    "What do you want?"
    "Sex, drugs and rock & roll, but since that's not what you meant, i'll take a cappucino..."

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
  •