Results 1 to 10 of 34

Thread: Hardy won't automatically mount my hard drives on login

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Beans
    411
    Distro
    Ubuntu 9.10 Karmic Koala

    Hardy won't automatically mount my hard drives on login

    Hi everyone,

    The title says it all. Every time I log in to hardy, I must now click on each hard drive in the Places menu once for them to mount and then again to access it. Once this is done the drives are mounted for the rest of the session, which is great, but this is really annoying since I always forget and will do something like start amarok before mounting my music drive. Then amarok will go crazy and lose my list of music and have to take another 10 minutes to rescan it when I mount the disk.

    Haas anyone else had this problem?

    What can I do?

    Thanks

  2. #2
    Join Date
    Apr 2006
    Location
    Toronto, Ontario, Canada
    Beans
    296
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Hardy won't automatically mount my hard drives on login

    If these are internal drives, then I don't know, if they are external usb ones then disable HiSpeed USB 2.0 support in BIOS.

  3. #3
    Join Date
    Nov 2006
    Beans
    411
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Hardy won't automatically mount my hard drives on login

    It's funny you ask. I never even realized to say this but they are all internal drives. However, in the places menu they're being displayed as "removable media".

  4. #4
    Join Date
    Dec 2007
    Location
    UK
    Beans
    1,351
    Distro
    Ubuntu Gnome

    Re: Hardy won't automatically mount my hard drives on login

    Got the same problem here. Tried editing the /etc/fstab file, but made no difference. Presume I have done something wrong. Any help appreciated.

  5. #5
    Join Date
    Apr 2008
    Beans
    2

    Re: Hardy won't automatically mount my hard drives on login

    I have the same problem. Any help would be appreciated

  6. #6
    Join Date
    Dec 2007
    Location
    UK
    Beans
    1,351
    Distro
    Ubuntu Gnome

    Re: Hardy won't automatically mount my hard drives on login

    Not sure if this will work, but it has for me.
    You need to use pmount. This may not be installed, to install it type this in a terminal:
    Code:
    sudo apt-get install pmount
    Once pmount is installed type:
    Code:
    sudo pmount /dev/sdb1
    sdb1 was the correct drive for me, you may need to change that to the correct drive or partition.
    If you get an error that a folder is not present in mount, you need to create the folder first. If your partition is named use that as the folders name. To create the folder type:
    Code:
    sudo mkdir /mount/pname
    pname being the name of the partition.
    Hope this helps someone.
    After doing this, my drive now mounts at boot up.

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
  •