Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Apr 2008 12:10:03 -0400
From:      Robert Huff <roberthuff@rcn.com>
To:        Leslie Jensen <leslie@eskk.nu>
Cc:        FreeBSD-questions@freebsd.org
Subject:   Filesystem full......
Message-ID:  <18444.48219.458888.619615@jerusalem.litteratus.org>
In-Reply-To: <480CB66B.4050705@eskk.nu>
References:  <480CB66B.4050705@eskk.nu>

next in thread | previous in thread | raw e-mail | index | archive | help

Leslie Jensen writes:

>  /: write failed, filesystem is full
>  install: /boot/kernel/wlan_tkip.ko.symbols: No space left on device
>  *** Error code 71
>
>  My question is can I get around this or have I made my / slice to
>  small?

	Yes.  :-)
	Start by cleaning up /; usually that starts with /tmp ... but
you've already got that on a separate partition,
	As for the size - the machine I'm currently on shows:

huff@> du  /boot | sort -nr | head
210558  /boot
93642   /boot/kernel
93002   /boot/kernel.old
22978   /boot/GENERIC
22      /boot/defaults
2       /boot/zfs
2       /boot/modules
2       /boot/firmware

	That's 220mb just for kernels.  There's no reason I can't
delete kernel.old or GENERIC ... but having fall-backs lets me sleep
better.
	Add 13m for /sbin, 20m for /lib, and you're pretty much done.
	(That machine has a 500mb /.)


				Robert Huff



	



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?18444.48219.458888.619615>