Cannot rm files when ZFS is full

Ronald Klop ronald-freebsd8 at klop.yi.org
Wed Jul 29 07:15:52 UTC 2009


On Wed, 29 Jul 2009 05:29:27 +0200, grarpamp <grarpamp at gmail.com> wrote:

> One week old build...
>
> # df -i .
> Filesystem   1K-blocks      Used Avail Capacity iused ifree %iused   
> Mounted on
> ram01/mnt1 239465344 239465344     0   100%   13163     0  100%   /mnt1
> # ls -aliT zero
> 20797 -rw-r--r--  1 user user  43515904 Jul 28 23:20:57 2009 zero
> # rm -f zero
> rm: zero: No space left on device
> # :> zero
> cannot create zero: File exists
> # cp /dev/null zero
> overwrite zero? (y/n [n]) y
> # ls -aliT zero
> 20797 -rw-rw-rw-  1 root  wheel  0 Jul 28 23:25:17 2009 zero
> # rm -f zero
> [gone]

Do you have everything linked in a snapshot?

Ronald.



More information about the freebsd-stable mailing list