File: [Development] / xfs-website.orig / status.html (download) (as text)
Revision 1.6, Tue Apr 25 01:02:07 2000 UTC (17 years, 5 months ago) by cattelan
Branch: MAIN
Changes since 1.5: +2 -186
lines
Remove all header,sidebar,footer gunk... now using xfsTemplate and
mason to include stuff.
|
<& xfsTemplate,top=>1,side=>1 &>
<!-- Start Project Content -->
<FONT FACE="ARIAL NARROW, HELVETICA" SIZE="5"><B>Status of the XFS Port to Linux as of 2/5/2000</B></FONT>
<P>
The XFS Port to Linux is progressing well. XFS on Linux is on target for a beta
release spring '00 with a production quality release summer '00. (These seasons
are relative to the northern hemisphere).
The source code is being reviewed for any encumberances (in the southern
hemisphere) and should be released to the Open Source in about a month or so.
<P>
Most of the file system's
functionality is working and demonstrable. XFS on Linux was demonstrated
at the SGI booth at Linux World the first week of February. The equipment
used was the an SGI 1400L running SGI Linux (with XFS patched in).
The SGI box was connected via a brocade switch to
over 100 GBytes of storage on an SGI Raid box. Two file systems were
created and used in the Raid box. One was 72 Gbytes and the other was 36 Gbytes.
<P>
The functionality shown was:
<BL>
<LI>
file system creation,
<LI>
mount and umount,
<LI>
file create and remove,
<LI>
directory create and remove,
<LI>
read and write of files up to 2Gbytes.
</BL>
<P>
Many of the standard Linux commands have been shown to work
on XFS including: find(1), cpio(1), dd(1), cat(1), rm(1), and many more.
<P>
PCP was run concurrently with XFS to show disk and partition activitity.
<P>
XFS' fast recovery has been executed many times by shutting off the machine
while the file system is active. The file system recovers quickly (in about 1 second)
after the machine reboots. This is independent of the file system's size.
Recovery occurs when the file system is mounted.
<P>
xfs_repair(1M) has been run on file systems after recovery to demonstrate
that the recovery succeeded.
<!-- End Project Content -->
<& xfsTemplate,bottom=>1 &>