search for: dfs

Displaying 20 results from an estimated 1271 matches for "dfs".

Did you mean: df
2014 Mar 05
1
DFS
Robert Gurdon robert.gurdon at gmail.com 12:49 (0 perce) c?mzett: samba Hai, I would like to set up a DFS with this configuration: I have 3 Samba4 servers (4.1.4). 2 of them should work as a DFS "client" the third one will be the DFS stotage (actualy this servers has the required amount of space). So, i configured all shares on DC3 and point to those shares on DC1 and DC2. Everything works bu...
2018 Mar 31
1
using llvm DataFlowSanitizer error
Hi. I'm using llvm DataFlowSanitizer. I add such code in library libtiff. dfsan_label lt_label = dfsan_create_label("buf_offset", 0); dfsan_set_label(lt_label, (unsigned char *)buf, size); But when i compile libtiff with "-fsanitize=dataflow" option, then there is an error as follows: ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jbg_enc_...
2017 Apr 20
2
Domain DFS on new share
Hi, I am trying to configure domain DFS (I think that's the correct term) as below, using the guide on the wiki: https://wiki.samba.org/index.php/Distributed_File_System_(DFS)#Configure_domain-based_DFS_in_Samba I am aware that the wiki says that this doesn't quite work... however it feels to me that it's very close, nearly...
2018 Apr 01
0
using llvm DataFlowSanitizer error
On Sat, Mar 31, 2018 at 8:50 AM, 吕涛 via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Hi. I'm using llvm DataFlowSanitizer. I add such code in library libtiff. > > dfsan_label lt_label = dfsan_create_label("buf_offset", 0); > > dfsan_set_label(lt_label, (unsigned char *)buf, size); > > But when i compile libtiff with "-fsanitize=dataflow" option, then there is > an error as follows: > > > ../libtiff/libtiff.so.5.2.5: un...
2008 Dec 27
2
Object name vectcor as function input argument?
...estion: How to use a character vector that records object names as function input argument? I asked this question very recently and was advised to use get(). get() works when passing one single object name. but it does not work when passing multiple object names. For example, I want to rbind many dfs into one df. Below, I use 3 data frames for illustration. df.1 <- data.frame(v1=rnorm(5), v2=rnorm(5)) df.2 <- data.frame(v1=rnorm(5), v2=rnorm(5)) df.3 <- data.frame(v1=rnorm(5), v2=rnorm(5)) all.dfs <- c("df.1","df.2","df.3") # all.dfs is the a character...
2012 Oct 28
2
Domain DFS on samba 4
Hello, Our company currently stores its data on centralized samba servers which causes performance problems for remote office employees. We are thinking of decentralizing the data with NAS in each office and synchronizing all the NAS on our central domain controller with MSDFS. I have heard this can be done in real time with Windows and Active Directory. http://en.wikipedia.org/wiki/Distributed_File_System_(Microsoft) <http://en.wikipedia.org/wiki/Distributed_File_System_%28Microsoft%29> http://technet.microsoft.com/en-us/library/cc782417.aspx The physical loca...
2023 Aug 21
1
DFS questions...
I have been looking into DFS (no R) with Samba and found the page https://wiki.samba.org/index.php/Distributed_File_System_(DFS) and do have some questions: ?There is currently (July 2014) a discussion in the mailing list in which several users report great difficulties with domain-based DFS in samba 4, maybe related with the...
2023 Aug 21
1
DFS questions...
Op 21-08-2023 om 13:43 schreef Joachim Lindenberg via samba: > I have been looking into DFS (no R) with Samba and found the page https://wiki.samba.org/index.php/Distributed_File_System_(DFS) and do have some questions: > > ?There is currently (July 2014) a discussion in the mailing list in which several users report great difficulties with domain-based DFS in samba 4, maybe related...
2013 May 26
3
samba4 & (domain) dfs
Hi all I'm trying to set up dfs for (among other things) profiles (i don't know if this is a good example, but that is out of the scope of my current question) I've been following these instructions: http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/msdfs.html http://us.generation-nt.com/answer/samba-domain-dfs-s...
2023 Aug 21
1
DFS questions...
Hi Kees, Thanks once more. To be precise: - you are running this on DCs? - no links required as on the wiki page? - "vfs objects = dfs_samba4, acl_xattr, full_audit" - I don?t have that in my smb.conf. What part(s) of this are default, required, or special? Thanks, Joachim -----Urspr?ngliche Nachricht----- Von: samba <samba-bounces at lists.samba.org> Im Auftrag von Kees van Vloten via samba Gesendet: Montag, 21. Augus...
2005 Oct 21
1
DFS not working w/ fully.qualified.sub.domain
Hi: I've got a samba/DFS server configured that works fine under it's original name, but I'm getting booted out of that DNS domain, into a subdomain. All my (WinXP) clients have drives mapped to names like \\server.domain.com\dfsroot. If I browse to the path, \\server.domain.com\dfsroot, everything works. I can acc...
2016 Apr 28
2
Question about DFS
Hello, i'm trying to figure out some specific things about Samba DFS. 1. What is the ordering method of a DFS Share with multiple servers (e.g. msdfs:serverB\\share,serverC\\share linkb ; Source: https://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/msdfs.html)? With a Microsoft DFS i have 3 options regarding the target. (Targets in a client's site are...
2016 Apr 28
2
Question about DFS
On 28.04.2016 11:16, Reindl Harald wrote: > Am 28.04.2016 um 11:00 schrieb tell at posteo.de: >> i'm trying to figure out some specific things about Samba DFS. >> >> 1. What is the ordering method of a DFS Share with multiple servers >> (e.g. msdfs:serverB\\share,serverC\\share linkb ; Source: >> https://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/msdfs.html)? >> With a Microsoft DFS i have 3 options regarding the t...
2007 Nov 26
1
DFS enumeration on a Samba hosted DFS tree.
I've translated a Windows based DFS tree to a Samba based (3.0.23c) one and it seems to work quite well from Windows Explorer and cmd.exe. First off, I have a relatively big tree. grep dfscmd /root/dfs.cmd | wc -l 1614 One issue I've noticed that tree enumeration and manipulation from a Windows machine to a Samba based DFS...
2005 Jun 23
0
Redundant DFS via DNS entries?
Hi: I'm trying to create a group of samba/NFS servers. The NIS/NFS/Automount part has always worked fine. Now I'm trying to duplicate what automount does w/ DFS. A single DFS server would be a single point of failure. I need redundant DFS. I've configured a pair of samba servers, w/ DFS on each one. Each machine has a few non-dfs shares referred to by dfs links. I've configured two DNS "A" records, pointing smbnfs.my.domain to *both*...
2016 Apr 28
2
Question about DFS
On Thu, Apr 28, 2016 at 10:08:54AM -0700, Jason Chang wrote: > 1. What is the ordering method of a DFS Share with multiple servers (e.g. > msdfs:serverB\\share,serverC\\share linkb ; Source: > https://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/msdfs.html)? > With a Microsoft DFS i have 3 options regarding the target. (Targets in a > client's site are listed first in a referr...
2003 Oct 30
4
Dfs - Load Balancing
Hi, I was wondering if anyone has had any experience with using the Dfs functionality within Samba. I've been searching for any performance information and or documentation regarding Dfs in particular load balancing i.e. 1) How does it load balance? Is it some sort of round robin? 2) Is there a limit to the number of servers that can used in the load balance? 3)...
2001 Nov 26
1
Probems to mount a DFS
HiHo If I try to mount a DFS from our Windows 2000 Server on my linux box I only get the top-level structure, all DFS links are empty. How can I mount a DFS? Ciau Rainer
2017 Sep 27
1
DFS + LDAP
Hi! My situation is that I configured samba with ldap authentication, I created shares and and after I created standalone dfs for these shares. (Everything is on the same server) I have a client debian with gnome and ldap authentication, so I can login on this machine with ldap users. My problem is, if I try to access dfs share with nautilus with the same user, with which I logged on the machine, I can authenticate but af...
2005 Aug 08
4
Problem with DFS mounting (works OK in smbclient) [samba-3.0.14a-2.1.fc4.kde]
I am having problems mounting a DFS share, even though it works in smbclient fine. After mounting, the mount point (in ls) has question marks for everything, and when ls'ing I just get permission denied. Turning up debug and verbose don't seem to help. Any ideas ? [tom@charles-compaq@1306 /home/tom/Projects/gbb-core-app ]...