Wednesday, December 16, 2015

Which partitioning program does Ubuntu use during installation?


Which partitioning algorithms use ubuntu during the installation, is it also available as a standalone application or command? Is it gparted?



The ubuntu installer uses parted - for the most part; The parted program in turn uses fdisk to create and modify partition tables and mkfs to create file systems.


GParted and its equivalents are merely front-ends to the linux partitioning tool kit. The Ubuntu installer is the same. It's a layer on top of parted and it executes it in the background, providing an easy to use abstraction of the plumbing behind it. The installer uses other programs, like resize2fs -to resize file systems - directly as well.


No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...