Voytek wrote:

how do I determine if this rh73 has jfs support,

Two ways:

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

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

or

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

and, enable it ?



Use 'insmod' or 'modprobe' to load the module to enable.

E.g.  insmod /lib/modules/2.4.???/kernel/fs/jfs/jfs.o
or   modprobe jfs

then, check the results by using 'lsmod', dmesg' and/or
'cat /var/log/messages'.

As usual,  RTFM 'lsmod', 'insmod',  and 'modprobe'
if unsure what these are.




-- 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