next set of updates
This commit is contained in:
7
scripts/cam_tag.sh
Executable file
7
scripts/cam_tag.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/local/bin/bash
|
||||
#shrinking the command Native Command Queue down to 1 effectively disabling queuing
|
||||
for Disk in `camcontrol devlist | grep "ST8000DM" | cut -d"," -f2 | cut -d")" -f1`;
|
||||
do
|
||||
camcontrol tags $Disk -N 1 ;
|
||||
camcontrol tags $Disk -v
|
||||
done
|
Reference in New Issue
Block a user