lsblk: Add SERIAL column to the SCSI output mode.

If there are several identical disks, disk serial number can help
to distinguish exact drive.

This could be helpful in debugging RAID failures and similar problems.

Signed-off-by: Milan Broz <gmazyland@gmail.com>
This commit is contained in:
Milan Broz 2020-07-12 12:40:48 +02:00 committed by Karel Zak
parent ed554da252
commit e19e522df0
1 changed files with 1 additions and 0 deletions

View File

@ -1994,6 +1994,7 @@ int main(int argc, char *argv[])
add_uniq_column(COL_VENDOR);
add_uniq_column(COL_MODEL);
add_uniq_column(COL_REV);
add_uniq_column(COL_SERIAL);
add_uniq_column(COL_TRANSPORT);
break;
case 'T':