<html><head><style> body {height: 100%; color:#000000; font-size:10pt; font-family:Arial;}</style></head><body>I tried:<br>sudo mount -t cifs -ousername=guest //{freenas server IP}/mnt/free-nas/Windows /Windows<br><br><span>and got the following:</span><br><br>mount: Key has expiredI guess I have done something wrong! I think it worked the first time I tried it on one computer, but now I am having problems. I may have copied something incorrectly from the session on Saturday. <br><br><span>I tried putting the following line into /etc/fstab:</span><br><span>//{NAS Server IP}/mnt/nas-server/Windows cifs defaults,username=guest,password= 0 0</span><br><br><span>and if I try </span><br><span>sudo mount </span><span style="font-size: 13.3333px;">//{NAS Server IP}/mnt/nas-server/Windows}/</span><span style="font-size: 13.3333px;">mnt/nas-server/Windows </span><span style="font-size: 13.3333px;">/Windows </span><br><span>or</span><br><span style="font-size: 13.3333px;">sudo mount -t cifs </span><span style="font-size: 13.3333px;">//{NAS Server IP}/mnt/nas-server/Windows}/</span><span style="font-size: 13.3333px;">mnt/nas-server/Windows </span><span style="font-size: 13.3333px;">/Windows</span><br><br><span>it says </span><br><br>mount: wrong fs type, bad option, bad superblock on //192.168.0.118/mnt/nas-server/Windows,<br> missing codepage or helper program, or other error<br> (for several filesystems (e.g. nfs, cifs) you might<br> need a /sbin/mount.<type> helper program)<br> In some cases useful info is found in syslog - try<br> dmesg | tail or so<br><br>I then did <span style="font-size: 13.3333px;">dmesg | tail and this is what it tells me (I think the error -127 means key expired)</span><br>[ 2806.919769] Status code returned 0xc0000072 NT_STATUS_ACCOUNT_DISABLED<br>[ 2806.919774] CIFS VFS: Send error in SessSetup = -127<br>[ 2806.919944] CIFS VFS: cifs_mount failed w/return code = -127<br><br><span>I can still access the Share by </span><span style="font-size: 13.3333px;">smb://nas-server.local:445/Windows in Konqueror but I don't know how I can cd to it from a terminal</span><br><br><span>Can anyone spot what I am doing wrong? (the share is owned by guest and has no password)</span><br><span> </span></body></html>