linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* FIFOs in "Services for Unix" format in Windows
@ 2019-03-19  5:07 Steve French
  2019-03-19 10:55 ` Aurélien Aptel
  0 siblings, 1 reply; 2+ messages in thread
From: Steve French @ 2019-03-19  5:07 UTC (permalink / raw)
  To: CIFS, mkoeppe

Found a note from Martin Koeppe from about 13 years ago which
mentioned the format of FIFOs in Windows's older 'Service for Unix'
format (cifs.ko enables this by mount option 'sfu').   The other parts
of this (device and char files for examples are implemented in
cifs.ko's 'sfu' mount option), but not FIFOs.
Excerpt from Martin's note follows:
             ---------------------------------------------
addressing the "missing feature p)" in TODO, I found out,
how special files are stored by SFU/Interix. It's rather simple,
and no extended attributes are needed. You can (theoretically)
create such files with simple DOS commands.

1. FIFOs:
If a file has 0 bytes and has the System attribute set,
Interix considers it as a FIFO special file.
<snip>

Wonder why we implemented the other parts of this (in cifs.ko) but not FIFOs?
-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-19 10:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-19  5:07 FIFOs in "Services for Unix" format in Windows Steve French
2019-03-19 10:55 ` Aurélien Aptel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).