How can you create partitions in linux?
When you are in parted, you can type “help” to have a listing of all the available commands on the utility. To create a new disk partition, run the “mkpart” option with the partition type that you want to create. On the next prompt, you are asked for the filesystem you want to be written …
