Displaying 5 results from an estimated 5 matches for "nt_status_file_system_limit".
2017 Aug 09
2
FreeBSD samba server returns nt_status_acces_denied when DosStream xattr larger than 64KB
On Mon, Aug 07, 2017 at 08:26:22PM -0500, Andrew Walker via samba wrote:
> It's also interesting to note that ReFS in windows has a 128KB limit on the
> size of alternate data streams.
>
> When you try to write an overly large stream, the ReFS-backed server
> replies with "NT_STATUS_FILE_SYSTEM_LIMITATION" (0xc0000427) rather than
> "access denied". The windows client handles this more gracefully than a
> simple access denied message. It allows users to skip the file / doesn't
> pop up a password prompt.
oh, that's interesting. Can you please file a bugreport an...
2017 Nov 05
1
FreeBSD samba server returns nt_status_acces_denied when DosStream xattr larger than 64KB
...a samba wrote:
> > > It's also interesting to note that ReFS in windows has a 128KB limit on
> > the
> > > size of alternate data streams.
> > >
> > > When you try to write an overly large stream, the ReFS-backed server
> > > replies with "NT_STATUS_FILE_SYSTEM_LIMITATION" (0xc0000427) rather than
> > > "access denied". The windows client handles this more gracefully than a
> > > simple access denied message. It allows users to skip the file / doesn't
> > > pop up a password prompt.
> >
> > oh, that'...
2017 Aug 07
4
FreeBSD samba server returns nt_status_acces_denied when DosStream xattr larger than 64KB
>
> If you feel like it, you could write a VFS module that adds better support
> for
> this on FreeBSD, but what is the use case?
>
I've noticed in online forums that occasionally home NAS users will for
various reasons have streams_xattr enabled and receive 'access denied'
errors when trying to write files with large alternate datastreams. These
are typically on media
2017 Aug 08
0
FreeBSD samba server returns nt_status_acces_denied when DosStream xattr larger than 64KB
It's also interesting to note that ReFS in windows has a 128KB limit on the
size of alternate data streams.
When you try to write an overly large stream, the ReFS-backed server
replies with "NT_STATUS_FILE_SYSTEM_LIMITATION" (0xc0000427) rather than
"access denied". The windows client handles this more gracefully than a
simple access denied message. It allows users to skip the file / doesn't
pop up a password prompt.
On Mon, Aug 7, 2017 at 6:15 AM, Andrew Walker <walker.aj325 at gmail.com&g...
2017 Aug 15
0
FreeBSD samba server returns nt_status_acces_denied when DosStream xattr larger than 64KB
...6:22PM -0500, Andrew Walker via samba wrote:
> > It's also interesting to note that ReFS in windows has a 128KB limit on
> the
> > size of alternate data streams.
> >
> > When you try to write an overly large stream, the ReFS-backed server
> > replies with "NT_STATUS_FILE_SYSTEM_LIMITATION" (0xc0000427) rather than
> > "access denied". The windows client handles this more gracefully than a
> > simple access denied message. It allows users to skip the file / doesn't
> > pop up a password prompt.
>
> oh, that's interesting. Can you pl...