Re: root partition full; /dev taking up all the space?

2015-02-14 Thread Jason Hunt
On Fri, Feb 13, 2015 at 11:46 PM, Martin Brandenburg mar...@martinbrandenburg.com wrote: My guess is you typoed a dd command and ended up creating some huge file in there. That's exactly what happened; I recall dd'ing an image to a USB stick and using /dev/rsd2 instead of /dev/rsd2c. And

root partition full; /dev taking up all the space?

2015-02-13 Thread Jason Hunt
In the midst of setting up my laptop (fresh install of 5.6), I found I was out of space on root:: # df -h Filesystem SizeUsed Avail Capacity Mounted on /dev/sd1a 1005M 1004M -49.2M 105%/ /dev/sd1k 49.2G1.4G 45.3G 3%/home /dev/sd1d 3.9G138K

Re: root partition full; /dev taking up all the space?

2015-02-13 Thread Martin Brandenburg
From owner-misc+m146...@openbsd.org Sat Feb 14 04:44:09 2015 Date: Fri, 13 Feb 2015 23:28:21 -0500 Subject: root partition full; /dev taking up all the space? From: Jason Hunt jh...@lynden.on.ca To: misc@openbsd.org List-ID: misc.openbsd.org In the midst of setting up my laptop (fresh

Re: root partition full; /dev taking up all the space?

2015-02-13 Thread Christopher Barry
On Fri, 13 Feb 2015 23:28:21 -0500 Jason Hunt jh...@lynden.on.ca wrote: In the midst of setting up my laptop (fresh install of 5.6), I found I was out of space on root:: # df -h Filesystem SizeUsed Avail Capacity Mounted on /dev/sd1a 1005M 1004M -49.2M 105%/ /dev/sd1k

Re: root partition full; /dev taking up all the space?

2015-02-13 Thread Christopher Barry
On Fri, 13 Feb 2015 23:28:21 -0500 Jason Hunt jh...@lynden.on.ca wrote: In the midst of setting up my laptop (fresh install of 5.6), I found I was out of space on root:: # df -h Filesystem SizeUsed Avail Capacity Mounted on /dev/sd1a 1005M 1004M -49.2M 105%/ /dev/sd1k

Re: root partition full; /dev taking up all the space?

2015-02-13 Thread dan
On Fri, 13 Feb 2015 23:28:21 -0500 Jason Hunt jh...@lynden.on.ca wrote: In the midst of setting up my laptop (fresh install of 5.6), I found I was out of space on root:: # df -h Filesystem SizeUsed Avail Capacity Mounted on /dev/sd1a 1005M 1004M -49.2M 105%/

/ partition full!

2009-11-08 Thread Gabriel Read
I just tried to install mysql on a recent install of openbsd and the install failed because there was no more room left on the / partition. df -h: Filesystem SizeUsed Avail Capacity Mounted on /dev/wd0a 1005M973M -18.5M 102%/ I looked around and figured out that it's all

Re: / partition full!

2009-11-08 Thread Ted Unangst
On Sun, Nov 8, 2009 at 8:31 PM, Gabriel Read gabe2...@gmail.com wrote: I looked around and figured out that it's all in /dev! # du -h /dev 2.0K/dev/fd 931M/dev Is this normal? It's a fresh install of openbsd 4.6 and I let it set up the partitions automatically. No, that's not

Re: / partition full!

2009-11-08 Thread Gabriel Read
Thank you, that was it. for some reason i had /dev/rsd0 in there and it was taking up all the space. I must have made a mistake when I was trying to format a drive with dd and instead it created a new file. Thanks for the help! On Sun, Nov 8, 2009 at 9:01 PM, Ted Unangst ted.unan...@gmail.com

Re: / partition full!

2009-11-08 Thread STeve Andre'
On Sunday 08 November 2009 21:01:39 Ted Unangst wrote: On Sun, Nov 8, 2009 at 8:31 PM, Gabriel Read gabe2...@gmail.com wrote: I looked around and figured out that it's all in /dev! # du -h /dev 2.0K/dev/fd 931M/dev Is this normal? It's a fresh install of openbsd 4.6 and I