|
From: Jeroen G. <jer...@ya...> - 2006-04-10 12:42:28
|
> > > > optbuf=.,fd=4,rootmode=40000,user_id=0,group_id=0 > > > > > > Where did that '.' come from, I wonder. > > > > > > Can you check with 'strace -f ./hello ...' what arguments fusexmp is > > > called with? > > I meant 'fusermount'. Sorry about that :) No problem :) I'm already glad you are responding to my questions :) Anyway, fusermount gets called with the following four arguments: -o . -- /fuse > Are there any arguments to fusermount besides the mountpoint? Not that I specify. > > However, when I patch fusermount to remove the ".,", the file system > > is mounted. Unfortunately I get an error message when I try to list > > the directory: > > > # ls /fuse > > ls: /fuse: Transport endpoint is not connected > > That means the filesystem crashed. There may be more than one problem > here. Well... lets start with the first problem :) -- Best regards, Jeroen |