Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!eecae!netnews.upenn.edu!eniac.seas.upenn.edu!spolsky From: spolsky@eniac.seas.upenn.edu (Joel Spolsky) Newsgroups: comp.sys.ibm.pc Subject: Re: 1.2Mb floppy don't recognize diskchange, HELP! Message-ID: <4860@netnews.upenn.edu> Date: 23 Aug 88 15:48:42 GMT References: <1761@erix.ericsson.se> Sender: news@netnews.upenn.edu Reply-To: spolsky@eniac.seas.upenn.edu.UUCP (Joel Spolsky) Organization: University of Pennsylvania Lines: 20 In article <1761@erix.ericsson.se> bosse@eri-tin.ericsson.se (Bosse Sandholm) writes: > >I can't get the PC-AT to recognize that i have changed disk, if I give a dir >command and changes to a new disk and gives a new dir I get the list from the >first disk. > (shot in the dark) Sounds like it's reading from the cache and not the disk. This happens if the software (DOS?) thinks that the floppy disk is really a fixed disk and can't be changed. In DOS there is a command FASTOPEN that means _never_ look at the physical media - maybe you have something like this in an AUTOEXEC.BAT file? Unix-like operating systems are even hairier, you have to explicitly remount when you change the floppy. Joel Spolsky