Re: isofs unhide option: troubles with Wine

Jeremy White (jwhite@codeweavers.com)
25 May 2002 09:25:03 -0500


> AFAIK, Windows "hidden" files are supposed to behave much like Unix 'dot'
> files (.login, etc), so IMO the kernel should not use the hidden bit at all.
> Instead, it should be 'ls' et al that do this. Now, I guess this isn't
> particularly practical without changing fileutils and many other things, so I
> would suggest that the kernel is changed to pass on, if possible, but
> basically ignore the 'hidden' bit.

To me, this seems like the best approach. My solution offends my
sensibilities in that we essentially 'throw away' the hidden
bit information. However, I am sufficiently ignorant of the
filesystem such that I don't really know if this is feasible,
or if there is even a reasonable place to park the hidden bit
information.

Cheers,

Jer

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