{"id":13217,"date":"2019-04-01T08:08:07","date_gmt":"2019-04-01T08:08:07","guid":{"rendered":"http:\/\/www.appservgrid.com\/paw92\/?p=13217"},"modified":"2019-04-01T08:08:07","modified_gmt":"2019-04-01T08:08:07","slug":"8-linux-parted-commands-to-create-resize-and-rescue-disk-partitions","status":"publish","type":"post","link":"https:\/\/www.appservgrid.com\/paw92\/index.php\/2019\/04\/01\/8-linux-parted-commands-to-create-resize-and-rescue-disk-partitions\/","title":{"rendered":"8 Linux \u2018Parted\u2019 Commands to Create, Resize and Rescue Disk Partitions"},"content":{"rendered":"<p><strong>Parted<\/strong>\u00a0is a famous command line tool that allows you to easily manage hard disk partitions. It can help you add, delete, shrink and extend disk partitions along with the file systems located on them. Parted has gone a long way from when it first came out. Some of it\u2019s functions have been removed, others have been added.<\/p>\n<div id=\"attachment_18529\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/Parted-Command-to-Manage-Linux-Disk-Partitions.png\" rel=\"attachment wp-att-18529\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-18529\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/Parted-Command-to-Manage-Linux-Disk-Partitions.png\" alt=\"Parted Command to Manage Linux Disk Partitions\" width=\"720\" height=\"345\" aria-describedby=\"caption-attachment-18529\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-18529\" class=\"wp-caption-text\">Parted Command to Manage Linux Disk Partitions<\/p>\n<\/div>\n<p>In this tutorial\u00a0you will learn\u00a0the basics of parted and we will show you some practical examples. If\u00a0you don\u2019t have any previous experience with parted, please be aware that parted writes the changes immediately to your disk, so be careful if you try to modify your disk partitions.<\/p>\n<p>If you plan on testing parted, the better option would be to simply use a virtual machine or old computer\/laptop without any valuable information on it. To make modifications on a disk partition it must not be in use. If you need to work on primary partition, you may boot into rescue mode.<\/p>\n<p><strong>Note<\/strong>: You will need to have root access to the machine you will be working on in order to use parted.<\/p>\n<h3>How to Install Parted on Linux<\/h3>\n<p>On many Linux distributions,\u00a0<strong>parted<\/strong>\u00a0comes pre-installed. If it is not included in your distro, you can install it with:<\/p>\n<pre>$ sudo apt-get install parted           [On <strong>Debian\/Ubuntu<\/strong> systems]\r\n# yum install parted                    [On <strong>RHEL\/CentOS<\/strong> and <strong>Fedora<\/strong>]\r\n# dnf install parted                    [On <strong>Fedora 22+<\/strong> versions]\r\n<\/pre>\n<p>Once you have make sure that\u00a0<strong>parted<\/strong>\u00a0is installed, you can proceed further to check out some real world examples of parted command in the rest of this article.<\/p>\n<h4>1. Check Parted Version<\/h4>\n<p>Run the following command, you see message similar to the one shown on the image below. Don\u2019t worry if your parted version is different. Unless specified otherwise, parted will use your primary drive, which in most cases will be\u00a0<code>\/dev\/sda<\/code>.<\/p>\n<pre>$ parted\r\n<\/pre>\n<div id=\"attachment_18515\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/Check-Parted-Command-Version.png\" rel=\"attachment wp-att-18515\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-18515\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/Check-Parted-Command-Version.png\" sizes=\"auto, (max-width: 866px) 100vw, 866px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/Check-Parted-Command-Version.png 866w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/Check-Parted-Command-Version-768x167.png 768w\" alt=\"Check Parted Command Version\" width=\"866\" height=\"188\" aria-describedby=\"caption-attachment-18515\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-18515\" class=\"wp-caption-text\">Check Parted Command Version<\/p>\n<\/div>\n<p>If you want to exit parted, simply type:<\/p>\n<pre>$ quit\r\n<\/pre>\n<h4>2. List\u00a0Linux Disk Partitions<\/h4>\n<p>Now that parted is started, let\u2019s list the partitions of the selected hard disk. As mentioned earlier, parted chooses your\u00a0first drive by default.\u00a0To see the disk partitions\u00a0run\u00a0<code>print<\/code>.<\/p>\n<pre>(parted) print\r\n<\/pre>\n<div id=\"attachment_18516\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/Check-Linux-Partitions.png\" rel=\"attachment wp-att-18516\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-18516\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/Check-Linux-Partitions.png\" sizes=\"auto, (max-width: 848px) 100vw, 848px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/Check-Linux-Partitions.png 848w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/Check-Linux-Partitions-768x346.png 768w\" alt=\"Check Linux Partitions\" width=\"848\" height=\"382\" aria-describedby=\"caption-attachment-18516\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-18516\" class=\"wp-caption-text\">Check Linux Partitions<\/p>\n<\/div>\n<p>When running\u00a0<code>print<\/code>, it will also display the hard disk information and model. Here is example from a real hard disk (not virtual as shown on the image above) :<\/p>\n<pre><strong>(parted) print<\/strong>\r\n\r\nModel: ATA TOSHIBA MQ01ACF0 (scsi)\r\nDisk \/dev\/sda: 320GB\r\nSector size (logical\/physical): 512B\/4096B\r\nPartition Table: msdos\r\n\r\nNumber \u00a0Start \u00a0 End \u00a0 \u00a0Size \u00a0 Type \u00a0 \u00a0 \u00a0File system \u00a0Flags\r\n\r\n\u00a01 \u00a0 \u00a0 \u00a01049kB \u00a0256MB \u00a0255MB \u00a0primary \u00a0 ext2 \u00a0 \u00a0 \u00a0 \u00a0 boot\r\n\u00a02 \u00a0 \u00a0 \u00a0257MB \u00a0 320GB \u00a0320GB \u00a0extended\r\n\u00a05 \u00a0 \u00a0 \u00a0257MB \u00a0 320GB \u00a0320GB \u00a0logical \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0lvm\r\n<\/pre>\n<p>In the example above, you can see the disk model, capacity sector size and partition table.<\/p>\n<h4>3. List or Switch to Different Disk<\/h4>\n<p>If you have more than one hard disk, you can easily switch\u00a0between disks, by using the \u201c<code>select<\/code>\u201d command. In the example below, I will switch from\u00a0<code>\/dev\/sda<\/code>\u00a0to\u00a0<code>\/dev\/sdb<\/code>\u00a0which is a secondary drive on my system.<\/p>\n<p>To easily switch between disks you can use:<\/p>\n<pre>(parted) select \/dev\/sdX\r\n<\/pre>\n<div id=\"attachment_18518\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/Select-Different-Disk.png\" rel=\"attachment wp-att-18518\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-18518\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/Select-Different-Disk.png\" alt=\"Select Different Disk\" width=\"746\" height=\"400\" aria-describedby=\"caption-attachment-18518\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-18518\" class=\"wp-caption-text\">Select Different Disk<\/p>\n<\/div>\n<p>Change\u00a0<code>\"X\"<\/code>\u00a0with the letter of the disk to which you wish to switch.<\/p>\n<h4>4. Create Primary or Logical Partition in Linux<\/h4>\n<p>Parted can be used to create primary and logical disk partitions. In this example, I will show you how to create primary partition, but the steps are the same for logical partitions.<\/p>\n<p>To create new partition, parted uses \u201c<code>mkpart<\/code>\u201c. You can give it additional parameters like\u00a0<code>\"primary\"<\/code>\u00a0or\u00a0<code>\"logical\"<\/code>\u00a0depending on the partition type that you wish to create.<\/p>\n<p>Before you start creating partitions, it\u2019s important to make sure that you are using (you have selected) the right disk.<\/p>\n<p>Start by using print:<\/p>\n<pre>(parted) print\r\n<\/pre>\n<div id=\"attachment_18519\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/parted-show-current-disk-min.png\" rel=\"attachment wp-att-18519\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-18519\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/parted-show-current-disk-min.png\" alt=\"Show Current Linux Disk\" width=\"628\" height=\"256\" aria-describedby=\"caption-attachment-18519\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-18519\" class=\"wp-caption-text\">Show Current Linux Disk<\/p>\n<\/div>\n<p>As shown on the above image, we are using a virtual drive of\u00a0<strong>34 GB<\/strong>. First we will give the new disk a label and then create a partition and set a file system on it.<\/p>\n<p>Now the first step is to give the new\u00a0<a href=\"https:\/\/www.tecmint.com\/change-modify-linux-disk-partition-label-names\/\" target=\"_blank\" rel=\"noopener\">disk a label name<\/a>\u00a0with:<\/p>\n<pre>(parted) mklabel msdos\r\n<\/pre>\n<p>Now create the new partition with \u00a0<code>mkpart<\/code>. The listed units are in megabytes (<strong>MB)<\/strong>. We will create a\u00a0<strong>10 GB<\/strong>partition starting from\u00a0<strong>1<\/strong>\u00a0to\u00a0<strong>10000<\/strong>:<\/p>\n<pre>(parted) mkpart\r\n \r\nPartition type?\u00a0 primary\/extended? primary\r\nFile system type?\u00a0 [ext2]?\r\nStart? 1\r\nEnd? 10000\r\n(parted) print\r\nModel: ATA VBOX HARDDISK (scsi)\r\nDisk \/dev\/sdb: 34.4GB\r\nSector size (logical\/physical): 512B\/512B\r\nPartition Table: msdos\r\nDisk Flags: \r\nNumber\u00a0 Start \u00a0 End \u00a0 \u00a0 Size\u00a0 \u00a0 Type \u00a0 \u00a0 File system\u00a0 Flags\r\n 1\u00a0 \u00a0 \u00a0 1049kB\u00a0 10.0GB\u00a0 9999MB\u00a0 primary\u00a0 ext2 \u00a0 \u00a0 \u00a0 \u00a0 lba\r\n<\/pre>\n<div id=\"attachment_18520\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/Create-Primary-Logical-Linux-Partitions.png\" rel=\"attachment wp-att-18520\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-18520\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/Create-Primary-Logical-Linux-Partitions.png\" sizes=\"auto, (max-width: 892px) 100vw, 892px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/Create-Primary-Logical-Linux-Partitions.png 892w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/Create-Primary-Logical-Linux-Partitions-768x377.png 768w\" alt=\"Create Primary or Logical Linux Partitions\" width=\"892\" height=\"438\" aria-describedby=\"caption-attachment-18520\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-18520\" class=\"wp-caption-text\">Create Primary or Logical Linux Partitions<\/p>\n<\/div>\n<p>Next, \u00a0exit parted with\u00a0<code>\"quit\"<\/code>\u00a0command. We will\u00a0format our new partition in ext4 file system using\u00a0<code>mkfs<\/code>. To make this happen run the following command:<\/p>\n<pre># mkfs.ext4 \/dev\/sdb1\r\n<\/pre>\n<p><strong>Note<\/strong>: It\u2019s important to select the right disk and partition when executing the above command!<\/p>\n<p>Now let\u2019s verify our results, by printing the partition table on our secondary disk. Under file system column, you should see ext4 or the file system type that you have decided to use for your partition:<\/p>\n<div id=\"attachment_18521\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/verify-disk-partition-filesystem-min.png\" rel=\"attachment wp-att-18521\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-18521\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/verify-disk-partition-filesystem-min.png\" sizes=\"auto, (max-width: 1008px) 100vw, 1008px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/verify-disk-partition-filesystem-min.png 1008w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/verify-disk-partition-filesystem-min-768x445.png 768w\" alt=\"Verify Disk Partition Filesystem\" width=\"1008\" height=\"584\" aria-describedby=\"caption-attachment-18521\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-18521\" class=\"wp-caption-text\">Verify Disk Partition Filesystem<\/p>\n<\/div>\n<h4>5. Resize Linux Disk\u00a0Partition<\/h4>\n<p>Parted includes multiple useful functions and one of them is\u00a0<code>\"resizepart\"<\/code>.\u00a0As you have probably figured this out by now,\u00a0<code>\"resizepart\"<\/code>\u00a0helps you resize a partition.<\/p>\n<p>In the example below,\u00a0you will see how to resize an existing partition. For the purpose of this example, we will be using the earlier created partition.<\/p>\n<p>First you will need to know the number of the partition that you will be resizing. This can be easily found by using\u00a0<code>\"print\"<\/code>:<\/p>\n<pre>(parted) print\r\n<\/pre>\n<div id=\"attachment_18523\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/parted-find-partition-number.png\" rel=\"attachment wp-att-18523\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-18523\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/parted-find-partition-number.png\" sizes=\"auto, (max-width: 896px) 100vw, 896px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/parted-find-partition-number.png 896w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/parted-find-partition-number-768x302.png 768w\" alt=\"Find Linux Partition Number\" width=\"896\" height=\"352\" aria-describedby=\"caption-attachment-18523\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-18523\" class=\"wp-caption-text\">Find Linux Partition Number<\/p>\n<\/div>\n<p>In our example, the partition number is\u00a0<code>\"1\"<\/code>. Now run the resizepart command:<\/p>\n<pre>(parted) resizepart\r\n<\/pre>\n<p>You will be asked for the number of\u00a0the partition that you will resize. Enter it\u2019s number. After that, you will be asked to set the new ending point\u00a0for this partition. Remember that by default the units are in\u00a0<strong>MB<\/strong>. In our example, we have set the new partition size to\u00a0<strong>15 GB<\/strong>:<\/p>\n<pre>(parted) resizepart \r\nPartition number? 1\r\nEnd?\u00a0 [10.0GB]? 15000\r\n<\/pre>\n<p>Now verify the results with\u00a0<code>\"print\"<\/code>:<\/p>\n<pre>(parted) print\r\n<\/pre>\n<div id=\"attachment_18524\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/parted-resize-verify.png\" rel=\"attachment wp-att-18524\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-18524\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/parted-resize-verify.png\" sizes=\"auto, (max-width: 898px) 100vw, 898px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/parted-resize-verify.png 898w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/parted-resize-verify-768x327.png 768w\" alt=\"Verify Linux Resize Partition\" width=\"898\" height=\"382\" aria-describedby=\"caption-attachment-18524\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-18524\" class=\"wp-caption-text\">Verify Linux Resize Partition<\/p>\n<\/div>\n<h4>6. Delete\u00a0Linux Partition<\/h4>\n<p>The next thing you will learn is how to delete a partition from your hard drive. To do this, you will need to use the\u00a0<code>\"rm\"<\/code>\u00a0command within parted. To delete a disk partition you will need to know it\u2019s number.<\/p>\n<p>As mentioned earlier, you can easily obtain this number by using\u00a0<code>\"print\"<\/code>. In our example, we will delete the partition\u00a0with number\u00a0<code>1<\/code>\u00a0from our secondary drive\u00a0<code>\/dev\/sdb1<\/code>:<\/p>\n<pre>(parted) rm 1\r\n<\/pre>\n<p>Verify the results by printing the partitions table:<\/p>\n<div id=\"attachment_18525\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/parted-delete-partition.png\" rel=\"attachment wp-att-18525\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-18525\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/parted-delete-partition.png\" sizes=\"auto, (max-width: 888px) 100vw, 888px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/parted-delete-partition.png 888w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/parted-delete-partition-768x567.png 768w\" alt=\"Delete a Linux Partition\" width=\"888\" height=\"656\" aria-describedby=\"caption-attachment-18525\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-18525\" class=\"wp-caption-text\">Delete a Linux Partition<\/p>\n<\/div>\n<h4>7. Rescue Linux Disk Partition<\/h4>\n<p>Parted supports a \u201c<code>rescue\"<\/code>\u00a0utility that helps you recover a lost partition between a starting and ending point. If a partition is found within that range, it will attempt to restore it.<\/p>\n<p>Here is an example:<\/p>\n<pre>(parted) <strong>rescue<\/strong>\r\nStart? <strong>1<\/strong>\r\nEnd? <strong>15000<\/strong>\r\n(parted) print\r\nModel: Unknown (unknown)\r\nDisk \/dev\/sdb1: 15.0GB\r\nSector size (logical\/physical): 512B\/512B\r\nPartition Table: loop\r\nDisk Flags:\r\n\r\nNumber Start End Size File system Flags\r\n1 0.00B 15.0GB 15.0GB ext4\r\n<\/pre>\n<h4>8\u00a0Change Linux Partition Flag<\/h4>\n<p>Using parted, you can change the state of a\u00a0flag for disk partitions. The supported flags are:<\/p>\n<ol>\n<li>boot<\/li>\n<li>root<\/li>\n<li>swap<\/li>\n<li>hidden<\/li>\n<li>raid<\/li>\n<li>lvm<\/li>\n<li>lba<\/li>\n<li>legacy_boot<\/li>\n<li>irst<\/li>\n<li>esp<\/li>\n<li>palo<\/li>\n<\/ol>\n<p>The states can be either\u00a0<code>\"on\"<\/code>\u00a0or\u00a0<code>\"off\"<\/code>. To change a flag simply run\u00a0<code>\"set\"<\/code>\u00a0command within parted:<\/p>\n<pre>(parted) set 2 lba on\r\n<\/pre>\n<p>The above command sets\u00a0<code>lba<\/code>\u00a0flag to on for second partition. Verify the results with\u00a0<code>print<\/code>:<\/p>\n<div id=\"attachment_18526\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/parted-flags-example.png\" rel=\"attachment wp-att-18526\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-18526\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/parted-flags-example.png\" sizes=\"auto, (max-width: 920px) 100vw, 920px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/parted-flags-example.png 920w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2016\/02\/parted-flags-example-768x322.png 768w\" alt=\"Change Partition Flag\" width=\"920\" height=\"386\" aria-describedby=\"caption-attachment-18526\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-18526\" class=\"wp-caption-text\">Change Partition Flag<\/p>\n<\/div>\n<h3>Conclusion<\/h3>\n<p><strong>Parted<\/strong>\u00a0is a useful and powerful utility that can help you manage your disk partitions in Linux systems. As always, when working with disk partitions you need to be extra careful. It is strongly recommend to go through parted man pages to learn how you can customize it\u2019s output and find more information about its capabilities.<\/p>\n<p>If you have any questions or comments, please do not hesitate to use the comment section below.<\/p>\n<p><a href=\"https:\/\/www.tecmint.com\/parted-command-to-create-resize-rescue-linux-disk-partitions\/\" target=\"_blank\" rel=\"noopener\">Source<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Parted\u00a0is a famous command line tool that allows you to easily manage hard disk partitions. It can help you add, delete, shrink and extend disk partitions along with the file systems located on them. Parted has gone a long way from when it first came out. Some of it\u2019s functions have been removed, others have &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.appservgrid.com\/paw92\/index.php\/2019\/04\/01\/8-linux-parted-commands-to-create-resize-and-rescue-disk-partitions\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;8 Linux \u2018Parted\u2019 Commands to Create, Resize and Rescue Disk Partitions&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-13217","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts\/13217","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/comments?post=13217"}],"version-history":[{"count":1,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts\/13217\/revisions"}],"predecessor-version":[{"id":13218,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts\/13217\/revisions\/13218"}],"wp:attachment":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/media?parent=13217"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/categories?post=13217"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/tags?post=13217"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}