Page 1 of 1

Commodore OS Vision and Amiga FFS

Posted: Wed Aug 13, 2025 1:20 am
Is Commodore OS Vision capable of mounting and reading/writing Amiga FFS formatted disks or harddrive by default? I think it would be convenient to have that ability. Thx.

Re: Commodore OS Vision and FFS

Posted: Wed Aug 13, 2025 5:36 am
by LeoNigro
Yes. It should be as simple as:

Code: Select all

sudo mkdir /mnt/amigadrive
After that mount an amiga filesystem on drive /sdx (replace"x" by the letter given to your drive, e.g. /sdc) to this mountpoint by this command

Code: Select all

sudo mount -t affs /dev/sdx /mnt/amigadrive