Giter Site home page Giter Site logo

Comments (3)

lonnietc avatar lonnietc commented on July 29, 2024 1

@LTRData Thank you so very much for getting back to my questions so quickly and I think that these might be exactly what I am looking for since I really like ImDisk a lot and want to use it for a unique approach for the project.

Have a great day

from imdisk.

lonnietc avatar lonnietc commented on July 29, 2024

Hello again,

On the related compression question and for the second use-case that I have in mind, I was thinking about being able to have a ramdisk that effectively starts at zero, or at least being very small, and dynamically grows in use which could then be saved as it grows.

Or perhaps, mounting an image and it would dynamically grow as items were put into the ramdisk after which it could be saved at the new size and dismounted to be mounted at a later time.

Just some thoughts that I had on this.

from imdisk.

LTRData avatar LTRData commented on July 29, 2024

If you are looking for mounting image files and not RAM disks, this is actually pretty easy. When you create a new image file you can use the sparse option:
imdisk -a -f C:\imagefile.img -s 40G -o sparse -m R: -p "/fs:ntfs /q /y"
This will create a 40 GB image file with sparse allocation that takes up almost no space at all from start, but the system allocates space for it as needed.

Regarding encryption, the same developer as developed ImDisk Toolkit has also developed an encryption layer for ImDisk:
https://sourceforge.net/projects/proxycrypt/

from imdisk.

Related Issues (19)

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.