logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Swaplabel - Manage Swap Partitions | Online Free DevTools by Hexmos

Manage swap partition labels and UUIDs with swaplabel. View, set, and change swap area identifiers easily. Free online tool, no registration required.

swaplabel

Print or change the label or UUID of a swap area. Note: path/to/file can either point to a regular file or a swap partition. More information: https://manned.org/swaplabel.

  • Display the current label and UUID of a swap area:

swaplabel {{path/to/file}}

  • Set the label of a swap area:

swaplabel {{[-L|--label]}} {{new_label}} {{path/to/file}}

  • Set the UUID of a swap area (you can generate a UUID using uuidgen):

swaplabel {{[-U|--uuid]}} {{new_uuid}} {{path/to/file}}

See Also