mirror of
https://github.com/bobbimanners/mdttool.git
synced 2024-12-22 12:30:03 +00:00
Update README.md
This commit is contained in:
parent
3f76afefc2
commit
904552c71b
19
README.md
19
README.md
@ -59,15 +59,22 @@ MicroDrive/Turbo Partition Table
|
|||||||
Each partition will be written to a separate file in the current working
|
Each partition will be written to a separate file in the current working
|
||||||
directory.
|
directory.
|
||||||
|
|
||||||
By default, these images are named `partition1.po`, `partition2.po` etc.
|
For each partition, `mdttool` checks if the filesystem is HFS (whuch can
|
||||||
|
be easily identified). If the filesystem is not HFS it is assumed to be
|
||||||
|
ProDOS format. For both HFS and ProDOS the tool extracts the volume
|
||||||
|
name and uses for the filename.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
```
|
```
|
||||||
$ mdttool -x cf-card.img
|
$ ~/Personal/Development/mdttool/mdttool -x cf.img
|
||||||
Writing 33553920 bytes to partition1.po
|
** Partition 1 ProDOS Volume 'SYSTEM.6.0.4'
|
||||||
Writing 33553920 bytes to partition2.po
|
Writing 33553920 bytes to SYSTEM.6.0.4.po
|
||||||
Writing 33553920 bytes to partition3.po
|
** Partition 2 ProDOS Volume 'H1'
|
||||||
Writing 256016384 bytes to partition4.po
|
Writing 33553920 bytes to H1.po
|
||||||
|
** Partition 3 HFS Volume 'GNO'
|
||||||
|
Writing 33553920 bytes to GNO.hfs
|
||||||
|
** Partition 4 HFS Volume 'GS.Apps'
|
||||||
|
Writing 402653184 bytes to GS.Apps.hfs
|
||||||
```
|
```
|
||||||
|
|
||||||
## Assemble a CF Card Image from a list of .PO Disk Images
|
## Assemble a CF Card Image from a list of .PO Disk Images
|
||||||
|
Loading…
Reference in New Issue
Block a user