<quote who="O Plameras"> > Voytek wrote: >><quote who="O Plameras">
>>>2) As root, check that in /boot/config-????????? >>>contains this, 'CONFIG_JFS_FS=m'. > Try this: > > # cd /lib/modules > # find . -print | grep jfs Oscar, thanks. since I've started this thread, I actually now installed RH8 in place of RH7.3 .... (hoping to gain jfs that way...) but, it didn't help much: during RH8 install process, it *does* recognize the /dev/sdb as 'jfs', BUT, after RH8 completes install, again, no jfs support loaded. I guess this means that jfs support is loaded during install ? so, I'll re-do the queries below with the current RH8: # pwd /lib/modules # find . -print | grep jfs ./2.4.18-14/kernel/fs/jfs ./2.4.18-14/kernel/fs/jfs/jfs.o # modinfo jfs filename: /lib/modules/2.4.18-14/kernel/fs/jfs/jfs.o description: "The Journaled Filesystem (JFS)" author: "Steve Best/Dave Kleikamp/Barry Arndt, IBM" license: "GPL" parm: jfsloglevel int, description "Specify JFS loglevel (0, 1 or 2)" # pwd /lib/modules/2.4.18-14/kernel/fs/jfs # ls -l total 208 -rw-r--r-- 1 root root 208505 Sep 5 2002 jfs.o # grep CONFIG_JFS /boot/config* CONFIG_JFS_FS=m CONFIG_JFS_DEBUG=y # CONFIG_JFS_STATISTICS is not set -- Voytek -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
