Re: [Hampshire] Golden oldies - Acorn ADFS disk images

Top Page

Reply to this message
Author: Alan Pope
Date:  
To: Hampshire LUG Discussion List
Subject: Re: [Hampshire] Golden oldies - Acorn ADFS disk images
On Mon, Sep 08, 2008 at 08:34:43PM +0100, James Courtier-Dutton wrote:
> ADFS is an option. Some distros might not include it as standard, so
> you might need to compile your own kernel. It is under
> "filesystems->Miscellaneous filesystems->ADFS.
>
> The kernel module is called adfs.ko
>


..compiling the kernel is somewhat overkill for one module. Probably
easier/quicker to just compile the module itself.

FYI: Ubuntu does have it compiled by default.

alan@hactar:~$ modinfo adfs
filename:       /lib/modules/2.6.24-21-generic/kernel/fs/adfs/adfs.ko
license:        GPL
srcversion:     DDD975C287774CC2E99B603
depends:        
vermagic:       2.6.24-21-generic SMP mod_unload 


alan@hactar:~$ lsb_release -r
Release:    8.04


Cheers,
Al.