Welcome, Guest. Please login or register.

Author Topic: File System stored in RDB and loaded by ROM  (Read 1802 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline my_pc_is_amigaTopic starter

File System stored in RDB and loaded by ROM
« on: February 01, 2020, 07:10:14 AM »
I'm wondering how the 2 locations are getting used?   For hard drives, does the OS actually used the one on the drive in the RDB and  not ROM?
 

Offline Jope

Re: File System stored in RDB and loaded by ROM
« Reply #1 on: February 01, 2020, 07:43:07 AM »
The ROM filesystem is initialized as the ROM modules are found and initialized, then once the init process gets to your hard disk driver, the hard disk driver loads any filesystems present in the RDB from the RDB into RAM.

If your RDB contains a filesystem with the same dostype as the ROM filesystem, but with a newer version number, it will supersede the one in ROM.

If the ROM filesystem has a larger version, the RDB filesystem shouldn't be used, but this might not always be the case depending on the hard disk driver.
 

Offline Thomas

Re: File System stored in RDB and loaded by ROM
« Reply #2 on: February 02, 2020, 10:13:16 AM »
If your RDB contains a filesystem with the same dostype as the ROM filesystem, but with a newer version number, it will supersede the one in ROM.

This depends on the hard disk driver, too. Some don't replace the ROM drivers, even if the version number his higher.