Displaying 9 results from an estimated 9 matches for "fake_fscaps".
2017 Feb 15
3
(DeviceIoControl, FSCTL_SET_SPARSE)
...-
I just tried the option " store dos attributes = no"
Im getting the same error as above still unfortunately, but im doing some more thorough testing on that. WOud you happen to know if I want the other two options set, and to what, at all? (> strict allocate & share:fake_fscaps = 0)
The application (freefilesync) has worked successfully against Samba before I rebuilt the array to a raidz2, from a zfs linear span (no raid parity disk, still other features worked, scrub, crc checking, etc..) and I had no problem in the 6TB 3 disk span. Now I added three disks, , its now ~...
2017 Feb 14
3
(DeviceIoControl, FSCTL_SET_SPARSE)
...rse files to a
system that doesn't support them, or vice versa)
The system:
Zfs-on-linux, samba share
Accessing system which is erroring:
Win7x64_ult, freefilesync
Error message
NOTHING I have done to it is fixing, including
strict allocate = yes
strict allocate = no
share:fake_fscaps = 0
#share:fake_fscaps = 0
Current samba config:
[global]
#security = user
#passdb backend = tdbsam
workgroup = MYGROUP
#strict allocate = yes
#kill printing
printing = bsd
prin...
2017 Feb 14
0
(DeviceIoControl, FSCTL_SET_SPARSE)
...>
>
>
> Error message
What's the error message? Has this application ever worked successfully
against Samba, or only against a Windows share?
> NOTHING I have done to it is fixing, including
>
> strict allocate = yes
>
> strict allocate = no
>
> share:fake_fscaps = 0
>
> #share:fake_fscaps = 0
Windows clients request sparse file semantics explicitly, by calling
FSCTL_SET_SPARSE. Samba then retains this flag in the "user.DOSATTRIB"
extended attribute for the given file.
One way to modify this behaviour would be to set "store dos attrib...
2017 Feb 15
0
(DeviceIoControl, FSCTL_SET_SPARSE)
...;
> I just tried the option " store dos attributes = no"
> Im getting the same error as above still unfortunately, but im doing some more thorough testing on that. WOud you happen to know if I want the other two options set, and to what, at all? (> strict allocate & share:fake_fscaps = 0)
Given that the application is complaining about FSCTL_SET_SPARSE
failure, I would guess that it requires sparse-file support. Please
set "store dos attributes = yes" and drop the fake_fscaps setting.
Cheers, David
2017 Feb 16
4
(DeviceIoControl, FSCTL_SET_SPARSE)
...e testing on contig has only "Access is denied" when I try to write to anything.
Oh one change, I put these settings only in Global (only, as opposed to also in the pool definition), I just realized. I believe global should be enough shouldn’t it?
[global]
# ZFS SPARSE
#share:fake_fscaps = 0
store dos attributes = yes
strict allocate = yes
I hadn’t heard any mention of the importance of strict allocate, would that setting be wise then?
What are some other tools I might try that with? I can try straight on the linux too, just as a test, if there is any tools recommended t...
2017 Feb 16
0
(DeviceIoControl, FSCTL_SET_SPARSE)
...ne change, I put these settings only in Global (only, as opposed to also in the pool definition), I just realized. I believe global should be enough shouldn’t it?
[globa]l section is fine, as long as it's not also set in the share
section.
> [global]
> # ZFS SPARSE
> #share:fake_fscaps = 0
> store dos attributes = yes
> strict allocate = yes
>
> I hadn’t heard any mention of the importance of strict allocate, would that setting be wise then?
It doesn't affect how FSCTL_SET_SPARE is handled.
> What are some other tools I might try that with? I can tr...
2009 Oct 29
0
[Announce] Samba 3.4.3 Available for Download
...o Volker Lendecke <vl at samba.org>
* BUG 6606: Fix file corruption using smbclient with NT4 server.
* BUG 6703: Allow smbstatus as non-root.
* BUG 6731: Fix reading beyond the end of a named stream in xattr_streams.
* BUG 6765: Add a "hidden" parameter "share:fake_fscaps".
* BUG 6793: Fix segfault in winbindd_pam_auth.
* BUG 6797: Fix a memleak in libwbclient.
* BUG 6807: Fix a segfault in "net rpc trustdom list" for long domain names.
* Fix an uninitialized variable.
* Only ever handle one event after a select call.
o Derrell...
2009 Oct 29
0
[Announce] Samba 3.4.3 Available for Download
...o Volker Lendecke <vl at samba.org>
* BUG 6606: Fix file corruption using smbclient with NT4 server.
* BUG 6703: Allow smbstatus as non-root.
* BUG 6731: Fix reading beyond the end of a named stream in xattr_streams.
* BUG 6765: Add a "hidden" parameter "share:fake_fscaps".
* BUG 6793: Fix segfault in winbindd_pam_auth.
* BUG 6797: Fix a memleak in libwbclient.
* BUG 6807: Fix a segfault in "net rpc trustdom list" for long domain names.
* Fix an uninitialized variable.
* Only ever handle one event after a select call.
o Derrell...
2017 Feb 22
1
(DeviceIoControl, FSCTL_SET_SPARSE)
...ne change, I put these settings only in Global (only, as opposed to also in the pool definition), I just realized. I believe global should be enough shouldn鈥檛 it?
[globa]l section is fine, as long as it's not also set in the share section.
> [global]
> # ZFS SPARSE
> #share:fake_fscaps = 0
> store dos attributes = yes
> strict allocate = yes
>
> I hadn鈥檛 heard any mention of the importance of strict allocate, would that setting be wise then?
It doesn't affect how FSCTL_SET_SPARE is handled.
> What are some other tools I might try that with? I can tr...