Skip to content

Instantly share code, notes, and snippets.

@rubyu
Created October 8, 2014 06:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubyu/2ed7d2daa1e571beaa3b to your computer and use it in GitHub Desktop.
Save rubyu/2ed7d2daa1e571beaa3b to your computer and use it in GitHub Desktop.
安ハードRAIDを試したら整合性チェック機能がなかった話 ref: http://qiita.com/rubyu/items/f4b2436520bb48aa17c4
@echo off
cat /dev/sda | pv -q --rate-limit 40m > nul
Option Explicit
Const vbHide = 0
Dim ws
Set ws = CreateObject("Wscript.Shell")
ws.Run "cmd /c C:\diskcheck\diskcheck.bat", vbHide, True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment