Re: [kernel] Re: [kernel.org users] XZ Migration discussion

From: Bernd Petrovitsch
Date: Sat Feb 13 2010 - 17:46:14 EST


On Sam, 2010-02-13 at 12:37 -0900, Mr. James W. Laferriere wrote:
> On Sat, 13 Feb 2010, Avi Kivity wrote:
[...]
> > Can you even unpack a kernel tree on Windows? There are some files (e.g.
Given a sane filesystem, yes. If (the) native filesystem(s) are sane, is
more a flamebait than anything else.

> > net/ipv4/netfilter/ipt_{ecn,ECN}.c) which conflict on a case-preserving
> > filesystem.
> What filesystem version are you talking about ?
All of NTFS (and basically FAT*). Are there are different versions? If
yes, how do I tell?

> ntfs as of recent windows is not case insensitive .
It *is* case insensitive (as it compares filesystem names
case-insensitive on the equivalent of an open() syscall).

> What do you mean by , "a case-preserving filesystem" ?
Apart from "please google that, thank you": The filesystem (driver))
preserves the case of a filename if you create it (TTBOMK). But it
ignores the case of the filename for other file operations like open(),
stat(), etc.

> Now whether or not the tools available are case insensitive is another
> matter .
ACK. But if you have a case-insensitive or case-preserving filesystem,
the tools canÂt really do that much.
And given the "understanding" of the monopolist (as such) in that area,
most of the "tools" are actually inherent part of the OS (and not just
another 3rd party app). SCNR ....

Bernd
--
Bernd Petrovitsch Email : bernd@xxxxxxxxxxxxxxxxxxx
LUGA : http://www.luga.at

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