disktools
Posted: Sat Apr 11, 2009 11:07 am
Hi All! As part of project pedigree I've been working on an image manipulation program called disktools, designed for easy use with scripts. Its highly portable, requiring only a small subset of standard C and file IO.
Ex output:
At the moment, it supports FAT12/16/32 and SFS (making it the first non-windows SFS tool :s) and I plan on releasing the source to the public domain when completed. I am actively trying to add new formats, but there are (as most OS Devs will know ) a great many out there. My current task is ext2 which is coming along nicely.
What I'm asking for is disk images containing at least 2 directory entries, a few random files, any special type supported by the filesystem. Mainly, I'm looking for, in order of priority:
Ex output:
Code: Select all
macintosh-2:~/dt tyler$ build/disktools -i floppy_fat.img -f FAT12 -a tree
G boot DIR
G .Trashes DIR
G ._.Trashes
G KERNEL
G .DS_Store
G INITRD TAR
G WhoKnow DIR
D ?NTITL~1 DIR
G TEST DIR
G UHOH DIR
Code: Select all
macintosh-2:~/dt tyler$ build/disktools -i floppy_fat.img -f FAT12 -a dump
OEM Name: mkdosfs
Bytes Per Sector: 512
Sectors Per Cluster: 1
Reserved Sector Count: 1
Table Count: 2
Root Entry Count: 224
Total Sectors: 2880
Media Type: 240
Table Size: 9
Sectors Per Track: 18
Head Side Count: 2
Hidden Sector Count: 0
Total Sectors: 0
FAT Type: 12
BIOS Drive Num: 0
Reserved Field: 0
Boot Signature: 41
Volume ID: 1211221136
Volume Label: LOL FAT12
FAT Label: FAT12
Bootable: Yes
What I'm asking for is disk images containing at least 2 directory entries, a few random files, any special type supported by the filesystem. Mainly, I'm looking for, in order of priority:
- ext2/3 small HD images with and without partitions.
- anything you can think of