Git Product home page Git Product logo

Comments (2)

LTRData avatar LTRData commented on August 17, 2024
  1. Any particular reason why you use dd for this? It is possible to create a new file with a specified size using fsutil. For example, to create a 2 GB file:
    fsutil file createnew file.000 2147483648
    I would think this could save you some time when creating those files. Preferably in your case, use it in a loop in a batch file instead of creating one file and copying that to other files.

  2. You are right, I did not think of the GUI here. The GUI requires an extension of .001 specifically to detect a multi-part raw image. The command line version aim_cli.exe can be used to mount .0001 etc files though.
    aim_cli /mount /filename=test.0001 /provider=multipartraw

And maybe I was not clear about it previously but yes, it will use a .000 if there is such a file. But in the GUI you would still need to point it to the .001 file to mount. It will automatically detect all files starting with .000 though.

  1. Maybe I was not clear about this previously either, but it will use a strict ASCII value ordering of the files. That means that it sorts 0-9 first and then A-Z, so effectively 0123456789ABCDEFGHIJKMNOPQRSTUVWXYZ.

from arsenal-image-mounter.

ccchan234 avatar ccchan234 commented on August 17, 2024

hi,
thx for reply.

thx for intro to fsutil,
as a layman i use the teachings i found on internet

  1. i'll stick with GUI and the .hex naming then, at the moment
    I think i will stick to 4TB and 8TB HDD in near future.

thank you., i'll close the issue.

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.