Results 1 to 4 of 4

Thread: Automount not working in 9.10

  1. #1
    Join Date
    Mar 2007
    Location
    Delaware, USA
    Beans
    682
    Distro
    Ubuntu 12.04 Precise Pangolin

    Automount not working in 9.10

    My automount is not working. When I boot up 2 external drives should be mounting (nfs, and samba). These drives do not mount. When I run sudo mount -a in the terminal both drives mount without a problem. Why won't they mount on startup? Here is my /etc/fstab file.

    Code:
    //xxx/music /home/xxx/drives/xxx smbfs username=xxx,password=xxx 0 0
    
    xxx:/opt/sybhttpd/localhost.drives/HARD_DISK /home/xxx/drives/xxx  nfs  rw,hard,intr    0 0
    Asus
    Intel Core 2 Duo 2.26 GHz - 4GB DDR2
    1 GB ATI Mobility Radeon HD 3650
    Atheros AR928X Wireless

  2. #2
    Join Date
    Mar 2007
    Location
    Delaware, USA
    Beans
    682
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Automount not working in 9.10

    ...Or even where in the logs I should be looking for the root of this problem?
    Asus
    Intel Core 2 Duo 2.26 GHz - 4GB DDR2
    1 GB ATI Mobility Radeon HD 3650
    Atheros AR928X Wireless

  3. #3
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: Automount not working in 9.10

    I am not sure either. But as a workaround, edit your /etc/rc.local. Put a sleep of say 10 seconds and then do a mount -a (mount <your-specific-filesystems>)

  4. #4
    Join Date
    Mar 2007
    Location
    Delaware, USA
    Beans
    682
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Automount not working in 9.10

    Thanks. But I've never edited that file before. Mount requires root, how do I add this to the rc.local file? Actually, I'm having a hard time finding this information anywhere. Can someone link me to a good explanation of the rc.local file. TIA.
    Last edited by prem1er; January 19th, 2010 at 05:11 PM.
    Asus
    Intel Core 2 Duo 2.26 GHz - 4GB DDR2
    1 GB ATI Mobility Radeon HD 3650
    Atheros AR928X Wireless

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
  •