Jump to content

f20 failed Remote File Systems with automount with windows share mount

Featured Replies

Posted

I am trying to mount a windows share over two computers directly connected with static IP addresses.

Now I can mount the share with EVERYONE permissions via command line with:

mount -t cifs -o username=mylogin,password=mypassword //169.254.0.3/myshare /tsda1s

But I want persistance, so, I tried this in /etc/fstab

//169.254.0.3/myshare /tsda1s cifs _netdev,username=mylogin,password=mypassword 0 0

But get the error on boot.

Any help will be greatly appreciated.

Also I noted this morning an another error msg with connection socket could not be reached VFS code -101 error just before the Remote File Systems dependency error

 

Continue reading...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...