Now, what if you do what *most* people do for proc, devpts, and shmfs (and is
the recommended option), and use "none" for the device there?
Lines like:
none /dev/pts devpts rw 0 0
none /proc proc rw 0 0
... are absolutely correct.
You have to filter out the "magicness" of these entries, not the
string "none".
<HARP>
We also need a standardized quoting system for these strings; or
alternately terminate them with \0. Otherwise, this file can get
corrupted far too easily.
</HARP>
-hpa
-- <hpa@transmeta.com> at work, <hpa@zytor.com> in private! "Unix gives you enough rope to shoot yourself in the foot." http://www.zytor.com/~hpa/puzzle.txt- 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/