mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 14:51:45 +00:00
Update cheatsheets
This commit is contained in:
13
linux/delpart
Normal file
13
linux/delpart
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user