Post 4 is an attempt at manually mounting in a new mount point
So, create a new mount point
linuxmce@dcerouter:/mnt$ ls
device optical recovery upnp
linuxmce@dcerouter:/mnt$ sudo mkdir manual
linuxmce@dcerouter:/mnt$ cd manual
linuxmce@dcerouter:/mnt/manual$ sudo mkdir nexo-rare
And add a link in from /home/public/data/other, which is much simpler than trying to create the “Pluto structure” and check
linuxmce@dcerouter:/mnt/manual$ ln -sn /mnt/manual/nexo-rare /home/public/data/other/nexo-rare
linuxmce@dcerouter:/mnt/manual$ ls -lash /home/public/data/other
…
0 lrwxrwxrwx 1 linuxmce linuxmce 21 2009-02-22 10:34 nexo-rare -> /mnt/manual/nexo-rare
linuxmce@dcerouter:/mnt/device$ sudo mount -a -t nfs 192.168.80.228:/pool3/rare /mnt/manual/nexo-rare
Then mount the share and check – victory!
linuxmce@dcerouter:/mnt/manual$ sudo mount -a -t nfs 192.168.80.228:/pool3/rare /mnt/manual/nexo-rare
[sudo] password for linuxmce:
linuxmce@dcerouter:/mnt/manual$ ls -lash /mnt/manual/nexo-rare/ total 15K
2.0K drwxrwsr-x 6 root public 8 2009-02-22 00:00 .
4.0K drwxr-xr-x 3 root root 4.0K 2009-02-22 10:18 ..
2.0K drwxrwsr-x 7 root public 7 2009-02-04 20:59 Non-Public
2.0K drwxrwsr-x 3 root public 4 2009-02-21 00:04 public
512 -rwxrwsr-x 1 root public 0 2009-02-02 06:45 usbstayon
512 -rwxrwsr-x 1 root public 0 2009-02-02 06:45 usbstayup
2.0K drwxrwsr-x 3 root public 3 2009-02-01 00:42 user_1
2.0K drwxrwsr-x 3 root public 3 2009-02-02 06:45 user_2
linuxmce@dcerouter:/mnt/manual$
But this link to the entire share puts too much data :/home/public/data/other so, need to clean it up. So delete the link
linuxmce@dcerouter:/home/public/data/other$ rm nexo-rare
And just make a link from the videos
linuxmce@dcerouter:/home/public/data/other$ ln -sn /mnt/manual/nexo-rare/public/data/videos /home/public/data/videos/nexo-rare
AND it works well – but did not survive reboot, so add to /etc/fstab
192.168.80.228:/pool3/rare /mnt/manual/nexo-rare nfs rw,rsize=1048576,wsize=1048576,hard,intr,proto=tcp,timeo=600,retrans=3,sec=sys,addr=192.168.80.228 0 0
And reboot then check
linuxmce@dcerouter:~$mount
192.168.80.228:/pool3/rare on /mnt/manual/nexo-rare type nfs (rw,vers=3,rsize=1048576,wsize=1048576,hard,intr,proto=tcp,timeo=600,retrans=3,sec=sys,addr=192.168.80.228)
So very good. And the movies all work well ON THE CORE / HYBRID…
The don’t work on the media directors. And instead they show, file not found.
So I checked by logging into an md and while the link is present, the mount is not! So tried to add the mount into /etc/exports, but it did not work and I could not figure out the way to get privileges on the md. If I log in as linuxmce, it shows us as user “sambahelper” and su didn’t work…
I found the pw for sambahelper on the core, but it did not work on the md…
http://wiki.linuxmce.com/index.php/Logging_In#The_sambahelper_accountBottom line is getting the shares to work with the md's would be involved - and I don't have an account to make it happen.
And I am so much more impressed with all the things that happen automagically in linuxmce.
But again, appreciate any advice on what I may be doing wrong with nfs shares.
Thanks,
joseph