You are not logged in.

#1 2022-05-13 19:40:48

Boy Cheeky
Member
From: Earth
Registered: 2022-05-13
Posts: 3

Amiga Fast File System (AFFS) supported?

Greetings to you all. I have discovered that I am unable to mount Compact Flash cards formatted as Amiga FFS in Arch and its derivatives.

"sudo mount -t affs /dev/X /media/amiga" returns the following:

"mount: /media/amiga: wrong fs type, bad option, bad superblock on /dev/sdd, missing codepage or helper program, or other error.
       dmesg(1) may have more information after failed mount system call."

The same command worked for me on Ubuntu, and the cards are functional. From some searching, it seems Debian contains some AFFS modules, and the Arch Wiki makes no mention of the Amiga FFS. Is Arch missing the AFFS modules that are present in Debian? Is it possible to have AFFS support on Arch, or am I at a loss here?

Thanks in advance
- Boy Cheeky

Offline

#2 2022-05-14 07:53:07

Maniaxx
Member
Registered: 2014-05-14
Posts: 738

Re: Amiga Fast File System (AFFS) supported?

You have to load the affs kernel module first.
https://raw.githubusercontent.com/archl … unk/config

CONFIG_AFFS_FS=m

Currently active filesystems:

$ cat /proc/filesystems

Loadable modules:

$ find /lib/modules/$(uname -r) -type f -name '*.ko*'

Last edited by Maniaxx (2022-05-14 08:01:41)


sys2064

Offline

Board footer

Powered by FluxBB