In tar.bz2 format the resulting archive is just under 450MB and with zip it's just over 515MB:
- Code: Select all
drwxr-xr-x 6 root root 4096 2009-07-20 00:00 ubuntu
-rw-r--r-- 1 root root 449501531 2009-07-20 01:22 ubuntu.tar.bz2
-rw-r--r-- 1 root root 515427375 2009-07-20 01:25 ubuntu.zip
Extracted files that end up on NTFS (it's Fedora even though the directory is still named ubuntu):
- Code: Select all
./ubuntu:
total 44
drwxr-xr-x 4 root root 4096 2009-07-20 00:50 disks
drwxr-xr-x 2 root root 4096 2009-07-19 23:32 docs
drwxr-xr-x 2 root root 4096 2009-07-19 23:59 install
-rwxr--r-- 1 root root 25214 2008-10-27 12:37 Ubuntu.ico
drwxr-xr-x 2 root root 4096 2009-07-19 23:29 winboot
./ubuntu/disks:
total 3270524
drwxr-xr-x 3 root root 4096 2009-07-20 00:03 boot
-rw-r--r-- 1 root root 3145728000 2009-07-20 00:43 root.disk
drwxr-xr-x 2 root root 4096 2009-07-19 23:46 shared
-rw-r--r-- 1 root root 200000000 2009-07-15 23:21 swap.disk
./ubuntu/disks/boot:
total 21320
-rwxr--r-- 1 root root 507665 2008-10-24 03:29 abi-2.6.27-7-generic
-rwxr--r-- 1 root root 90889 2009-07-16 20:10 config-2.6.27.5-117.fc10.i686
-rwxr--r-- 1 root root 91364 2008-10-24 03:29 config-2.6.27-7-generic
drwxr-xr-x 2 root root 4096 2009-07-20 00:04 grub
-rwxr--r-- 1 root root 6672121 2009-07-19 18:17 initrd-frankenstein.img
-rwxr--r-- 1 root root 8422867 2009-07-15 23:43 initrd.img-2.6.27-7-generic
-rwxr--r-- 1 root root 124152 2008-09-11 15:11 memtest86+.bin
-rwxr--r-- 1 root root 1029585 2008-10-24 03:29 System.map-2.6.27-7-generic
-rwxr--r-- 1 root root 1073 2008-10-24 03:31 vmcoreinfo-2.6.27-7-generic
-rwxr--r-- 1 root root 2570960 2009-07-16 20:10 vmlinuz-2.6.27.5-117.fc10.i686
-rwxr--r-- 1 root root 2244272 2008-10-24 03:29 vmlinuz-2.6.27-7-generic
./ubuntu/disks/boot/grub:
total 16
-rwxr--r-- 1 root root 191 2009-07-15 23:42 default
-rwxr--r-- 1 root root 30 2009-07-15 23:42 device.map
-rwxr--r-- 1 root root 5204 2009-07-19 18:28 menu.lst
./ubuntu/disks/shared:
total 0
./ubuntu/docs:
total 0
./ubuntu/install:
total 0
./ubuntu/winboot:
total 416
-rwxr--r-- 1 root root 806 2008-10-27 12:37 menu.lst
-rwxr--r-- 1 root root 192307 2008-10-27 12:37 wubildr
-rwxr--r-- 1 root root 209235 2008-10-27 12:37 wubildr.exe
-rwxr--r-- 1 root root 8192 2008-10-27 12:37 wubildr.mbr
As you can see the root filesystem is 3GB (when mounted it's 1.6GB used and 1.3GB free). If you don't defrag the partition before bundling it will not compress nearly as small when tarring or zipping.


