[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: issue with mdadm and mirroring drives



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)


Reply to: