Re: [PATCH] Speeding up FAT operations

H. Peter Anvin (hpa@transmeta.com)
24 Sep 1998 08:13:46 GMT


Followup to: <36094966.4C809A4B@teleteam.net>
By author: Trever Adams <highlander@teleteam.net>
In newsgroup: linux.dev.kernel
>
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
> > open "blah hi" as binary #1 (or something like this)
> > print #1, "jkfsdjlkfsdjkl"
> > close #1
> >
> > Then you can open "blah hi" with the QBASIC program again.
> >
> > The system never reported it as an error or anything, and it would show up as
> > a valid file when you did a DIR. In fact, when you got a directory listing,
> > it would show it with the space.
>
> I think you will find that the space probably became chr$(255) if I
> remember correctly. I believe some of the OS/2 rule breaking files are
> also char 255. (Maybe it was 128... I cant even remember what space is
> off hand, but I do remember that these tended to be something NOT
> space.)
>
> To check it out go to a DOS/windows/etc box and try to edit that file...
> you know how to get all the blah hi stuff.. for the space do ALT+255
> (255 must be done on the numpad).
>
> Anyway, this is how I remember it. I used to hide things in files that
> way as well.
>

No, you could put an honest-to-goodness space there.

-hpa

-- 
    PGP: 2047/2A960705 BA 03 D3 2C 14 A8 A8 BD  1E DF FE 69 EE 35 BD 74
    See http://www.zytor.com/~hpa/ for web page and full PGP public key
        I am Bahá'í -- ask me about it or see http://www.bahai.org/
   "To love another person is to see the face of God." -- Les Misérables

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/