Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site wateng.UUCP Path: utzoo!watmath!wateng!broehl From: broehl@wateng.UUCP (Bernie Roehl) Newsgroups: net.micro.pc Subject: Re: Symbolic link under MS-DOS ??!!?? Message-ID: <1919@wateng.UUCP> Date: Mon, 28-Jan-85 09:58:48 EST Article-I.D.: wateng.1919 Posted: Mon Jan 28 09:58:48 1985 Date-Received: Tue, 29-Jan-85 05:41:24 EST References: <322@haddock.UUCP> Reply-To: broehl@wateng.UUCP (Bernie Roehl) Organization: U of Waterloo, Ontario Lines: 29 Summary: Actually, you don't need a disk editor; you can do it with DEBUG. It's a little tedious, however; since it's a directory, you can't simply edit it. Assuming the offending directory is under root, you can find its entry in the root directory by just prowling through the first few sectors of the disk, then patch the necessary bytes and write the root directory sectors out again. In particular, you can change it from a directory to an ordinary file, so you can erase it. The reason chkdsk hangs is that it recursively walks the directory hierarchy, and since that hierarchy now contains itself, chkdsk never terminates. I would stronly sugest backing up the disk before attempting to edit the directory using DEBUG, especially if you have little or no previous experience in that area. Of course, if you're going to back it all up anyway, why not just reformat and restore everything but the bad directory entry? I can't predict how BACKUP will respond to your funny directory; the simplest work-around is to backup everything *but* that directory, so that it's never stored on the backup diskettes (also makes the restore a lot easier). Best of luck! --Bernie Roehl -- -Bernie Roehl (University of Waterloo) ...decvax!watmath!wateng!broehl