chiark / gitweb /
volume_id: update README
[elogind.git] / extras / dasd_id / dasd_id.8
1 .TH DASD_ID 8 "November 2005" "" "Linux Administrator's Manual"
2 .SH NAME
3 dasd_id \- udev callout to read label from s390 block device
4 .SH SYNOPSIS
5 .BI dasd_id
6 [\fI--export\fP] \fIblockdevice\fP
7 .SH "DESCRIPTION"
8 .B dasd_id
9 is normally called from a udev rule, to provide udev with a unique string and
10 additional information (type, serial) for an S390 drive. Udev can use this
11 information to create symlinks in /dev/disk/by-id and /dev/disk/by-label
12 to the real device node.
13 .SH USAGE
14 .B dasd_id
15 opens the blockdevice node specified at the commandline and prints the
16 information chosen by the options.
17 .SH OPTIONS
18 The following commandline switches are supported to specify what dasd_id
19 should print:
20 .TP
21 .BI --export
22 print all values (instead of only the serial)
23 .RE
24 .SH SEE ALSO
25 .BR udev (7)
26 .SH AUTHORS
27 Developed by Arnd Bergmann <arnd@arndb.de> and Kay Sievers <kay.sievers@vrfy.org>.
28