Mercurial > ec-dotfiles
view bin/linux-drive-number-mapping @ 526:f579b5310a1b
Add script to map linux ata drive numbering.
author | edogawaconan <me@myconan.net> |
---|---|
date | Sat, 09 Aug 2014 00:24:45 +0900 |
parents | |
children |
line wrap: on
line source
#!/bin/sh # Stolen from http://superuser.com/questions/617192 [ "$(uname)" = "Linux" ] || exit 1 ata=$1 ls -l /sys/block/sd* | grep $(grep $ata /sys/class/scsi_host/host*/unique_id | awk -F'/' '{print $5}')