View Single Post
Old 06-27-2010, 01:30 PM   #2
luite
Connoisseur
luite has a complete set of Star Wars action figures.luite has a complete set of Star Wars action figures.luite has a complete set of Star Wars action figures.
 
Posts: 82
Karma: 256
Join Date: Feb 2010
Location: Netherlands
Device: dr1000
the root filesystem image is an ext2 filesystem, you can use resize2fs to resize it:
# e2fsck -f poky-image-ion-devel-qemuarm-20100611123250.rootfs.ext2
# resize2fs poky-image-ion-devel-qemuarm-20100611123250.rootfs.ext2 500M

where 500M is the desired new size

(update: I don't know if it's already installed on the development vmware image, you may need to install the package e2fsprogs)

Last edited by luite; 06-27-2010 at 01:38 PM.
luite is offline   Reply With Quote