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

delpart: add page (#11135)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Farzad Hayat 2023-10-22 06:46:46 +11:00 committed by GitHub
parent 052f1aca8f
commit 44e52ced0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
pages/linux/delpart.md Normal file
View file

@ -0,0 +1,8 @@
# 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}}`