Skip to content
Steve Netting

Steve Netting

Search
  • About
  • LinkedIn
  • Linux
  • Amateur Radio
  • Podcast
  • Music
  • Flickr
  • Demoscene
  • South West Amiga Group
  • and more!
  • LLM

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

  • The Gatekeeper in the Machine: Taming the Inbox with Local LLMs
  • Beyond the Dashboard: How a 14B LLM Brought Real Intelligence to My Server Monitoring
  • From the Ham Shack to the Edge: Delivering Real Value with Local LLMs
  • What I Learnt Giving an LLM Agent Control of My Crypto Wallet
  • Navigating the Future of Local Development: The Red Hat Build of Podman Desktop

Recent Comments

  • moohr ic on Fedora 42 Meets CUDA 12.9: The Quest to Build vllm (InstructLab)
  • Steve on Atari ST and Amiga Desktop Wallpapers
  • karimb on From Zero to Openshift in 30 Minutes
  • RC on From Zero to Openshift in 30 Minutes
  • richard on Just CPC: The 2015 Amstrad CPC Clone

Archives

  • March 2026
  • February 2026
  • June 2025
  • 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
  • LLM
  • openshift
  • podman
  • review
  • watches

Meta

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