chiark / gitweb /
cciss device support
[elogind.git] / extras / ata_id / ata_id.8
1 .TH ATA_ID 8 "November 2005" "" "Linux Administrator's Manual"
2 .SH NAME
3 ata_id \- udev callout to read product/serial number from ATA drives
4 .SH SYNOPSIS
5 .BI ata_id
6 [\fI--export\fP] \fIblockdevice\fP
7 .SH "DESCRIPTION"
8 .B ata_id
9 is normally called from a udev rule, to provide udev with a unique string and
10 additional information (uuid, label) for an ATA 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 ata_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 ata_id
19 should print:
20 .TP
21 .BI --export
22 print all values (instead of only the id)
23 .RE
24 .SH SEE ALSO
25 .BR udev (7)
26 .SH AUTHORS
27 Developed by Kay Sievers <kay.sievers@vrfy.org>.
28