[BACK]Return to README CVS log [TXT][DIR] Up to [Development] / xfs-cmds / xfsmisc

File: [Development] / xfs-cmds / xfsmisc / README (download)

Revision 1.1, Wed Mar 21 02:09:40 2001 UTC (16 years, 7 months ago) by nathans
Branch: MAIN

describes each file in the xfsmisc directory.

Miscellaneous utilities for XFS
-------------------------------

mkinitrd.xfs
	Russell's modified version of mkinitrd.  Notes from rlog:

	Modified mkinitrd: make it large enough to fit xfs and pagebuf (15meg)
	Use static version of bash rather than sash; sash doesn't seem to work.
	(bash.static not supplied must build your own).
	Note default ram disk size in the kernel is 4096k
	add append="ramdisk_size=15000" to lilo.conf

xfs_stats.pl
	Perl script to massage the /proc/fs/xfs/stat file into a readable
	format.  Use "perldoc xfs_stats.pl" to see the man page.  We dont
	install this script in xfsprogs, for example, as we don't want to
	introduce a prereq on perl just for this little script.