1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/delpart.md

9 lines
218 B
Markdown
Raw Normal View History

# delpart
> Ask the Linux kernel to forget about a partition.
> More information: <https://manned.org/delpart>.
- Tell the kernel to forget about the first partition of `/dev/sda`:
`sudo delpart {{/dev/sda}} {{1}}`