codestarterorg / ubuntu-chromebook-installer

Codestarter installer for Ubuntu on Chromebooks
GNU Lesser General Public License v3.0
340 stars 32 forks source link

Disk space? #5

Open joshlawrence opened 10 years ago

joshlawrence commented 10 years ago

I've really enjoyed the codestarted ubuntu installer, but disk space is really tight. Is it possible to completely wipe out ChromeOS and just install with your installer to take up 100% of the disk?

kellyfj commented 10 years ago

Seconded about disk space. When configuring I thought I assigned 9 GB to Ubuntu The filesystem mounted on / says it has 7.0G used but when I do 'du' I can't see where it's all being used

Here are my disk states

frank@frank-chromebook:/$ df -k -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda7       8.8G  7.0G  1.4G  84% /
none            4.0K     0  4.0K   0% /sys/fs/cgroup
udev            923M  4.0K  923M   1% /dev
tmpfs           188M  1.2M  187M   1% /run
none            5.0M     0  5.0M   0% /run/lock
none            938M   23M  916M   3% /run/shm
none            100M   36K  100M   1% /run/user
/dev/sda8        12M   24K   12M   1% /media/frank/OEM
/dev/sda1       1.7G  106M  1.5G   7% /media/frank/7de6ca22-169f-43dc-be82-59edd2116ef3
frank@frank-chromebook:/$ sudo du -h -d 1
0   ./sys
16K ./lost+found
393M    ./var
284M    ./lib
4.0K    ./srv
14M ./etc
3.6G    ./usr
9.9M    ./bin
103M    ./media
4.0K    ./dev
51M ./boot
4.0K    ./mnt
492K    ./root
du: cannot access ‘./proc/15657/task/15657/fd/4’: No such file or directory
du: cannot access ‘./proc/15657/task/15657/fdinfo/4’: No such file or directory
du: cannot access ‘./proc/15657/fd/4’: No such file or directory
du: cannot access ‘./proc/15657/fdinfo/4’: No such file or directory
0   ./proc
231M    ./home
344M    ./opt
4.0K    ./lib64
36K ./tmp
18M ./sbin
du: cannot access ‘./run/user/1000/gvfs’: Permission denied
1.3M    ./run
7.1G    .

Did I configure it wrong 9G to ChromeOS and not Ubuntu?

Thanks!