Is there a way to mount/read linux file created with /sbin/dump under Windows system?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

You can compile dump on windows using mingw ( heck, it might even already be done for you in msys ), and use restore to read it just like you would on linux.

link|improve this answer
feedback

There are a few different projects which do just that. The following should get you started in the right direction - http://www.fs-driver.org/.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.