19/01/2012 01:43, Joey L wrote:
> Also - is there a way in debian to realize which drive is mapped to
> which linux device ??
> When I go into the bios - i see disk labels or names as DSK04, DSK02
> and also long string of numbers - i guess it is the serial number of
> drive.

For partition UUID:

ls -l /dev/disk/by-uuid

or

blkid /dev/sdd?



For disk ID:

ls -l /dev/disk/by-id



For partitions labels:

ls -l /dev/disk/by-label


For mdadm devices:

mdadm --misc --detail --brief /dev/md?*  (as seen in mdadm.conf)


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f17eff5.90...@googlemail.com

Reply via email to