(Solved) No spece left on disk when installing Dietpi Topic is solved
-
- Posts: 9
- Joined: Wed Jul 25, 2018 7:11 am
(Solved) No spece left on disk when installing Dietpi
So I tried reinstalling Dietpi to my Odroid and I keep getting a no space left on disk error when it updated. I have an 8GB eMMC module. I tried reformatting the drive and then used etcher to reinstall and received the same error.
Last edited by veveaucent on Mon Mar 18, 2019 3:46 am, edited 1 time in total.
Re: No spece left on disk when installing Dietpi
Thanks for your report.
Please show the following output:
Please show the following output:
Code: Select all
df -h
cat /var/tmp/dietpi/logs/fs_partition_resize.log
-
- Posts: 9
- Joined: Wed Jul 25, 2018 7:11 am
Re: No spece left on disk when installing Dietpi
Here's the logs requested:
http://imgur.com/WCknhQ7
http://imgur.com/WCknhQ7
Re: No spece left on disk when installing Dietpi
The partition has been successfully resized but the file system resizing shows some output I've never seen:
Then recheck via df if the size of mmcblk0p2 is now ~8G.
Otherwise we need to recheck the partition size:
parted -l
Can you please try to run resize2fs /dev/mmcblk0p2 manually?Filesystem at /dev/mmcblk0p2 is mounted no /: on-line resizing required
Then recheck via df if the size of mmcblk0p2 is now ~8G.
Otherwise we need to recheck the partition size:
parted -l
-
- Posts: 9
- Joined: Wed Jul 25, 2018 7:11 am
Re: No spece left on disk when installing Dietpi
That worked. Thank you.