Alexander Larsson wrote:
not sure. as there are not many files on this FTP server, i don't think running out of fd's is the problem.On Fri, 2007-11-30 at 14:37 +0100, nf2 wrote:with curlftpfs i sometimes get "umount - device is busy", because nautilus doesn't close file-descriptors when trying to render previews or doing mime-type detection for plain text files (i guess). that's the impression "lsof" gives me. perhaps this problem only occurs on very slow file systems.This might be related to: http://bugzilla.gnome.org/show_bug.cgi?id=483884
lsof output: COMMAND PID USER FD TYPE DEVICE SIZE NODE NAMEnautilus 11060 norbert 23r REG 0,22 46 36 /home/norbert/network-servers/www.xyz.net/html/test.txt
i can reproduce this when quickly changing the directory while nautilus is rendering a text file icon (showing "..." in the icon). i guess on fast filesystems you will never be able to catch that point.
norbert