Re: Disk sync at shutdown and fusefs filesystems

2008-01-03 Thread Csaba Henk
On 2007-12-17, Alejandro Pulver <[EMAIL PROTECTED]> wrote: > When the implementation is ready, and if these problems are sorted out, > do you think it could be enabled by default (at least for root)? Because > that's the behavior most filesystems would prefer I think. I made up a testable implemen

Re: Disk sync at shutdown and fusefs filesystems

2007-12-17 Thread Csaba Henk
On 2007-12-17, Alejandro Pulver <[EMAIL PROTECTED]> wrote: > > - Some "got hung in unmount" issues are to be sorted out (these >appeared on Linux, and they might or might not appear on FreeBSD). > > > IIRC you are saying that any user could make umount hang. And you said > this is an unintended

Re: Disk sync at shutdown and fusefs filesystems

2007-12-16 Thread Csaba Henk
On 2007-12-12, Alejandro Pulver <[EMAIL PROTECTED]> wrote: > On Wed, 12 Dec 2007 03:00:07 +0100 > Csaba Henk <[EMAIL PROTECTED]> wrote: > >> On 2007-12-11, Alejandro Pulver <[EMAIL PROTECTED]> wrote: >> > The problem with NTFS-3G (and all other FUSE ba

Re: Disk sync at shutdown and fusefs filesystems

2007-12-12 Thread Csaba Henk
On 2007-12-11, Alejandro Pulver <[EMAIL PROTECTED]> wrote: > The problem with NTFS-3G (and all other FUSE based drivers maybe) is > that it doesn't flush the cache data to the disk at shutdown, but it > does when unmounted (and I guess this doesn't happen automatically). I > noticed this when files

misteries of find(1)

2005-11-24 Thread Csaba Henk
Hi! With fuse based filesystems I experienced find(1) giving up after running for a while, bursting out in a series of "File does not exist" complaints. (On the contrary, gfind just ran peacefully.) Why so? Well, fuse is a synthetic filesystem, where files themselves are subject to on demand cre

Re: Soc ssh fs: dummy Fuse module aviable for review

2005-08-09 Thread Csaba Henk
On Mon, Aug 08, 2005 at 05:55:50PM +0200, Jeremie Le Hen wrote: > As a side note, another good filesystem project it would be nice to > support in FreeBSD is FiST [1] and more specifically its powerful > union filesystem [2] which seems to be far less broken than FreeBSD's > unionfs. > > For those

Re: Soc ssh fs: dummy Fuse module aviable for review

2005-08-08 Thread Csaba Henk
On Sun, Aug 07, 2005 at 10:11:42PM -0500, Brennan Stehling wrote: > It is not allowing me to grab the CVS content with the anonymous user. > I am using the instructions on the wiki to pull the files. Well, Sourceforge AnonCVS service is like the Gate of the Sphynx in the Neverending Story... You

Soc ssh fs: dummy Fuse module aviable for review

2005-08-07 Thread Csaba Henk
Hi! I am Csaba Henk, Google Summer of Code participant at FreeBSD. I am to create an ssh based virtual networking filesystem, by now that boils down to porting Fuse (http://fuse.sourceforge.net) (doing so brings much more to FreeBSD than having an ssh based filesystem). Now I want to tell you