Hi All,
I have the network-shares-automount installed and it looks like its mostly working. The mount is being made and when I run a mount command I get :
192.168.1.11://srv/nfs/ext on /media/pc type nfs (rw,vers=3,rsize=1048576,wsize=1048576,soft,proto=tcp,timeo=70,retrans=3,sec=sys,addr=192.168.1.11)
192.168.1.11://srv/nfs/ext on /mnt/hd2/My\040Video/[Shares]\040\040\040\040\040\040\040Do\040not\040delete!/pc type nfs (rw,vers=3,rsize=1048576,wsize=1048576,soft,proto=tcp,timeo=70,retrans=3,sec=sys,addr=192.168.1.11)
However doing "ls" on either of the directories is showing no files. I created a test.txt file on the pc for testing. I am assuming I should be able to see it?
Looking at those 2 mounts they are using NFSv3. At present I only have NFSv4 running on my Arch Linux box. Could that be the cause of the empty directories?
Has anyone got this working with an Arch box? Are there any plans for NFSv4 support?
Any help or suggestions at all gratefully accepted as I have been banging my head against this for a while now.
****UPDATE****
One of the things I tried last night was to remove the config directory for my mount and reboot the box to remove any trace of the mounts. I then created a mount manually by creating /tmp/stuff and running :
mount -t nfs <server IP>:<server share dir> /tmp/stuff
I got exactly the same result with "mount" reporting a successful mount using NFSv3 and an empty directory.
So it now looks like the plugin is fine and its either a more general client setup issue or a problem with the server. Sorry to trouble you all. My problem continues
I have the network-shares-automount installed and it looks like its mostly working. The mount is being made and when I run a mount command I get :
192.168.1.11://srv/nfs/ext on /media/pc type nfs (rw,vers=3,rsize=1048576,wsize=1048576,soft,proto=tcp,timeo=70,retrans=3,sec=sys,addr=192.168.1.11)
192.168.1.11://srv/nfs/ext on /mnt/hd2/My\040Video/[Shares]\040\040\040\040\040\040\040Do\040not\040delete!/pc type nfs (rw,vers=3,rsize=1048576,wsize=1048576,soft,proto=tcp,timeo=70,retrans=3,sec=sys,addr=192.168.1.11)
However doing "ls" on either of the directories is showing no files. I created a test.txt file on the pc for testing. I am assuming I should be able to see it?
Looking at those 2 mounts they are using NFSv3. At present I only have NFSv4 running on my Arch Linux box. Could that be the cause of the empty directories?
Has anyone got this working with an Arch box? Are there any plans for NFSv4 support?
Any help or suggestions at all gratefully accepted as I have been banging my head against this for a while now.
****UPDATE****
One of the things I tried last night was to remove the config directory for my mount and reboot the box to remove any trace of the mounts. I then created a mount manually by creating /tmp/stuff and running :
mount -t nfs <server IP>:<server share dir> /tmp/stuff
I got exactly the same result with "mount" reporting a successful mount using NFSv3 and an empty directory.
So it now looks like the plugin is fine and its either a more general client setup issue or a problem with the server. Sorry to trouble you all. My problem continues
Last edited: