Xref: utzoo comp.unix.aix:3848 comp.unix.internals:2225 Path: utzoo!news-server.csri.toronto.edu!rutgers!news.cs.indiana.edu!samsung!olivea!uunet!unisoft!greywolf From: greywolf@unisoft.UUCP (The Grey Wolf) Newsgroups: comp.unix.aix,comp.unix.internals Subject: Re: file fragmentation Keywords: fragmentation, UNIX Message-ID: <3412@unisoft.UUCP> Date: 5 Mar 91 00:14:20 GMT References: <476@bally.Bally.COM> Reply-To: greywolf@unisoft.UUCP (The Grey Wolf) Distribution: usa Organization: Foo Bar and Grill Lines: 35 <476@bally.Bally.COM> by siva@bally.Bally.COM (Siva Chelliah/50000) # # I have few questions : # 1 ) Is there a way to find out the fragmentation of a file system # (like the Norton utility for DOS)? What kind of filesystem -- Berkeley's Fast File System or System V's Usel^H^H^HNIX filesystem? If it's Berkeley, you can just run fsck -n on it. If it's System V, you can just forget it. # # 3) How to re-organize the file system ? What happened to "2) "? How do you mean "re-organize"? If you mean "put it back so it is not so fragmented,", that means you have to dump the filesystem (back it up somehow), clean the filesystem (via mkfs(8) or newfs(8) (newfs is easier) and restore your data. If you mean "move things around to be in a better place", that's an environmental study project, from an electronic point of view (you need to investigate what kind of impact it will have on your working environment). # # # Thanks. # # Siva -- # The days of the computer priesthood are not over. # May they never be. # If it sounds selfish, consider how most companies stay in business.