Re: [Flickrfs-users] fuse-python version
Brought to you by:
manishrjain
From: <rdm...@bi...> - 2008-01-26 23:30:09
|
On Sat, 26 Jan 2008 at 17:06, rdm...@bi... wrote: > my system. It appears that flickrfs is doing things to the filesystem > before it is mounted. That is, the mount happens when sever.main() > is called, but directories are created and threads are launched in the > __init__, before main() is called. This causes flickrfs to hang on my > system some time after the mount is done. Hah, like I said, it is taking me a bit to get back up to speed on this code. This initialization sequence is not a problem since it is our model of the file system we are updating, and that is available before the mount. So why doing it before the mount causes later commands to hang for me is mysterious. If I do the fs/thread stuff after the mount, then flickrfs doesn't hang for me, but an 'ls' on my mount point says there's no such file...and df shows all question marks. So I'm poking around trying to figure out what's going on here.... --David |