fullzero, is it possible to use the hidden disk spaces? My usb key is 32GB, but I cannot see all of them in nvOC:
m1@m1-desktop:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 1.9G 0 1.9G 0% /dev
tmpfs 392M 12M 380M 3% /run
/dev/sda2 15G 13G 920M 94% /
tmpfs 2.0G 192K 2.0G 1% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
tmpfs 392M 56K 392M 1% /run/user/1000
/dev/sda1 8.9M 60K 8.8M 1% /media/m1/1263-A96E
You can extend the primary partition on any key / ssd; by connecting it to a computer with nvOC that has already booted and clicking the ubuntu launcher at the top left and typing
gp
then click Gparted. Find the sdb drive select the larger partition; it it is mounted unmount it; then rightclick and select resize and set the max size.
click the green checkmark to execute the change, wait for completion and it should be ~17gb larger.
Also you can remove unused header files with this oneliner from _Parallax_:
sudo apt-get purge $(dpkg -l linux-{image,headers}-"[0-9]*" | awk '/ii/{print $2}' | grep -ve "$(uname -r | sed -r 's/-[a-z]+//')")