adding jfs after the fact

Jay Lofstead lofstead at cc.gatech.edu
Thu Jan 5 14:44:24 UTC 2006


I do have the jfs.ko file, but I do not have mkfs.jfs.  I had tried mkfs -t
jfs /dev/sda1, but that kept telling me that mkfs.jfs was not found.  I
could not find it either.  Any suggestions?

Thanks

-----Original Message-----
From: redhat-install-list-bounces at redhat.com
[mailto:redhat-install-list-bounces at redhat.com]On Behalf Of Rick Stevens
Sent: Wednesday, January 04, 2006 9:50 PM
To: Getting started with Red Hat Linux
Subject: Re: adding jfs after the fact


On Wed, 2006-01-04 at 21:03 -0500, lofstead at cc.gatech.edu wrote:
> I neglected to add jfs support when installing FC4.  I can't seem to
> figure out how to add support for it on a running system.  Can anyone
> suggest a proper way to do this?

Check to see if you have the file

	/lib/modules/`uname -r`/kernel/fs/jfs/jfs.ko

on your system.  If so, you have jfs installed.  The system should load
it automatically when you try to mount a jfs filesystem:

	mount -t jfs /dev/(partition-name) /mountpoint

If you're creating a jfs filesystem, you need to do JUST ONE of the
following:

	# mkfs -t jfs /dev/(partition-name)
	# jfs_mkfs /dev/(partition-name)

See "man mkfs.jfs" for details on the various options.  Example:  To
build a jfs filesystem on /dev/sdb4, label it as "jfs_test" and mount
it at /jfs_test:

	# mkfs -t jfs -L jfs_test /dev/sdb4
	# mkdir /jfs_test
	# mount -t jfs /dev/sdb4 /jfs_test

----------------------------------------------------------------------
- Rick Stevens, Senior Systems Engineer     rstevens at vitalstream.com -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-     I.R.S.: We've got what it takes to take what you've got!       -
----------------------------------------------------------------------

_______________________________________________
Redhat-install-list mailing list
Redhat-install-list at redhat.com
https://www.redhat.com/mailman/listinfo/redhat-install-list
To Unsubscribe Go To ABOVE URL or send a message to:
redhat-install-list-request at redhat.com
Subject: unsubscribe




More information about the Redhat-install-list mailing list