循环替换文件中的内容脚本,如下:
(原文链接 http://ddbiz.com/?p=206)
loop=10
while test $loop -lt 100 ; do
cp -R M00 M0$loop
cd M0$loop
sed -i “s/m00/m0$loop/g” *
cd ..
...
No RAID sets and with names: “isw_xxxxxxxx_Volume0” failed to stat()
(原文链接 http://ddbiz.com/?p=234)
硬件环境:
Intel DQ965GF
SATA 320G * 3
软件环境:
CentOS 5...