Date: Fri, 17 Oct 1997 13:38:54 +0200 (MET DST) From: Michael Reifenberger <root@totum.plaut.de> To: FreeBSD-Current <current@freebsd.org> Subject: nullfs & current Message-ID: <Pine.BSF.3.95.971017125539.624A-100000@totum.plaut.de>
next in thread | raw e-mail | index | archive | help
Hi, after some months I retried nullfs mounted dirs. It seems to mostly work (at least It doesn`t panic). But it seems to have some leaks freeing files. I did: mount /dev/ccd0c /usr/obj~ mount_nullfs /usr/obj~ /usr/a cd /usr/a; iozone 20 df -k Filesystem 1K-blocks Used Avail Capacity Mounted on ... /dev/ccd0c 126519 20504 99689 17% /usr/obj~ /usr/obj~ 126519 20504 99689 17% /usr/a ^^^^^ ls -l /usr/a; ls -l /usr/obj~ (shows nothing) umounting both FS's and remounting shows the expected output: ... /dev/ccd0c 126519 0 126519 0% /usr/obj~ Bye! ---- Michael Reifenberger Plaut Software GmbH, R/3 Basis
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.971017125539.624A-100000>