1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 03:35:45 +02:00
tldr/pages/linux/fdisk.md

38 lines
481 B
Markdown
Raw Normal View History

2018-03-09 08:13:43 +00:00
# fdisk
> Manage partition tables and partitions on a hard disk.
2021-06-29 13:25:39 -04:00
> See also: `partprobe`.
> More information: <https://manned.org/fdisk>.
2018-03-09 08:13:43 +00:00
- List partitions:
`sudo fdisk {{[-l|--list]}}`
2018-03-09 08:13:43 +00:00
- Start the partition manipulator:
2021-07-22 13:04:53 +01:00
`sudo fdisk {{/dev/sdX}}`
2025-08-01 20:25:48 +00:00
- Create a [n]ew partition:
2021-07-22 13:04:53 +01:00
`<n>`
2021-07-22 13:04:53 +01:00
2025-08-01 20:25:48 +00:00
- Select a partition to [d]elete:
2021-07-22 13:04:53 +01:00
`<d>`
2021-07-22 13:04:53 +01:00
2025-08-01 20:25:48 +00:00
- View the [p]artition table:
2021-07-22 13:04:53 +01:00
`<p>`
2021-07-22 13:04:53 +01:00
2025-08-01 20:25:48 +00:00
- [w]rite the changes made:
2021-07-22 13:04:53 +01:00
`<w>`
2021-07-22 13:04:53 +01:00
2025-08-01 20:25:48 +00:00
- Discard the changes made and [q]uit:
2021-07-22 13:04:53 +01:00
`<q>`
2021-07-22 13:04:53 +01:00
2025-08-01 20:25:48 +00:00
- Open a help [m]enu:
2021-07-22 13:04:53 +01:00
`<m>`