view bin/linux-drive-number-mapping @ 680:a34ee4c7d0ce

[vimrc] Newer vim seem to have mouse enabled by default?
author nanaya <me@nanaya.pro>
date Mon, 13 Jun 2022 00:56:26 +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}')