I have an issue with storage. I used usb 32gb to load the os. However, when I check property of "my computer" in linux, it only says 14gb capacity. I wonder what happens to the other 16gb. That's the reason why I always have warning of running out of storage. Anyone having the same issue?
What did you use to copy the image over to the USB ?
THE IMAGE FITS A 16GB DRIVE--
The image is about 16GB. It will not occupy the entire 32GB drive. After flashing, you must resize the ~16GB partition created in order to use the entire drive. --scryptr
I used hddrawcopy to flash it. I believe I have the same warning error that bober has. How do you resize the 16gb partition? Is it the way how to do it?
I have an issue with storage. I used usb 32gb to load the os. However, when I check property of "my computer" in linux, it only says 14gb capacity. I wonder what happens to the other 16gb. That's the reason why I always have warning of running out of storage. Anyone having the same issue?
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
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]+//')")