Results 1 to 4 of 4

Thread: 9.10 fstab automount

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

    9.10 fstab automount

    Has anyone had success getting an NFS or Samba share to automount on 9.10? If so, can you post the line in your fstab that you are using. I'm having trouble getting both to automount in 9.10. Thanks.
    Asus
    Intel Core 2 Duo 2.26 GHz - 4GB DDR2
    1 GB ATI Mobility Radeon HD 3650
    Atheros AR928X Wireless

  2. #2
    Join Date
    Oct 2009
    Location
    Finland
    Beans
    168
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: 9.10 fstab automount

    Have you seen this: http://en.wikipedia.org/wiki/Fstab
    Also you can find millions examples how to mount network shares on startup with fstab if you google a little about it.
    ---
    Be paranoid. God is always building a better idiot.

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

    Re: 9.10 fstab automount

    Now for someone that actually answers what I asked.
    Asus
    Intel Core 2 Duo 2.26 GHz - 4GB DDR2
    1 GB ATI Mobility Radeon HD 3650
    Atheros AR928X Wireless

  4. #4
    Join Date
    Feb 2009
    Location
    got root?
    Beans
    90

    Re: 9.10 fstab automount

    It looked like that was the answer... I mean in the most polite way possible, you were told to STFW...

    #mounting NFS
    pingu:/store /store nfs rw 0 0
    As for samba, I always use a script:

    Code:
    sudo smbmount //192.168.102.2/PMShow /media/share/ -o username=Administrator,password=PASSWORD
    But, a quick google turned this up:

    http://ubuntuforums.org/showthread.php?t=287061

    go figure...

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
  •