Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I have used that great package and everything worked smoothly except NFS
I keep on getting the following message:
linx:~ # mount -t nfs 192.168.1.222:/mnt/HD_a2/PUBLIC /mnt/has/
mount: 192.168.1.222:/mnt/HD_a2/PUBLIC failed, reason given by server: Permission denied
linx:~ # mount -t nfs 192.168.1.222:/ /mnt/has/
mount: 192.168.1.222:/ failed, reason given by server: Permission denied
linx:~ #
my export file is as follows:
/mnt/HD_a2 # cat fun_plug.d/etc/exports
/ 192.168.1.22(rw,no_root_squash)
/mnt/HD_a2 192.168.1.0/24(rw,no_root_squash)
/mnt/HD_a2/HOME *(rw,synch,no_root_squash)
/mnt/HD_a2/PUBLIC 192.168.1.22(rw,no_root_squash)
I checked permissions:
/mnt/HD_a2 # ls -l
drwxrwxrwx 18 nobody 501 4096 Sep 30 23:38 PUBLIC
I am using suse 10.3 RC1 - and very limited experience with NFS
i've been googling for days now and still I no wiser
I would be greatfull for any suggestions!
Offline
ahors wrote:
linx:~ # mount -t nfs 192.168.1.222:/mnt/HD_a2/PUBLIC /mnt/has/
Please try with the default exports file, first. There's no need to to export /mnt/HD_a2/PUBLIC, if you've already exported /mnt/HD_a2. unfs is quite picky about the exports file and small errors make it stop working.
Offline