Disk fragmentation

John Owens john at jetson.UPMA.MD.US
Sat Sep 3 07:09:53 AEST 1988


In article <116 at telmail.UUCP>, root at telmail.UUCP (Super user) writes:
> Such a defragmentation option is not available on SCO XENIX/386.
If you want to reorder your filesystem, dump, mkfs, and restore.

> Can fragmentation cause severe performance degradation on SCO XENIX?
I suppose it could impact performance if it got really bad; it all
depends on the seek time of your drive and the number of buffers you
have allocated.

> I ask this specifically for SCO XENIX because in the (kernel) 'configure'
> program there is an entry called 'disk block sorting'. Does that have
> anything to do with fragmentation?

No.  If this is the same disk block sorting in "real" UNIX, it sorts
pending I/O requests to do them in an optimal order.  In other words,
if there were pending writes for blocks on cylinders 482, 12, and 216,
and the last I/O was at cylinder 20, it would do the writes in the
order 12, 216, then 482 (hopefully).

-- 
John Owens		john at jetson.UPMA.MD.US		uunet!jetson!john
+1 301 249 6000		john%jetson.uucp at uunet.uu.net



More information about the Comp.unix.xenix mailing list