/boot is full, can't do anything - Ask Ubuntu
i have big problem, /boot partition said full on ubuntu 14.04 ; read other topics, tryed bunch of things.. delete content of /boot.. when that, df -h
still tell me /boot 84% full...
any idea ?
here pasted df - h , ls -la
sys. de fichiers taille utilisé dispo uti% monté sur udev 2,1g 4,1k 2,1g 1% /dev tmpfs 412m 1,3m 410m 1% /run /dev/mapper/ubuntu--vg-root 311g 195g 101g 66% / none 4,1k 0 4,1k 0% /sys/fs/cgroup none 5,3m 0 5,3m 0% /run/lock none 2,1g 87k 2,1g 1% /run/shm none 105m 33k 105m 1% /run/user /dev/sda1 247m 237m 0 100% /boot total 31649 drwxr-xr-x 5 root root 3072 nov. 2 20:09 . drwxr-xr-x 23 root root 4096 nov. 2 19:10 .. -rw-r--r-- 1 root root 1271765 nov. 2 20:09 abi-3.19.0-43-generic -rw-r--r-- 1 root root 177808 nov. 2 20:09 config-3.19.0-43-generic drwxr-xr-x 5 root root 1024 nov. 2 20:09 grub -rw-r--r-- 1 root root 20614484 nov. 2 20:09 initrd.img-3.19.0-43-generic drwx------ 2 root root 1024 nov. 2 20:09 lost+found -rw------- 1 root root 3628871 nov. 2 20:09 system.map-3.19.0-43-generic drwx------ 4 root root 1024 mars 13 2016 .trash-0 -rw------- 1 root root 6571600 nov. 2 20:09 vmlinuz-3.19.0-43-generic
you want remove /boot/.trash-0
directory starters.
to see how space being used /boot
, sub-directories, use: du /boot -h
752k /boot/extlinux/themes/debian-wheezy 756k /boot/extlinux/themes 832k /boot/extlinux 2.5m /boot/grub/i386-pc 20k /boot/grub/locale 2.3m /boot/grub/fonts 7.2m /boot/grub 565m /boot
the listing above plain vanilla /boot
directory listing. have files / sub-directories in yours should not there under normal circumstances.
compare listing own , should able spot directories not belong. note /boot
main directory large because have 12 kernels installed instead of normal average of 2.
Comments
Post a Comment