Is there a way to mount/read linux file created with /sbin/dump
under Windows system?
Asked
Active
Viewed 2,208 times
2 Answers
2
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/.

user48838
- 7,431
- 2
- 18
- 14
2
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.

psusi
- 3,347
- 1
- 17
- 9