Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Maemo: Developers

Request for Enhancements on maemo development VM image

 

 

Maemo developers RSS feed   Index | Next | Previous | View Threaded


jason at rampaginggeek

Feb 17, 2008, 12:20 PM

Post #1 of 6 (602 views)
Permalink
Request for Enhancements on maemo development VM image

Hi there,

I request that future versions of the maemo VMware image be resized to
at least 15GB and preferably 20GB. I say this because I just did that
for my VM.

Follow these steps to grow the VM:
1. edit the vmdl file header to change the adapter type form"(null)" to
"ide" and add null chacters to end of the test section to keep the rest
of the file ok. (I did this be dd'ing out a 1024 byte section to edit
and then reinserting it with conv=notrunc)
2.use vmware-vdisk-manager from the free (as in beer) VMware server to
grow the disk to the desired size.
3. boot the VM from a CD or ISO of a liveCD with parted (I used puppy linux)
4. use gnu parted or something else to resize the VM partitions

BTW, using vdiskmanager to switch to one of the 2Gb split disk types
would be good as well. It makes things convenient when your doing things
on a FAT32-formatted USB drive. using the pre-allocated disk type is
supposed to be faster, but I'm not concerned about that. I do know that
pre-allocated images compress with Winzip to be smaller than their
uncompressed sparse counterparts. Just be sure to use the multi-volume
option.

be sure to make a backup copy of the VM before attempting this.

Sincerely,
Jason
_______________________________________________
maemo-developers mailing list
maemo-developers [at] maemo
https://lists.maemo.org/mailman/listinfo/maemo-developers


frank.banul at gmail

Feb 17, 2008, 5:40 PM

Post #2 of 6 (560 views)
Permalink
Re: Request for Enhancements on maemo development VM image [In reply to]

Hi,

Another option is to just add another disk of whatever size you want.
There are many blank images available on the net all ready. I added a
10G.vdk like so (assuming you are using scsi adapters, should be
adaptable to ide):
scsi0:1.present = "TRUE"
scsi0:1.fileName = "10G.vmdk"

Then I mounted that disk, moved some things over to it and carried on.

Frank


On Feb 17, 2008 2:20 PM, Jason Edgecombe <jason [at] rampaginggeek> wrote:
> Hi there,
>
> I request that future versions of the maemo VMware image be resized to
> at least 15GB and preferably 20GB. I say this because I just did that
> for my VM.
>
> Follow these steps to grow the VM:
> 1. edit the vmdl file header to change the adapter type form"(null)" to
> "ide" and add null chacters to end of the test section to keep the rest
> of the file ok. (I did this be dd'ing out a 1024 byte section to edit
> and then reinserting it with conv=notrunc)
> 2.use vmware-vdisk-manager from the free (as in beer) VMware server to
> grow the disk to the desired size.
> 3. boot the VM from a CD or ISO of a liveCD with parted (I used puppy linux)
> 4. use gnu parted or something else to resize the VM partitions
>
> BTW, using vdiskmanager to switch to one of the 2Gb split disk types
> would be good as well. It makes things convenient when your doing things
> on a FAT32-formatted USB drive. using the pre-allocated disk type is
> supposed to be faster, but I'm not concerned about that. I do know that
> pre-allocated images compress with Winzip to be smaller than their
> uncompressed sparse counterparts. Just be sure to use the multi-volume
> option.
>
> be sure to make a backup copy of the VM before attempting this.
>
> Sincerely,
> Jason
> _______________________________________________
> maemo-developers mailing list
> maemo-developers [at] maemo
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>
_______________________________________________
maemo-developers mailing list
maemo-developers [at] maemo
https://lists.maemo.org/mailman/listinfo/maemo-developers


setanta at gmail

Feb 18, 2008, 12:47 PM

Post #3 of 6 (575 views)
Permalink
Re: Request for Enhancements on maemo development VM image [In reply to]

Jason, Frank,

thanks for the tips for resizing the image, certainly shorter than the
method I learned[1].

I'm working on the next version of the VM, and it is expected to be
released till next Wednesday.

Regards,

--
Marcelo Lira dos Santos
http://setanta.wordpress.com
INdT: http://www.indt.org.br
CInLUG: http://www.cin.ufpe.br/~cinlug
_______________________________________________
maemo-developers mailing list
maemo-developers [at] maemo
https://lists.maemo.org/mailman/listinfo/maemo-developers


setanta at gmail

Feb 18, 2008, 12:48 PM

Post #4 of 6 (565 views)
Permalink
Re: Request for Enhancements on maemo development VM image [In reply to]

Almost forgot, the image will have 20Gb this time.

--
Marcelo Lira dos Santos
http://setanta.wordpress.com
INdT: http://www.indt.org.br
CInLUG: http://www.cin.ufpe.br/~cinlug
_______________________________________________
maemo-developers mailing list
maemo-developers [at] maemo
https://lists.maemo.org/mailman/listinfo/maemo-developers


setanta at gmail

Feb 18, 2008, 12:49 PM

Post #5 of 6 (560 views)
Permalink
Re: Request for Enhancements on maemo development VM image [In reply to]

And this I totally forgot. ><

[1] http://setanta.wordpress.com/2008/01/29/resizing-maemo-sdk-vmware-appliance-virtual-hd/

--
Marcelo Lira dos Santos
http://setanta.wordpress.com
INdT: http://www.indt.org.br
CInLUG: http://www.cin.ufpe.br/~cinlug
_______________________________________________
maemo-developers mailing list
maemo-developers [at] maemo
https://lists.maemo.org/mailman/listinfo/maemo-developers


jason at rampaginggeek

Feb 18, 2008, 2:53 PM

Post #6 of 6 (579 views)
Permalink
Re: Request for Enhancements on maemo development VM image [In reply to]

Marcelo Lira wrote:
> And this I totally forgot. ><
>
> [1] http://setanta.wordpress.com/2008/01/29/resizing-maemo-sdk-vmware-appliance-virtual-hd/
>
>
nice howto. There is text field "adapter" in header of the vmdk file.
That might explain
the ide vs scsi drive. I think gparted would be less scary for most
folks, but YMMV.

Thanks for boosting the VM size. To answer Frank, yes, it might have
been easier to add another virtual disk, but that would mean managing
different filesystems. I wouldn't recommend any of our procedures to a
linux novice, which is why I asked for the bigger size in the future. I
wanted ot make it easier for the novice.

Sincerely,
Jason
_______________________________________________
maemo-developers mailing list
maemo-developers [at] maemo
https://lists.maemo.org/mailman/listinfo/maemo-developers

Maemo developers RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.