Skip to content
Thorsten Otto edited this page Feb 6, 2018 · 1 revision

Direct Partition access

Create 512 MB partition in a file

  dd if=/dev/zero of=/path/to/disk.img bs=1M count=512

Format the partition to ext2

  /sbin/mke2fs /path/to/disk.img

Configure ARAnyM to use it

Add the following section to your ARAnyM config file:

  [PARTITION0]
  Path = /path/to/disk.img
  Present = Yes
  PartID = $83
  ByteSwap = Yes
  ReadOnly = No
Clone this wiki locally