Voytek wrote:

<quote who="O Plameras">



As root, check that you have the module device driver
configured:

1) # ls /lib/modules/2.4.???/kernel/fs/jfs/jfs.o



# ls /lib/modules/2.4.???/kernel/fs/jfs/jfs.o ls: /lib/modules/2.4.???/kernel/fs/jfs/jfs.o: No such file or directory

no luck...



or

2) As root, check that in /boot/config-?????????
contains this, 'CONFIG_JFS_FS=m'.



have this:

# grep CONFIG_JFS config-2.4.20-28.7
CONFIG_JFS_FS=m
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set


so.... I don;t have the module, but... kernel supports it ?
is this what it means ?




This means you have the module somewhere.

Try this:

# cd /lib/modules
# find . -print | grep jfs


-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to