0

I have a bit of a trouble trying to add/write files to a .img raw disk file created with dd and which has a ext3 filesystem.

I know I could use mount/fusermount but I would like to avoid this and use other methods.

Any ideas are welcomed!

Thank you!

emmerich
  • 512
  • 1
  • 5
  • 14

1 Answers1

0

I could've used genext2fs with tune2fs to enable journaling.

emmerich
  • 512
  • 1
  • 5
  • 14