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'.
Note that this will only work if JFS support was built as a module. It may have been built directly into the kernel. A check of /proc/filesystems (as suggested by Dave) will show if this is the case.
-- Tony Green <[EMAIL PROTECTED]>
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
