I think I found why...
I noticed that when selecting addons from the main menu, there is a tile saying "music addons" that just flickers in and out of the menu (it appears and disappears again and again). Sometimes, this also happens under videos, where the "video addons" tile does the same and so on for the other categories. So I thought it must be something with the internet connection...
I used ping, nslookup and traceroute on google and everything worked, so I tried downloading something. And wget told me there is no space left on the device
# wget http://speedtest.ftp.otenet.gr/files/test100Mb.db
Connecting to speedtest.ftp.otenet.gr (212.205.74.89:80)
saving to 'test100Mb.db'
wget: write error: No space left on device
Because /storage is less than 30MB and full as it seems!
# df -h /storage
Filesystem Size Used Available Use% Mounted on
/dev/sda2 25.2M 24.6M 0 100% /storage
I ran parted, which offered to fix it, but nothing changed
# parted -l
Warning: Not all of the space available to /dev/sda appears to be used, you can
fix the GPT to use all of the space (an extra 7264256 blocks) or continue with
the current setting?
Fix/Ignore? fix
fix
Model: ATA VMware Virtual I (scsi)
Disk /dev/sda: 4295MB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 4194kB 541MB 537MB fat16 system legacy_boot, msftdata
2 541MB 575MB 33.6MB ext4 storage
Display More
So, why doesn't it occupy the remaining ~4gb of the space?
In case it is important, I noticed that the bootloader boots the installer option. Why? Isn't the os already installed?
That is why I also tried the run option, but nothing changed.
p.s. Can someone move this to the virtual machines section? Thank you.