Hi,
I'm trying to mount a windows 2003 server share on redhat el advanced server 3.
Mount didn't give error, but when I enter the share and I issue ls I get the error:
ls: .: Stale NFS file handle
I already faced this problem, I know it's a windows 2003 server policy to disable but forget it!!
Any help is really appreciated, it's urgent!
Funny thing is that this command works:
mount -t smbfs -o username="domain\user" //winserver/winshare /mnt/dir
while the same command without "" in username failed!
mount -t smbfs -o username=domain\user //winserver/winshare /mnt/dir
19822: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed
Very strange, eh?
However real problem is Stale NFS.
Thanks.
I'm trying to mount a windows 2003 server share on redhat el advanced server 3.
Mount didn't give error, but when I enter the share and I issue ls I get the error:
ls: .: Stale NFS file handle
I already faced this problem, I know it's a windows 2003 server policy to disable but forget it!!
Any help is really appreciated, it's urgent!
Funny thing is that this command works:
mount -t smbfs -o username="domain\user" //winserver/winshare /mnt/dir
while the same command without "" in username failed!
mount -t smbfs -o username=domain\user //winserver/winshare /mnt/dir
19822: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed
Very strange, eh?
However real problem is Stale NFS.
Thanks.