Displaying 12 results from an estimated 12 matches similar to: "[jra@samba.org: Re: How do i get file attributes using samba.]"
2011 Jun 20
2
How do i get file attributes using samba.
Hi,
I need to extract the following attributes of a file in Windows share using samba.
/* FileAttributesField */
#define FILE_ATTRIBUTE_READONLY???????? 0x001L
#define FILE_ATTRIBUTE_HIDDEN?????????? 0x002L
#define FILE_ATTRIBUTE_SYSTEM?????????? 0x004L
#define FILE_ATTRIBUTE_DIRECTORY??????? 0x010L
#define FILE_ATTRIBUTE_ARCHIVE????????? 0x020L
#define FILE_ATTRIBUTE_NORMAL?????????? 0x080L
2008 Jul 31
1
Setting (exposing) FILE_ATTRIBUTE_OFFLINE for a share
Hi all,
Back in 2002 I opened a discussion on the samba-technical mailing list
regarding the WinNT FILE_ATTRIBUTE_OFFLINE (
http://lists.samba.org/archive/samba-technical/2002-April/020969.html).
Meanwhile some FILE_ATTRIBUTE_OFFLINE handling was implemented in the
'trunk' Samba. Currently (Samba 3.0.28a-1ubuntu4.4) provides the 'dmapi
support' option for representing the
2014 Jul 17
1
Using SMB_VFS_IS_OFFLINE for directories.
I made a small change to source3/smbd/dosmode.c to let my plugin on my
linux box return FILE_ATTRIBUTE_OFFLINE for directories, and so far
Windows (2008) seems okay with it. It displays the folder icon with the
"X" over it and it navigates the folder hierarchy without trouble (so far).
I can see that the SMB_VFS_IS_OFFLINE code went in originally for DMAPI
support (Bokovoy, Jan
2006 Feb 09
0
[jra@samba.org: Re: Solaris ACL vs Unix permissions]
Forgot to CC: the list.
----- Forwarded message from Jeremy Allison <jra@samba.org> -----
Date: Thu, 9 Feb 2006 12:25:02 -0800
From: Jeremy Allison <jra@samba.org>
To: linolil@equoria.net
Subject: Re: [Samba] Solaris ACL vs Unix permissions
On Thu, Feb 09, 2006 at 03:10:05PM -0500, linolil@equoria.net wrote:
> Thank you for asking.
>
> Given the above example, add a
2023 Feb 15
1
[jra@samba.org: Re: Missing Files/Missing Folders from an NFS Share]
Forgot to CC: the list.
----- Forwarded message from Jeremy Allison <jra at samba.org> -----
Cc: jra at samba.org
Subject: Re: [Samba] Missing Files/Missing Folders from an NFS Share
On Wed, Feb 15, 2023 at 08:06:28PM +0100, Conor Armstrong wrote:
> Rowland & Jeremy - thanks for this!
> I built a copy of the latest version from github 4.19 and same issue
> arises. ?
>
2019 Mar 05
0
Enable XAT_OFFLINE extended attribute in Samba
On Tue, Mar 05, 2019 at 01:14:00PM +0100, Andrea Cucciarre' wrote:
> My goal is to use the Offline file attribute of Windows when sharing with
> Samba:
>
> https://docs.microsoft.com/en-us/dotnet/api/system.io.fileattributes?redirectedfrom=MSDN&view=netframework-4.7.2
>
> It works when I share ZFS filesystem using the native ZFS CIFS sharing, but
> it fails when I
2019 Mar 07
1
Enable XAT_OFFLINE extended attribute in Samba
Thanks for the suggestion Jeremy, we are going to build our own module
Andrea
Il 3/5/2019 8:28 PM, Jeremy Allison ha scritto:
> On Tue, Mar 05, 2019 at 01:14:00PM +0100, Andrea Cucciarre' wrote:
>> My goal is to use the Offline file attribute of Windows when sharing with
>> Samba:
>>
>>
2002 Nov 19
0
(fwd from jra@samba.org) [faslink@excite.com: FW: W2k wkstation no longer recognized by samba pdc]
----- Forwarded message from Jeremy Allison <jra@samba.org> -----
From: jra@samba.org (Jeremy Allison)
Subject: [faslink@excite.com: FW: W2k wkstation no longer recognized by samba pdc]
Date: Tue, 23 Jul 2002 12:02:21 -0700
To: samba@samba.org
User-Agent: Mutt/1.2.5i
Errand of mercy :-).
Jeremy.
----- Forwarded message from "mitchbnj_removethis@excite.com"
2019 Mar 04
2
Enable XAT_OFFLINE extended attribute in Samba
On Mon, 4 Mar 2019 10:25:59 -0800
Jeremy Allison via samba <samba at lists.samba.org> wrote:
> On Mon, Mar 04, 2019 at 04:48:56PM +0100, Andrea Cucciarre' via samba
> wrote:
> > Hello,
> >
> > Does Samba support XAT_OFFLINE and XAT_ONLINE extended attribute?
> > I have enabled "ea support = yes" but it seems to have no effect on
> > that.
2008 Dec 23
0
[jra@samba.org: Patch to improve Samba write speeds on Linux ext3 with 3.2.x]
----- Forwarded message from Jeremy Allison <jra@samba.org> -----
From: Jeremy Allison <jra@samba.org>
To: samba-technical@samba.org
Cc: jra@samba.org
Subject: Patch to improve Samba write speeds on Linux ext3 with 3.2.x
Reply-To: Jeremy Allison <jra@samba.org>
Hi all,
Intel recently did some research on Samba write speeds,
tested in Linux using ext3 resulting in the following
2019 Mar 05
3
Enable XAT_OFFLINE extended attribute in Samba
My goal is to use the Offline file attribute of Windows when sharing
with Samba:
https://docs.microsoft.com/en-us/dotnet/api/system.io.fileattributes?redirectedfrom=MSDN&view=netframework-4.7.2
It works when I share ZFS filesystem using the native ZFS CIFS sharing,
but it fails when I share the same ZFS with Samba, that is the Offline
files are not showed in Windows Client
Il 3/4/2019
2019 Mar 04
2
Enable XAT_OFFLINE extended attribute in Samba
Hello,
Does Samba support XAT_OFFLINE and XAT_ONLINE extended attribute?
I have enabled "ea support = yes" but it seems to have no effect on that.
Thanks
Andrea