Xref: utzoo comp.unix.questions:15878 comp.sources.wanted:8535 comp.unix.wizards:17802 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!bionet!apple!agate!ucbvax!ucdavis!deneb.ucdavis.edu!cck From: cck@deneb.ucdavis.edu (Earl H. Kinmonth) Newsgroups: comp.unix.questions,comp.sources.wanted,comp.unix.wizards Subject: Re: File system defragmenter needed Message-ID: <5176@ucdavis.ucdavis.edu> Date: 24 Aug 89 02:54:37 GMT References: <310@kurz-ai.UUCP> Sender: uucp@ucdavis.ucdavis.edu Reply-To: cck@deneb.ucdavis.edu (Earl H. Kinmonth) Organization: University of California, Davis Lines: 17 In article <310@kurz-ai.UUCP> simcha@kurz-ai.UUCP (Simcha Lerner) writes: > >I am desperately seeking sources for a program to defragment my hard disk. On some systems, such as SCO Xenix, an approach such as the following has the effect of defragmenting file systems. (a) backup up the file system you want to defragment (or at least major directory trees in that system); (b) verify the backup; (c) remove the backed up files; (d) fsck -s (e) restore from the back up.