Git Product home page Git Product logo

Comments (6)

theraininsky avatar theraininsky commented on August 17, 2024 1

Yes, all i want is to support write operations on mounted drive and store the diffs elsewhere without modify the image itself.
I've tried Unified Write Filter you mentioned but unfortuntelly it does not work on emulated CD/DVD drives no matter i choose UDF images or ISO9660 images.

Yes unfortunately that is the case for that particular driver. But something like that should be possible to use as starting point for developing something like what you want, if it has not already been done somewhere.

Yes, I think there might be another file system filter tool just like MS's Unified Write Filter in the near future, but more universal and versatile.

from arsenal-image-mounter.

LTRData avatar LTRData commented on August 17, 2024

For ISO images, this driver emulates CD/DVD drives which are always read-only. It is not possible to introduce write support by adding a write overaly like for hard disk images.

CD burners for example, work in a different way by writing an image at once instead of modifying individual files.

However, UDF images are possible to modify much like a hard disk file systems and it is technically possible to have a hard disk partition formatted with UDF file system too and in such cases, it is possible to use write overlay features.

from arsenal-image-mounter.

theraininsky avatar theraininsky commented on August 17, 2024

Thanks for explanation!
Is it possible to emulate regular hard drives for ISO images so we could use write overlay features?
And if we plan to implement overlay features on UDF images, is it possible to emulate ISO9660/Joliet images as UDF images to use write overlay features?

from arsenal-image-mounter.

LTRData avatar LTRData commented on August 17, 2024

For ISO9660, no, that is not possible. You need to copy the files on it somewhere else and make modifications there. The OS file system driver for ISO9660 does not support modifying files at all, even if the underlying storage device would support writing.

For UDF, it is possible to modify in some cases. Particularly if it is located on a hard disk partition.

I think that what you are looking for is not a disk write filter but more a kind of file system write filter, where modifications to a file system could store changes somewhere else and where it is not limited by the file system driver in the OS. Something like Unified Write Filter that is available in enterprise editions of Windows etc.

from arsenal-image-mounter.

theraininsky avatar theraininsky commented on August 17, 2024

Yes, all i want is to support write operations on mounted drive and store the diffs elsewhere without modify the image itself.
I've tried Unified Write Filter you mentioned but unfortuntelly it does not work on emulated CD/DVD drives no matter i choose UDF images or ISO9660 images.

from arsenal-image-mounter.

LTRData avatar LTRData commented on August 17, 2024

Yes, all i want is to support write operations on mounted drive and store the diffs elsewhere without modify the image itself.
I've tried Unified Write Filter you mentioned but unfortuntelly it does not work on emulated CD/DVD drives no matter i choose UDF images or ISO9660 images.

Yes unfortunately that is the case for that particular driver. But something like that should be possible to use as starting point for developing something like what you want, if it has not already been done somewhere.

from arsenal-image-mounter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.