info > parted(8)

📐 PARTED(8) — GNU Parted Manual

📖 NAME

parted — a partition manipulation program

🚀 Quick Reference

Use Case Command Description
📋 List all partitions parted -l Display partition layout on all block devices
🆕 Create partition table parted /dev/sda mklabel gpt Create a new GPT disklabel
➕ Create partition parted /dev/sda mkpart primary ext4 1MiB 100% Create a new partition from 1MiB to end of disk
đŸ–¨ī¸ Print partition table parted /dev/sda print Display current partition table
đŸ—‘ī¸ Delete partition parted /dev/sda rm 1 Remove partition number 1
📏 Resize partition parted /dev/sda resizepart 1 200GiB Change partition end position to 200GiB
🔍 Rescue lost partition parted /dev/sda rescue 0 100GiB Rescue a lost partition between offsets
🚩 Set partition flag parted /dev/sda set 1 boot on Set boot flag on partition 1
✅ Check alignment parted /dev/sda align-check optimal 1 Check if partition 1 is optimally aligned

📋 SYNOPSIS

parted [options] [device [command [options...]...]]

📝 DESCRIPTION

parted is a program to manipulate disk partitions. It supports multiple partition table formats, including MS-DOS and GPT. It is useful for creating space for new operating systems, reorganising disk usage, and copying data to new hard disks.

This manual page documents parted briefly. Complete documentation is distributed with the package in GNU Info format.

âš™ī¸ OPTIONS

đŸ’ģ COMMANDS

🐛 REPORTING BUGS

Report bugs to <bug-parted@gnu.org>

📚 SEE ALSO

fdisk(8), mkfs(8), The parted program is fully documented in the info(1) format GNU partitioning software manual which is distributed with the parted-doc Debian package.

👤 AUTHOR

This manual page was written by Timshel Knoll <timshel@debian.org>, for the Debian GNU/Linux system (but may be used by others).

parted — 2007 March 29 — PARTED(8)

parted(8)
📐 PARTED(8) — GNU Parted Manual 📖 NAME 🚀 Quick Reference 📋 SYNOPSIS 📝 DESCRIPTION âš™ī¸ OPTIONS đŸ’ģ COMMANDS 🐛 REPORTING BUGS 📚 SEE ALSO 👤 AUTHOR

Generated by phpman v4.9.26-5-g7740029 Author: Che Dong Under GNU General Public License
2026-08-25 05:25 @216.73.216.179
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!