|
Fedora 13 mounting share on Windows server 2003
I'm trying to mount a Windows Server 2003 share in Fedora 13.
With Fedora 8 and with RHEL 5.5 this works properly, but not with Fedora 13.
The mount point I'm using is /usr/eg
The symptoms are:
Nautilus (the file browser) does not display the mount in the places or tree as a mounted drive.
Using the file broser I can browse under file system down to the files on the server
Programs cannot find the files under /usr/eg ie the files on the server.
Here is my fstab entry:
//192.168.1.40/eg /usr/eg cifs auto,user=<user>,password=<password>,rw,uid=500,gid=500,file_mode=0774._netdev 0 0
Moving the mount point to /dev or any other thing I can think of does not help.
mkarlsen
|