2

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

MatBanik
  • 379
  • 3
  • 7
  • 28

2 Answers2

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