Mercurial > ec-dotfiles
view bin/linux-drive-number-mapping @ 658:35c26d9dcaa7
Upload file for 0paste alias
author | nanaya <me@nanaya.pro> |
---|---|
date | Sun, 28 Nov 2021 20:05:47 +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}')