Displaying 20 results from an estimated 8000 matches similar to: "samba,robocopy and gpfs problem"
2010 Jun 07
1
GPFS, samba, robocopy and timestamps
Hi list,
I'm trying to use robocopy to move some files over to a samba share
backed by GPFS. I keep getting "ERROR 50 (0x00000032) Time-stamping
destination file ... The network request is not supported."
What is strange is that the files are still coped over, even though
robocopy believes the copy failed, and in the smb log I don't have any
errors or erroneous NT_STATS
2012 Feb 24
2
shell command with Robocopy error
Ok so my problem is I am running a shell command to copy certain file types
from one directory to another and it returns multiple errors
the code is
models=c("1sFE1cFE","1sFE1cFEp")
for(m in 1:length(models)){
shell(paste("robocopy C:\\Sim_Test_1\\Sim",models[m]," ","
C:\\Sim_Test_1\\SimArchive\\Sim",dirnum,"\\pinrepstd *.std *.rep *.tpl
2004 Dec 28
0
The Infamous Robocopy Issues...Again
I've been tinkering with this for days now and I can't seem to figure
out the problem. I know there were problems < 3.0.8 with robocopy and a
few other programs, but even after upgrading, I'm still have a similiar
issue with related errors.
I'm running Samba 3.0.10 on FreeBSD pointed to an NT4 DC. I'm trying to
copy files over to one of it's shares via robocopy from
2018 Dec 09
2
Robocopy, archive bit and ACLs
Hello,
I'm attempting to set up a daily Robocopy task on a Windows Server 2016
to duplicate a large directory tree -- including data, timestamps and
ACLs -- to a Samba 4.5.12 server.
This is my Robocopy command:
Robocopy.exe C:\source \\foo\bar /XA:SH /XJ /MIR /NODCOPY /COPY:DTSO
/A+:A /ZB
I noticed that for a significant number of files, Robocopy will
systematically identify them as
2002 Sep 24
1
backup NT box to SAMBA box using xcopy, smbclient, robocopy, or DD command ???
What is the best way to backup my NT 4.0 Server box
that is only 8GB to my NEW SAMBA file server that
I have added to the domain?
Xcopy? Smbclient? Robocopy? DD command in Linux?
I found some good info. on Google about Robocopy that is supposed
to be great and will paste the information below.
Also, can someone SEND me the latest copy of ROBOCOPY VERSION 1.92
please. I have a really old
2004 Oct 26
1
Dreaded ERROR 5 In Robocopy
I'm still battling the dreaded "ERROR 5 (0x00000005)" error when trying to
robocopy files from a W2K box to Samba 3.0.7 on FreeBSD.
I've been fighting this since Samba 2.2.8 and the upgrade hasn't fixed it
for me despite the entries in the changlelog.
Now here's the strange part. If robocopy is sending NEW files, files which
are on W2K but not on the Samba box, the copy
2012 Dec 05
0
[Bug 9466] New: GPFS ACLs are not copied by rsync when copying between two GPFS filesystems
https://bugzilla.samba.org/show_bug.cgi?id=9466
Summary: GPFS ACLs are not copied by rsync when copying between
two GPFS filesystems
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
AssignedTo: wayned at
2009 Jun 09
0
robocopy + rsync problems
Hi,
my task was to clone a ntfs partition with around 160k files and size
90GB from one external USB disk to another - max path depth up to 256 chars.
Sys 1) Win Vista SP2 Ger robocopy 0027 (probably MS bug/oversight, since
Vista SP1 ENG they ship 0028)
Sys 2) Centos 5.3 - rsync 3.0.6 - ntfs-3g 2009.4.4
Here are my findings, what makes me nervous though is that rsync seems
to have
2017 May 11
0
Samba shows error NT Status: STATUS_OBJECT_NAME_NOT_FOUND when copying 10GB file using robocopy when ecryptfs file system shared using samba
I shared raid 5 array which is mounted using ecryptfs to a windows 10 client using samba share . When i do a robocopy of file greater than size of 7GB the samba throws an error NT Status: STATUS_OBJECT_NAME_NOT_FOUND which can be observed in wire shark .
Setup :
----------
Host with ubuntu 16.01 -------------------> windows 10 client
(Samba server,
2015 Mar 19
0
NFS4 ACLs with samba 3 (or 4)
On Wed, Mar 18, 2015 at 01:17:34PM -0400, Kevin Taylor wrote:
> I know this was discussed a lot a few years ago, but my google searches aren't quite getting me where I'm confident in the answer, so I figure I'd just ask again here if that's ok.
>
> Here's what we have, and what we'd like to do:
>
> Storage is a Netapp (cluster mode CDOT 8.2 I believe),
2013 Jan 31
1
migrating samba shares to a netapp filer?
Hello,
I'll soon have to migrate our samba shares to a netapp filer (not my
decision).
Currently the shares are on an xfs filesystem and served by samba 3.5.2,
which is also the domain controller (a role that it will maintain, only
the shares are being transferred) and sama/unix users are in ldap. The
filer is in the domain and uses ldap to map user ids and that seems to work.
Samba maps the
2017 Sep 27
1
Debugging robocopy error 87 - The parameter is incorrect
Hi,
I have Samba 4.6 running on FreeBSD 11.1 with a ZFS file system.
Trying to use robocopy to mirror files from Windows 8.1. Most of the
files are copied without any issues, but a few fail with the following
error in the robocopy log:
ERROR 87 (0x00000057) Copying File <path>
The parameter is incorrect.
Robocopy is executed with the following options:
/X /NDL /S /E /DCOPY:DAT /COPY:DAT
2008 Apr 23
0
samba and gpfs
Hi all,
I've got question (problem?) regarding samba exporting gpfs filesystem.
My setup is very simple - gpfs client machine with gpfs filesystem
mounted and samba server running on the top of it. I compiled samba with
gpfs support, here is my smb.conf section:
[homes]
comment = Home Directories
browseable = no
writable = yes
fileid:mapping = fsname
use mmap = no
2007 Mar 15
1
Samba 3.0.x, GPFS and NFSv4, ACLs and so on... ???
hi list,
we have plans to implement GPFS in our heterogeneous environment (win,
linux and mac clients; many linux servers) to scale better in file
serving and improve availability.
are there any recommendations regarding samba and GPFS and samba
co-existing with NFSv4 (ACLs!) on GPFS on the same machine?
or is this too experimental and we should either use samba or nfs in the
cluster?
i?ve read
2016 Jul 05
1
GPFS AFM Export Problem
Hi All,
I'm having a frustrating time exporting a GPFS Independent Writer AFM fileset through Samba.
Native GPFS directories exported through Samba seem to work properly, but when creating an export which points to an AFM IW fileset, I get "Access Denied" errors when trying to create files from an SMB client and even more unusual "Failed to enumerate objects in the container:
2011 Sep 02
0
GPFS and Windows file attributes
I was reviewing the GPFS VFS module this afternoon after I had a request
to add Thumbs.db to the hide files option.
Now I was under the impression that the GPFS VFS module mapped this
through to the Windows attributes on the under lying file system. That
is assuming that your GPFS file system is sufficiently recent to support
Windows attributes.
I did some experimentations with a Terminal
2012 May 11
2
cannot set gpfs:sharemodes to yes
Hi,
I'm trying to set up samba share exporting gpfs filesystem and I strugle
with setting sharemode to yes. Samba is 3.6.5, gpfs version is 3.2.1-29
(the latest available for 3.2 branch). Everything works fine when sharemode
is set to no, but I'd rather insist to switch it to yes. That's what man
page says:
no - do not propagate sharemodes across all GPFS nodes. This should only
be
2017 Sep 18
1
Samba shows error NT Status: STATUS_OBJECT_NAME_NOT_FOUND when copying 10GB file using robocopy when ecryptfs file system shared using samba
Hi ,
I shared linux directory which is mounted using ecryptfs to a windows 10 client using samba share . When i do a robocopy of file greater than size of 7GB the samba throws an error NT Status: STATUS_OBJECT_NAME_NOT_FOUND which can be observed in wire shark .
Setup :
----------
Host with ubuntu 16.01 -------------------> windows 10 client
(Samba
2012 Sep 28
1
Patch for GPFS support
Hi all
My apologies for dragging up a very old mail from the depths of the
rsync archives:
http://lists.samba.org/archive/rsync/2008-October/021963.html
I'm trying to use Ronnie's patch to get rsync to copy my GPFS NFSv4
ACLs. I'm having trouble building Ronnie's gpfs.c though - it turns out
my programming isn't up to a challenge greater than "configure; make"!
2018 Jan 08
0
robocopy from samba stalls
Hello there.
I'm consistently running into trouble using robocopy to copy a large
directory structure, with some 50000 files, from a samba share to a local
windows clients.
I'm using packaged 4.6.2 samba, on Centos 7, running on as KVM VMS. Both
machines I am running exhibit the following behaviour:
- I want to copy a large folder structure with 50000 files.
robocopy /E