User Tools

Site Tools


tape_device_driver

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tape_device_driver [2012/09/06 07:43] michaeltape_device_driver [2021/04/24 07:40] (current) – external edit 127.0.0.1
Line 62: Line 62:
  
 # count drives # count drives
-ioscan -FNkCtape | grep -c CLAIM+  ioscan -FNkCtape | grep -c CLAIM
  
 # do ioscan # do ioscan
-ioscan +  ioscan 
  
 # count drives again ;) # count drives again ;)
-ioscan -FNkCtape | grep -c CLAIM+  ioscan -FNkCtape | grep -c CLAIM
  
 #remove old special files where CLAIMED = NO #remove old special files where CLAIMED = NO
-rm -H /dev/rtape/...+  rm -H /dev/rtape/...
  
 # set links (for the one drive, or for all by script) # set links (for the one drive, or for all by script)
-ln -s /dev/rtape/....nb /dev/rmt/$yourname+  ln -s /dev/rtape/....nb /dev/rmt/$yourname
  
  
tape_device_driver.1346917439.txt.gz · Last modified: 2021/04/24 07:38 (external edit)