Mercurial > ec-dotfiles
view bin/linux-drive-number-mapping @ 733:0589105e685a
Backed out changeset 3e31009ab5cc
...maybe not needed after all.
author | nanaya <me@nanaya.net> |
---|---|
date | Thu, 09 Jan 2025 00:49:08 +0900 |
parents | f579b5310a1b |
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}')