mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
14 lines
310 B
Plaintext
14 lines
310 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|