Mounting Ext2 formatted Jaz disc

Richard Smith rdls at rdls.net
Fri Aug 11 15:53:59 BST 2000


Charlie Root wrote:
> 
> mount -t ext2fs /dev/da0a /mnt
> 
> but I get this error message:
> 
> ext2fs: vfsload(ext2fs): No such file or directory
> 
> I checked my /sbin directory, and "mount_ext2fs" is definitely there -
> so presumably the kernel can load the module dynamically.

Modules are kept in /modules, mount_ext2fs(8) is simply the program
called from mount(8). I suspect there isn't a module (yet), so you'll
have to compile it into the kernel. See /sys/i386/conf/LINT and option
EXT2FS.

Richard.




More information about the Ukfreebsd mailing list