-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

losetup


> Set up and control loop devices.

More information.


List loop devices with detailed info:

losetup -a

Attach a file to a given loop device:

sudo losetup /dev/{loop} /{path/to/file}

Attach a file to a new free loop device and scan the device for partitions:

sudo losetup --show --partscan -f /{path/to/file}

Attach a file to a read-only loop device:

sudo losetup --read-only /dev/{loop} /{path/to/file}

Detach all loop devices:

sudo losetup -D

Detach a given loop device:

sudo losetup -d /dev/{loop}


> 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 Tue May 21 09:01:45 2024