Is there a way to mount/read linux file created with /sbin/dump under Windows system?
|
feedback
|
|
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. | |||
|
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/. | |||
|
feedback
|