Disk: Difference between revisions
From DWIKI
Created page with "=FAQ= ==Get/set partition label== e2label /dev/sdi1 [ LABEL ]" |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
=Tools= | |||
==e2label== | |||
===Get/set partition label=== | |||
e2label /dev/sdi1 [ LABEL ] | |||
===Errors=== | |||
====e2label: Bad magic number in super-block ==== | |||
check if there's filesystem at all, blkid | |||
=FAQ= | =FAQ= | ||
== | ==Mount by label== | ||
mount -L LABEL /mnt/target | |||
Latest revision as of 13:40, 4 June 2026
Tools
e2label
Get/set partition label
e2label /dev/sdi1 [ LABEL ]
Errors
e2label: Bad magic number in super-block
check if there's filesystem at all, blkid
FAQ
Mount by label
mount -L LABEL /mnt/target
