Results 1 to 4 of 4

Thread: Mounting SMB NAS drive

  1. #1
    Join Date
    Nov 2007
    Beans
    60
    Distro
    Ubuntu 9.10 Karmic Koala

    Mounting SMB NAS drive

    Pulling my hair out with this one.

    It used to work in Ubuntu 7.10, but after a complete format ad upgrade, it doesn't want to play.

    The local ip for the share is 192.168.1.100, no username or pass needed.


    I've tried:

    Code:
    sudo smbmount //192.168.1.100/main /home/kris/shared/ -o username=guest,password=
    
    sudo mount -t cifs //192.168.1.100/main /home/kris/shared/ -o username=guest,password=
    
    sudo mount -t smbfs //192.168.1.100 /home/kris/shared/
    
    sudo mount.cifs //192.168.1.100/main /home/kris/shared/ -o username=guest,password=
    And countless variations found in forums.


    Almost every time I try, I'm met with the following error:

    Code:
    mount error(5): Input/output error
    Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
    No help found in manual :/

  2. #2
    Join Date
    Mar 2006
    Location
    Kitakyushu Japan
    Beans
    9,362
    Distro
    Ubuntu 11.04 Natty Narwhal

  3. #3
    Join Date
    Nov 2007
    Beans
    60
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Mounting SMB NAS drive

    Added nounix and it worked

    Just out of curiosity, what does nounix do?
    Last edited by Karakh; May 11th, 2009 at 01:00 PM.

  4. #4
    Join Date
    Mar 2006
    Location
    Kitakyushu Japan
    Beans
    9,362
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Mounting SMB NAS drive

    The nounix option disables unix file extensions. This facilitates cross platform file sharing over samba.

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
  •