-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

partx


> Parse a partition table and tell the kernel about it.

More information.


List the partitions on a block device or disk image:

sudo partx --list {path/to/device_or_disk_image}

Add all the partitions found in a given block device to the kernel:

sudo partx --add --verbose {path/to/device_or_disk_image}

Delete all the partitions found from the kernel (does not alter partitions on disk):

sudo partx --delete {path/to/device_or_disk_image}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 00:21:32 2024