From a5b157ae3ebc6402d4deeabf7c75468f1a0cda8a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 20 Jun 2004 23:30:55 +0000 Subject: display better info for hard disks --- perl-install/standalone/harddrake2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index dad12df21..55fb0af93 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -22,7 +22,6 @@ my %fields = "bus" => [ N("Bus"), N("this is the physical bus on which the device is plugged (eg: PCI, USB, ...)") ], - "channel" => [ N("Channel"), N("EIDE/SCSI channel") ], "bus_id" => [ N("Bus identification"), N("- PCI and USB devices: this lists the vendor, device, subvendor and subdevice PCI/USB ids") ], @@ -90,7 +89,10 @@ my %fields = }, HARDDISK => { + channel => [ N("Channel"), N("EIDE/SCSI channel") ], info => [ N("Disk identifier"), N("usually the disk serial number") ], + lun => [ N("Logical unit number"), N("the SCSI target number (LUN). SCSI devices connected to a host are uniquely identified by a +channel number, a target id and a logical unit number") ], }, MOUSE => { @@ -124,6 +126,8 @@ my %groups = ( HARDDISK => { N("Identification") => [ qw(Vendor Model description info media_type) ], + N("Connection") => [ qw(bus channel lun) ], + N("Bus identification") => [ qw(vendor id subvendor subid) ], N("Device") => [ qw(device devfs_device) ], N("Partitions") => [ qw(primary_partitions extended_partitions) ], }, -- cgit v1.2.1