You can use parted command to initiate the partition and follow the steps. # parted /dev/sdb Create Required Volume Groups and Format: Create VG – Volume Group – First Create …
Linux Partitioning – Parted Throwing unrecognized disk label
Error: /dev/sdb: unrecognised disk label Solution ‘Parted’ is complaining about a missing disk label. To create the label on the disk, for example, /dev/sdb: Create the label from the ‘parted’ …
Linux Partitioning – Parted Throwing Warning The resulting partition is not properly aligned for best performance
parted reports “Warning: The resulting partition is not properly aligned for best performance.” While creating a partition using parted utility, it reports that new partition is misaligned and this may …