Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Xubuntu 13.04 - cifs-utils not working

  1. #1
    Join Date
    Jul 2010
    Location
    NSW, Australia
    Beans
    133
    Distro
    Xubuntu 13.10 Saucy Salamander

    Xubuntu 13.04 - cifs-utils not working

    I have just upgraded two computers to Xubuntu 13.04. Now the External USB drive connected to the Modem/Router cannot be mounted. This has been working OK for months until today when I upgraded

    The relevant line in /etc/fstab is:
    # Network USB Drive - ie the USB Flash Drive connected to the Modem
    //192.168.0.1/USB /home/user/USB cifs uid=1000,gid=1000,guest,_netdev 0 0
    I have tried reinstalling cifs-utils but that does not help.

    In Dolphin I can access the drive by going Network > Samba Shares > USB Readyshare... &c.
    Last edited by Alan.Brown; April 27th, 2013 at 01:17 AM.
    HP-200-5220a - Pentium Dual Core - 3GHz x 2
    LinuxMint 17.2

    Acer 5750Z - Intel Dual Core - 2.1GHz x 2

    Windows 10

  2. #2
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Xubuntu 13.04 - cifs-utils not working

    Can you mount the share manually?
    Code:
    sudo mount -t cifs -o uid=1000,gid=1000,guest,_netdev //192.168.0.1/USB /home/user/USB
    Do you get any error messages?

  3. #3
    Join Date
    Jul 2010
    Location
    NSW, Australia
    Beans
    133
    Distro
    Xubuntu 13.10 Saucy Salamander

    Re: Xubuntu 13.04 - cifs-utils not working

    I tried your suggestion and got the following

    mount error(5): Input/output error
    Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
    This has been working OK until the upgrade. I have the same problem on three different computers - all have been upgraded.
    HP-200-5220a - Pentium Dual Core - 3GHz x 2
    LinuxMint 17.2

    Acer 5750Z - Intel Dual Core - 2.1GHz x 2

    Windows 10

  4. #4
    Join Date
    Jul 2010
    Location
    NSW, Australia
    Beans
    133
    Distro
    Xubuntu 13.10 Saucy Salamander

    Re: Xubuntu 13.04 - cifs-utils not working

    I have found a solution. Add the option sec=ntlm - this works both in a manual mount and from fstab

    The fstab entry is now -
    # Network USB Drive - ie the USB Flash Drive connected to the Modem
    //192.168.0.1/USB /home/user/USB cifs sec=ntlm,uid=1000,gid=1000,guest,_netdev 0 0
    I found the solution here - http://aptosid.com/index.php?name=PN...ewtopic&t=2566

    I have no idea why this works
    HP-200-5220a - Pentium Dual Core - 3GHz x 2
    LinuxMint 17.2

    Acer 5750Z - Intel Dual Core - 2.1GHz x 2

    Windows 10

  5. #5
    Join Date
    May 2008
    Location
    Morehead City, NC
    Beans
    88
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Xubuntu 13.04 - cifs-utils not working

    Thanks for the post. Mounting my USB Drive failed with the upgrade to Ubuntu 13.04. The solution you posted worked for me too. Thanks.

  6. #6
    Join Date
    Mar 2006
    Beans
    15

    Re: Xubuntu 13.04 - cifs-utils not working

    That worked for me.Thanks.

  7. #7
    Join Date
    Jun 2006
    Beans
    1

    Re: Xubuntu 13.04 - cifs-utils not working

    Thanks for this, I was racking my brain for a good hour trying to understand why my cifs mounts were not mounting.
    For anyone else coming across this post I was getting the following error on my cifs samba based shares.

    mount error(13): Permission denied
    Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)


    in fst tab (added bold as mentioned):
    //**.**.**.**/Backups /mnt/nas/Backups cifs sec=ntlm,rw,auto,guest,users

    After which run mount -a


    Thanks!

  8. #8
    Join Date
    Jun 2007
    Location
    Ontario, Canada
    Beans
    39

    Re: Xubuntu 13.04 - cifs-utils not working

    I have a DLINK DNS-321 NAS unit and was having the same problem. It's been working for years and all of a sudden after updating, it stopped. Adding the sec=ntlm to my fstab worked for me as well.

  9. #9
    Join Date
    May 2011
    Beans
    1

    Re: Xubuntu 13.04 - cifs-utils not working

    Worked for me on Kubuntu accessing a remote disk on an Apple Airport Extreme. Thanks.

  10. #10
    Join Date
    Jun 2008
    Location
    Ballard
    Beans
    2,409
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Xubuntu 13.04 - cifs-utils not working

    Adding sec=ntlm didn't work for me. Here is my thread if anyone has any insight.

    http://ubuntuforums.org/showthread.php?t=2156972
    "We're all in this together, kid." --H. Tuttle (a.k.a. H. Buttle)
    "Maybe it's a layer 8 problem." --thatguruguy
    A High-Tech Blech!

Page 1 of 2 12 LastLast

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
  •