diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-03-21 16:02:07 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-03-21 16:02:07 +0100 |
commit | 0eb9e4a87eb5911d84f2feab18f8795a15e9e369 (patch) | |
tree | 902639f02d43151e618d7c86f61061f5e367df16 /extras/volume_id/README | |
parent | 8a37a3915f3431eb1613026a3ed72012d4f3b05d (diff) |
volume_id: remove partition table parsing code
Diffstat (limited to 'extras/volume_id/README')
-rw-r--r-- | extras/volume_id/README | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/extras/volume_id/README b/extras/volume_id/README index 974a5016d9..640a9e47ac 100644 --- a/extras/volume_id/README +++ b/extras/volume_id/README @@ -36,6 +36,7 @@ sysv * * - * luks * - * - hpfs * - - - romfs * +squashfs * minix * highpoint * isw_raid * @@ -44,29 +45,26 @@ nvidia_raid * promise_raid * silicon_raid * via_raid * -mac partitons * -msdos partitions * -The following rule will create a symlink named with the label string: - KERNEL=="[hs]d*", PROGRAM=="/sbin/vol_id -l %N", SYMLINK+="%c" - If no label is found vol_id exits with nonzero and the rule will be ignored. To give it a try, you may call it on the commandline: - [root@pim udev.kay]# extras/volume_id/vol_id /dev/hda3 - T:ext3 - L:Music Store - N:Music_Store - U:d2da42b5-bbd9-44eb-a72c-cc4542fcb71e + $ extras/volume_id/vol_id --export /dev/sda6 + ID_FS_USAGE=filesystem + ID_FS_TYPE=ext3 + ID_FS_VERSION=1.0 + ID_FS_UUID=3e999973-00c9-4917-9442-b7633bd95b9e + ID_FS_LABEL=devel + ID_FS_LABEL_SAFE=devel - [root@pim udev.kay]# extras/volume_id/vol_id -l /dev/hda3 - Music_Store + $ extras/volume_id/vol_id -l /dev/sda6 + devel - [root@pim udev.kay]# extras/volume_id/vol_id -t /dev/hda3 - swap + $ extras/volume_id/vol_id -t /dev/sda6 + ext3 Any comment/questions/concerns to me: -Kay Sievers <kay.sievers@vrfy.org> + Kay Sievers <kay.sievers@vrfy.org> |