All of lore.kernel.org
 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

* Re: FIFOs in "Services for Unix" format in Windows
  2019-03-19  5:07 FIFOs in "Services for Unix" format in Windows Steve French
@ 2019-03-19 10:55 ` Aurélien Aptel
  0 siblings, 0 replies; 2+ messages in thread
From: Aurélien Aptel @ 2019-03-19 10:55 UTC (permalink / raw)
  To: Steve French, CIFS, mkoeppe

Steve French <smfrench@gmail.com> writes:
> 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?

I feel like those files aren't that uncommon on windows, which would
lead to misinterpretting them as FIFOs.

Cheers,
-- 
Aurélien Aptel / SUSE Labs Samba Team
GPG: 1839 CB5F 9F5B FB9B AA97  8C99 03C8 A49B 521B D5D3
SUSE Linux GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)

^ 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.