Steve Netting

Steve Netting

Search
Skip to content
  • About
  • LinkedIn
  • Linux
  • Amateur Radio
  • Podcast
  • South West Amiga Group
  • Demoscene
  • Music
  • and more!

Monthly Archives: April 2017

linux

Rescan of SCSI Bus / LUNs

April 25, 2017 Steven Netting Leave a comment
fdisk -l | grep -i GB | sort > prescan.txt
for hst in $(ls /sys/class/scsi_host); do echo "Rescanning $hst..."; echo "- - -" > /sys/class/scsi_host/$hst/scan; done
fdisk -l | grep -i GB | sort > postscan.txt
diff prescan.txt postscan.txt | grep mapper
LUNscsi

Only A̶m̶i̶g̶a̶ Linux Makes It Possible

Recent Posts

  • From Zero to Openshift in 30 Minutes
  • OpenShift: How to determine the latest version in an update channel.
  • Stable Diffusion on cpu
  • AmigaOS4.1 (PPC) under FS-UAE and QEMU
  • Atari ST and Amiga Desktop Wallpapers

Recent Comments

  • richard on Just CPC: The 2015 Amstrad CPC Clone

Archives

  • August 2023
  • February 2023
  • September 2022
  • March 2019
  • October 2018
  • July 2018
  • February 2018
  • May 2017
  • April 2017
  • February 2017
  • December 2016
  • November 2016
  • September 2015
  • July 2015
  • May 2015
  • April 2015

Categories

  • amiga
  • amstrad
  • ansible
  • atari
  • docker
  • general
  • hamradio
  • linux
  • openshift
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress