This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: /proc/mdstat?


Neil Aggarwal wrote:
> Hello:
>
> Is there an equivalent to /proc/mdstat on Cygwin?
>
> Or, some other utility to give me the status of a software RAID
> device?
>
> Thanks,
> Neil

Can't you just use diskpart?

You could either pass it a script, using diskpart /s, or pass it a 'here' 
script:
diskpart <<EOF
list disk
exit
EOF


Cary




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]