
Originally Posted by
mulligan.can
Ok, I ser this up myself and it works beautifully except for one thing: windows doesn't like folders like "/shared/photos".
It can access them but you can't create shortcuts or anything to them (which is what I was planning on doing as the windows users aren't technical).
Anyway, I guess I am just going to have to move everything out of /shared on my fileserver and place it in /. Unless someone has a workaround?
Not sure what you mean? Is this folder (sub folder) in your home directory? Where is "shared/photos" on your NFS server that you cannot link to it directly? Why not just set up another NFS folder pointing at this location, or set up the links or mount points on your linux box instead?
[EDIT]
I have just tested this out:
I created the following folders in the home directory of my NFS server:
So the full path is now
Code:
/home/myusername/shared/photos
Edit /etc/exports and add the line below to the bottom and then save (myusername is your login name, xx.xx.xx.xx is the IP of your NFS server)
Code:
/home/myusrename/shared/photos xx.xx.xx.xx/24(rw,no_root_squash, async)
then restart the server
Code:
sudo /etc/init.d/nfs-kernel-server restart
and export the file system
head back to your Windows client, and in explorer open up a new network share, typing
Code:
xx.xx.xx.xx:/home/myusername/shared/photos
Click Yes in the tick boxes, and reconnect on login so it persists, and you should be presented with your folder