![]() |
![]()
| ![]() |
![]()
NAMEadfinfo - show low-level information (filesystem metadata) about the Amiga Disk File (ADF) devices and about the volumes, the directories and the files stored inside. SYNOPSISadfinfo <image_adf> [vol] [path] DESCRIPTIONadfinfo is a simple utility allowing to display metadata of ADF images. This includes low-level information about:
It can be useful for exploring or debugging low-level device structure and filesystem information within ADFs. Also, anyone interested in a low-level structure of filesystems or retro- computing can explore a bit solutions made for Commodore Amiga computers a few decades ago. Enjoy! EXAMPLESadfinfo mydisk.adf shows metadata of the device (ADF image mydisk.adf) and
its volumes
adfinfo mydisk.adf s shows metadata of the directory s (on volume 0 of
mydisk.adf)
adfinfo mydisk.adf s/startup-sequence
shows metadata of the file s/startup-sequence (on volume
0 of mydisk.adf)
SEE ALSOadfimgcreate(1),adfformat(1),unadf(1),adflib(3) NOTESDetailed info about Commodore Amiga filesystems: http://lclevy.free.fr/adflib/adf_info.html AUTHORadfinfo was written by Tomasz Wolak <tomas.wolak@gmail.com>, as a part of the ADFlib (https://github.com/adflib/ADFlib).
|