source: dass-tools/usr/sbin/scsi-rescan.sh@ 1089

Last change on this file since 1089 was 1089, checked in by joergs, on Sep 5, 2012 at 11:34:02 PM

added scsi-rescan

  • Property svn:executable set to *
File size: 107 bytes
Line 
1#!/bin/sh
2
3for i in /sys/class/scsi_host/host*/scan; do
4 echo "rescanning $i"
5 echo "- - -" > $i
6done
7
Note: See TracBrowser for help on using the repository browser.