Re: df(1) shows strange Avail and Capacity info

2015-05-19 Thread Alex Greif
thanks for the clarifictions. I will read the FAQs more throroughly in future. Alex. On Tue, May 19, 2015 at 02:31:34PM -0400, Josh Grosse wrote: > I believe FAQ 14.14 may clarify df(1) reporting. Here's a link for > convenience: http://www.openbsd.org/faq/faq14.html#NegSpace

Re: df(1) shows strange Avail and Capacity info

2015-05-19 Thread Josh Grosse
On 2015-05-19 14:25, Alex Greif wrote: Hi, I experienced a strange output of df(1) for the root partition. The Size is greater than Used but Avail and Capacity are miscalculated /root/snaps # df -h Filesystem SizeUsed Avail Capacity Mounted on /dev/sd0a 494M488M -18.4M 10

Re: df(1) shows strange Avail and Capacity info

2015-05-19 Thread John Merriam
On Tue, 19 May 2015, Theo de Raadt wrote: > > I experienced a strange output of df(1) for the root partition. > > The Size is greater than Used but Avail and Capacity are miscalculated > > That is an incorrect assessment. > > There is spare space in the filesystem, only available for root, and >

df(1) shows strange Avail and Capacity info

2015-05-19 Thread Alex Greif
Hi, I experienced a strange output of df(1) for the root partition. The Size is greater than Used but Avail and Capacity are miscalculated /root/snaps # df -h Filesystem SizeUsed Avail Capacity Mounted on /dev/sd0a 494M488M -18.4M 104%/ /dev/sd0k 27.6G4.7G 21.

Re: df(1) shows strange Avail and Capacity info

2015-05-19 Thread Theo de Raadt
> I experienced a strange output of df(1) for the root partition. > The Size is greater than Used but Avail and Capacity are miscalculated That is an incorrect assessment. There is spare space in the filesystem, only available for root, and this is how it is handled.