Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] Problem with debording \-directory  (Read 1709 times)

mylo

  • Guest
[EN] Problem with debording \-directory
« on: 2017/07/29, 23:11:37 »
Hi all,

today I experienced a serious problem (unfortunately caused by myself). My \-dir ran full and just a warning let me safe my inst., I think so.

What did I do:

1) I wanted to feed a SD card for a raspi3 with an image by
Code: [Select]
dd. Unfortunately the instruction I followed mixed up X against Y in the command
Code: [Select]
dd bs=4M if=X of=Y.
Obviously nothing happened, although something was done or written, as per my impression.
The *.img herefore was prepared in place at
Code: [Select]
/~ and the remain was a
Code: [Select]
"\dev\sdd".
The command finished and when trying to boot up that sd in the raspi, i saw, that something went wrong, as the old image booted up, so obviously nothing had been written on.

2) So next try: I corrected the
Code: [Select]
bs=4M ... statement by changing X against Y.
First, everything seemed running fine, but then an alert showed up, that \ is filled up to 96%.
Getting nervous, I brought that to interrupting and started to kill older kernels (still by kernel-remover on gui). However normally a confirmation of a kill of an older kernel needs around 10 s, here it just came back instantly. At the end I saw, that no kernels were deleted.

3) Now I can still boot up, but have a
Code: [Select]
\var and a
Code: [Select]
\usr each bigger than 7 GB.

Any hints where to look in the subdirs or what to delete?

Thanks!