Mount samba share on boot

You may have to run the following command for this to work:

sudo aptitude install smbfs

Add the below to /etc/fstab:

//name or ip of computer with share/share /mnt/share cifs guest 0 0

Make sure /mnt/share exists. You can mount as many shares as you want, just replace share and /mnt/share, with something else. If the share folder has a space in it then instead of using a space use \040.

Example with space:

//name or ip of computer with share/space\040test /mnt/share cifs guest 0 0
Share and Enjoy:
  • Digg
  • Reddit
  • del.icio.us
  • Google Bookmarks
  • Facebook
  • MySpace
  • Add to favorites
  • StumbleUpon
  • Twitter
  • Yahoo! Bookmarks

Related posts:

  1. Acer Aspire One how to mount samba share
  2. Ordered a battery for my laptop finally
  3. Load windows partition at boot
  4. Keeping all your windows settings for thunderbird
  5. Ultimate boot cd for windows
This entry was posted in General and tagged . Bookmark the permalink.



2 Responses to Mount samba share on boot

  1. Gord says:

    Bingo! Thank you, you’ve solved a problem I been struggling with for a while now.

  2. joel says:

    You may want to insert:

    sudo aptitude install smbfs