1 .TH ATA_ID 8 "November 2005" "" "Linux Administrator's Manual"
3 ata_id \- udev callout to read product/serial number from ATA drives
6 [\fI--export\fP] \fIblockdevice\fP
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.
15 opens the blockdevice node specified at the commandline and prints the
16 information chosen by the options.
18 The following commandline switches are supported to specify what ata_id
22 print all values (instead of only the id)
27 Developed by Kay Sievers <kay.sievers@vrfy.org>.