HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

addpart — Tell the Linux kernel about the existence of the specified partition. A simple wrapper around the `a

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandtelladdpartcliaboutlinuxkernel
linux

Problem

How to use the addpart command: Tell the Linux kernel about the existence of the specified partition. A simple wrapper around the add partition ioctl. More information: <https://manned.org/addpart>.

Solution

addpart — Tell the Linux kernel about the existence of the specified partition. A simple wrapper around the add partition ioctl. More information: <https://manned.org/addpart>.

Tell the kernel about the existence of the specified partition:
addpart {{device}} {{partition}} {{start}} {{length}}

Code Snippets

Tell the kernel about the existence of the specified partition

addpart {{device}} {{partition}} {{start}} {{length}}

Context

tldr-pages: linux/addpart

Revisions (0)

No revisions yet.