> You can export FUSE using NFS, we do it all the time. Just make sure you=
=0A> set fsid in the exports file:=0A> =0A> /3d *(rw,sync,fsid=3D1)=0A> =0A=
> Note that it doesn't work perfectly, we still get the occasional hangup=
=0A> when the system is under heavy load but it works well enough.=0A=0A=0A=
I cannot get this to work.=0A=0AI tried the following exports=0A =0Afuse-ex=
port *(rw,sync,no_root_squash,fsid=3D10,anonuid=3D0)=0Afuse-export *(rw,syn=
c,no_root_squash,fsid=3D1,anonuid=3D0)=0Afuse-export *(rw,sync,no_root_squa=
sh,fsid=3D1)=0A =0A =0AI tried to mount it with the following options in fu=
se=0A-o allow_other=0A-o allow_root=0A =0AI also tried to mount fuse before=
and after nfs was exporting the file system.=0A-> Start NFS=0A-> Start Fus=
e=0A-> mount via client =96 get permission denied=0A =0A-> start nfs=0A-> c=
onnect client=0A-> start fuse=0A-> try to access from client -> it would re=
ad and write to the original mount location and not through fuse=0A =0A-> S=
tart Fuse=0A-> Restart NFS =0A-> MountD fails=0A =0A I also made sure I wa=
s connecting as root from the client and I performed chmod 777 on the dir. =
=0A =0AI am sure I am missing the one thing that will make this work .. any=
other ideas???=0A=0A=0A=0A> > > > > > I would like to expose my fuse mount=
point to external servers over=0A> NFS.=0A> > > > > >=0A> > > > > > It doe=
s not work.=0A> > > > > >=0A> > > > > > I can however expose the same fuse =
mount point as a SAMBA share. That=0A> > > works=0A> > > > > fine.=0A> > > =
> > >=0A> > > > > > Does anyone know why this is the case?=0A> > > > > >=0A=
> > > > > Do you run some NFS-Kernelspace-Server? Because as far as I know =
the=0A> > > > > NFS-Kernel-Servers do not yet support fuse so far, and ther=
efore, you=0A> > > > > must use the NFS-Userspace-Server which is slower bu=
t will accept=0A> > > > > Fuse.=0A> > > > >=0A> > > >=0A> > > >=0A> > > > Y=
es, I use a kernel space NFS server. Is it impossible to use the kernel=0A>=
> > space Linux NFS stack with fuse? Any modifications I can do?=0A> > > >=
=0A=0A__________________________________________________=0ADo You Yahoo!?=
=0ATired of spam? Yahoo! Mail has the best spam protection around =0Ahttp:=
//mail.yahoo.com
|