Have some feedback, questions, suggestions, or just fancy a chat? Pop it in here.
cmoulliard
Posts: 39 Joined: Tue Jan 19, 2021 11:51 am
Post
by cmoulliard » Wed Jan 27, 2021 9:33 am
Hi
Is there a trick that we could use to clean the volume (= microsd card) which is currently used to boot dietpi ?
Code: Select all
df -h
Filesystem Size Used Avail Use% Mounted on
udev 1.8G 0 1.8G 0% /dev
tmpfs 380M 8.0M 372M 3% /run
/dev/mmcblk1p1 15G 15G 0 100% /
Cheers
Charles
Joulinar
Posts: 3836 Joined: Sat Nov 16, 2019 12:49 am
Post
by Joulinar » Wed Jan 27, 2021 10:03 am
you would need to find largest files before doing any cleanup
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
cmoulliard
Posts: 39 Joined: Tue Jan 19, 2021 11:51 am
Post
by cmoulliard » Wed Jan 27, 2021 11:36 am
I found the problem. The content of "/media/dabou2" was copied to the filesystem mounted from "/dev/mmcblk1p1".
I removed it and now the partition looks good