HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Jope9000

no profile record

comments

Jope9000
·il y a 6 mois·discuss
These days CrossDOSFileSystem also supports fat32, long filenames and even can parse MBR partition tables if you want to mount something else than the first partition. :-)

mfm.device is naturally not needed or used if you aren't using floppy disk. The filesystem handler uses whatever storage driver your mass storage is connected to if the mass storage is not accessed at a low level.
Jope9000
·il y a 6 mois·discuss
The biggest problem we have had is, that the most popular filesystem (PFS3 and its variants) and the second popular filesystem (SFS) never made it to the Linux kernel.

Just about everyone uses a flavour of PFS3 in their Amigas these days and it is a bit of a pain that we haven't been able to just mount hard disk images natively. Instead we've had to run a full Amiga emulator to transfer data to and from disk images or hard disks/memory cards, which eats into file transfer performance.
Jope9000
·il y a 6 mois·discuss
Most hard disk based Amigas have a more recent version of FFS installed into the RDB that supersedes the ROM based filesystem handler.

The handler file is shipped on the OS install disk and it is automatically added to the RDB by HDToolBox when you initialize a new drive.