Skip to content

Instantly share code, notes, and snippets.

@epcim
Created September 15, 2024 06:56
Show Gist options
  • Save epcim/f271212e031202d040ff8128804d4b40 to your computer and use it in GitHub Desktop.
Save epcim/f271212e031202d040ff8128804d4b40 to your computer and use it in GitHub Desktop.
stop disk in linux - hot swap
# for hdd
device=sata4; sudo sh -c "echo 1 > /sys/block/${device}/device/delete"
# for usb
udisksctl power-off -b /dev/sdd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment