On Tue, 5 Apr 2016 15:29:00 -0500 Charles Blair <c-bl...@illinois.edu> wrote:
> Many thanks for all the assistance! > > My apologies for hitting the panic button over > dc waiting for me to type in some numbers, which is, > of course, what it is supposed to do. > > There were several other questions from my > would-be helpers, but for now: > > Output from df -h > > Filesystem Size Used Avail Use% Mounted on > rootfs 323M 189M 117M 62% / > udev 10M 0 10M 0% /dev > tmpfs 392M 704K 391M 1% /run > /dev/disk/by-uuid/09...8e 323M 189M 117M 62% / > tmpfs 5.0M 0 5.0M 0% /run/lock > tmpfs 2.4G 152K 2.4G 1% /run/shm > /dev/sda10 169G 1.9G 159G 2% /home > /dev/sda9 368M 11M 339M 3% /tmp > /dev/sda6 8.3G 5.8G 2.1G 74% /usr > /dev/sda7 2.8G 1.8G 859M 68% /var > > Output from df -ih > > Filesystem Inodes IUsed IFree IUse% Mounted on > rootfs 84K 7.6K 76K 10% / > udev 488K 462 488K 1% /dev > tmpfs 490K 459 489K 1% /run > /dev/disk/by-uuid/09...8e 84K 7.6K 76K 10% / > tmpfs 490K 1 490K 1% /run/lock > tmpfs 490K 8 490K 1% /run/shm > /dev/sda10 11M 9.0K 11M 1% /home > /dev/sda9 96K 42 96K 1% /tmp > /dev/sda6 537K 245K 293K 46% /usr > /dev/sda7 179K 11K 169K 6% /var > Sorry, I hadn't been paying enough attention. If you are awaiting a kernel upgrade, you don't have enough space in /. My current two kernel modules directories are each around 175MB, with /lib totalling 445MB. You can't run /lib anywhere but inside /, so I don't think you have too much choice but to plan for a bigger /. Until quite recently, 'a few hundred megs' was enough for /, now it isn't. Not only have the kernel modules mushroomed, but we are now strongly advised to merge /usr into /. The boot process is getting cleverer, and starting to want /usr stuff mounted during boot. There are ways to arrange to mount a separate /usr, but that's another thing to go wrong/get forgotten, it's easier to merge it in. -- Joe