X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=extras%2Fvolume_id%2Fvol_id.xml;h=3ab0b05c8204a16daa7785985be6123f78c18148;hp=b9b35abaa40faab4078f255e9495777333afc619;hb=1340a9e9ec72bde2eac873167920739883ada650;hpb=55c1768ca1aff74b52644b5a96cae868100254a8 diff --git a/extras/volume_id/vol_id.xml b/extras/volume_id/vol_id.xml index b9b35abaa..3ab0b05c8 100644 --- a/extras/volume_id/vol_id.xml +++ b/extras/volume_id/vol_id.xml @@ -26,9 +26,15 @@ vol_id - - - + + + + + + + + + device @@ -36,8 +42,8 @@ DESCRIPTION vol_id is usually called from a udev rule, to provide udev with the filesystem type, the label and the uuid of a - volume. vol_id supports all common filesystem formats - and detects various raid setups to prevent the recognition of raid members + volume. It supports most of the common filesystem formats and detects + various raid setups to prevent the recognition of raid members as a volume with a filesystem. @@ -46,26 +52,68 @@ - print all values in key/value format to import them into the + Print all values in key/value format to import them into the environment. - + - print the filesystem type + Print the filesystem type. - + - print the label of a volume + + Print the safe version of volume label suitable for + use as filename. + - + - print the uuid of a volume + + Print the raw volume label. + + + + + + + Print the uuid of a volume. + + + + + + Skip detection of raid metadata. + + + + + + Probe for all types and print all matches. + + + + + + Probing at the given offset, instead of the start of the volume. + The offset value is specified in bytes. + + + + + + Print debug messages to stderr. + + + + + + Print usage.