answered
2016-05-02 11:45:41 +0200
Move all Pic / vid /Music to SD-Card.
Move Backup to SD, delete local Backup files.
Clear cache of all Droid apps.
Maybe uninstall greater Apps (Offline Nav etc.)
You can try this:
In case you get "no space left on device" when you are running the balance, you can use the external SD card to get the extra space:
dd if=/dev/zero of=/media/sdcard/0000-BDCB/btrfs bs=100M count=5
losetup -v -f /media/sdcard/0000-BDCB/btrfs
btrfs device add /dev/loop0 /
That way the balance can get the needed extra. You can remove the device like this:
btrfs device delete /dev/loop0 /
Root and home disks full and causing various problems
btrf balance start /
Remove some files.
nthn ( 2016-04-28 21:50:07 +0200 )editDid you spotted some text in terminal window? It says "Please free up more space and try again"
coderus ( 2016-04-29 06:45:35 +0200 )edit(S)he asked "how can i free space?", so I think he spotted it :)
jollailija ( 2016-04-29 08:56:22 +0200 )edithm, then just simple move all your pics and videos to sdcard
coderus ( 2016-04-29 09:20:53 +0200 )editwhen i use df-kh it says 4 GB is free but i still can not update even i press the optimise button again and again!
oguzhanssan ( 2016-04-29 10:24:13 +0200 )edit