Problem with size of partitions
-
@michelsantana can you get the size of the disk you’re trying to apply this to?
blockdev --getsz /dev/sda
I think should do it. -
@Tom-Elliott In the previous example the machine (Virtual) had a 60GB hard disk. Just for testing purposes I increased the size of the harddisk to 180GB and this are the results. As you can see there is no error this time with extended partitions but the sizes of the partitions still doesn’t have the right proportions.
-
@michelsantana I realize that and am replicating your d1.minimum.partitions and d1.partitions file.
I know what’s causing it too btw.
-
@Tom-Elliott It seems like it’s taking the d1.minimum.partitions as source to determine the proportion between partitions instead of the d1.partitions. In our example the sda3 partition is the bigger one in size but it’s almost empty.
-
@michelsantana I know what’s causing it, just trying to figure out a way around it in a nice method.
-
Mind trying these:
Init’s are up at:
http://mastacontrola.com/init.xz
http://mastacontrola.com/init_32.xzwget -O /var/www/fog/service/ipxe/init.xz http://mastacontrola.com/init.xz wget -O /var/www/fog/service/ipxe/init_32.xz http://mastacontrola.com/init_32.xz
-
@Tom-Elliott I have downloaded those files and repeated the process. There is a minor error than you can see in the first capture, but it seems that the problem is solved. Tomorrow I will try a deployment with a physical machine and post the results.
Thank you very much for your help!
-
@michelsantana I’m pushing fix for the error’s being spat out.
-
Fix for the missed elements should be up if you wanted to retest.
-
@Tom-Elliott Perfect! I will try again and post the results
-
@Tom-Elliott Still one error
-
@michelsantana Fix for this then is now up too! THanks for helping
-
@Tom-Elliott You’re welcome. Here are the results after the last modifications you have uploaded. Seems like there are no more errors. Now I’m making the whole deployment to see the final partition sizes in Windows enviroment.
Thank you very much!