[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2
graziano obertelli
graziano at eucalyptus.com
Sat Dec 3 22:45:10 UTC 2011
To get this working we should change
parted mkpartfs primary ext2 start end
to
parted mkpart primary ext2 start end
and do something like
dd if=/dev/zero of=temp_part count=1 seek=(end-start-1)
mkfs.ext3 -F temp_part
dd if=temp_part of=disk skip=start count=end-start
Tagging for 2.0.4 if we can make it.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/457281
Title:
Partitions presented to instance should be ext3, not ext2
To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/457281/+subscriptions
More information about the Ubuntu-server-bugs
mailing list