Results 1 to 2 of 2

Thread: fstab stopped working and NAS will not mount

  1. #1
    Join Date
    Feb 2010
    Beans
    1

    fstab stopped working and NAS will not mount

    Hi. I have Ubuntu mint 14 Nadia. We have an iomega NAS. I eventually managed to get the fstab right and it mounted all the shares for both the ubuntu machine we have (the other runs mint 13.?)

    Booted today and the mint 14 Nadia has not mounted the shares and i cannot mount them by commandline either
    Code:
    sudo mount -a
    and nothing happens after inputting the password.

    The mint 13 machine that has exactly the same fstab and is still mounting the shares as before.
    The fstab is

    Code:
    //192.168.0.101/Mail /media/NAS/Mail cifs guest,uid=1000,gid=1000,rw,iocharset=utf8,_netdev,file_mode=0777,dir_mode=0777,auto 0 0
    The syslog shows
    Code:
    CIFS VFS: cifs_mount failed w/return code = -101
     CIFS VFS: Error connecting to socket. Aborting operation
    Tried rebooting, the problem still remains.

    Has anyone got any ideas. I hope i have put the code in correctly, not done this before. Many thanks for all those who post replies - they helped me get this working first time around and solve many other issues.

  2. #2
    Join Date
    Jul 2013
    Location
    Wisconsin
    Beans
    4,952

    Re: fstab stopped working and NAS will not mount

    Error code 101 usually means the network is not available when mount tries to connect.
    Check your /var/log/syslog for network availability before network-drive mounting.

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
  •