Displaying 20 results from an estimated 10000 matches similar to: "why "xcopy /d" doesn't work"
2003 Oct 27
0
why "xcopy /d" doesn't work?
Hi
I'm trying to keep a windows folder synchronized with
a samba share using "xcopy /d" ,but it keeps copying
again and again a number of files at random that
haven't been modified. With a search over internet, I
found that this is a pretty old problem, because I
managed to find messages from other users that had the
same problem, but unfortunatly no solution.
Even upgrating to
2003 Mar 27
2
Problem with xcopy /d & samba
A problem has arisen with the way samba handles file
creation dates compared to NT/win2k, which prevents
xcopy /d from working correctly.
On NT/Win2k, files copied from another NT machine using
xcopy end up with the modified dates equal to the original
modified date of the file, and the created and accessed
dates become the date of the xcopy operation.
On Samba, files copied from an NT
2004 Nov 16
1
Access Denied - XCopy from Win2K SP3 to Samba 3.0.8
Right in the middle of a big XCopy from Win2K SP3 to Samba 3.0.8 I get an "Access Denied" kicked back from XCopy and it ends. XCopy is building dirs from scratch on the Samba server - starting for a
clean empty share. XFS FS on the server, Debian Sarge.
I've heard of odd things with RoboCopy, but what about XCopy doing this? I suppose I will be cranking up the logs... or is there
1998 Aug 18
1
xcopy failures
Hi
I had sent a mail about a week ago regarding a xcopy problem I had. I am
trying to copy an image of an nt workstation from an unixware 2.1.3 server
running samba 1.9.18p8. Initially the client is a dos client, who connects
to the unixware server and downloads files using xcopy. My problem after
copying a certain number of files xcopy fails with path not found. On
further investigation I
2002 Jun 09
2
problem copying ACLs with xcopy /o (2.2.5pre1)
hello,
has anyone got samba-2.2.5pre1 working with "xcopy /o" ?
it doesn't work over here with win2ksrv (as client) and samba-2_2 CVS as
server (suse linux 8.0, xfs-acls, kernel 2.4.18).
is xcopy /o supposed to work at all?
any hint will be greatly appreciated.
thanks,
guenther
--
Guenther Deschner guenther.deschner@suse.de
SuSE Linux AG
2017 Aug 17
0
PAM Clustering
Sorry, I never use pam. In the help, you can see that pam require a
dataframe OR a dissimilarity matrix. If diss=FALSE then "euclidean" was use.So,
I interpret that a matrix of dissimilarity is generated automatically.
Problems may be in your data. Indeed
pam(ruspini, 4)$diss
write a dissimilaty matrix
while
pam(MYdata,10)$diss
wite NULL
2017-08-17 16:03 GMT+02:00 Sema Atasever
2017 Aug 17
2
PAM Clustering
Dear Germano,
Thank you for your fast reply,
In the above code, *MYData *is the actual data set.
Do not we need to convert *MYData to *the dissimilarity matrix using
*pam(as.dist(**MYData**), k = 10, diss = TRUE*)* code line?*
*Regards.*
On Thu, Aug 17, 2017 at 2:58 PM, Germano Rossi <germano.rossi at gmail.com>
wrote:
> try this
>
> MYdata <-
2006 Jan 08
1
3.0.20b Keep windows local sid when xcopy files to samba server
Hi all,
I came into a problem with the following situation.
One Windows 2k3 server which joined into a AD, and when I tried to copy
some files the owner ship of which contails both domain user/group sid and
local user/group sid information, to samba server, only domain sid
information could be kept, and the windows local user/group sid info was
dropped. I verifyed this by using "xcopy /O
2018 Sep 20
2
llvm and python bindings under windows
Hello everyone
I am Germano, from Italy.
Sorry to intruding, but I don't know who to ask anymore.
I developed a small programming language, entirely written in Python.
I state that I work under Windows, I'm using anaconda and Python 3.6.
I wrote the lexical generator and the parser generator.
Now I have to write a code generator and thought about using LLVM.
It seems that the Uncio way to
2015 Sep 30
7
[Bug 92192] New: nouveau does not detect monitor native resolution
https://bugs.freedesktop.org/show_bug.cgi?id=92192
Bug ID: 92192
Summary: nouveau does not detect monitor native resolution
Product: xorg
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2014 Oct 07
6
[Bug 84741] New: (EE) [drm] KMS not enabled
https://bugs.freedesktop.org/show_bug.cgi?id=84741
Bug ID: 84741
Summary: (EE) [drm] KMS not enabled
Product: xorg
Version: unspecified
Hardware: Other
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
1998 Aug 19
0
xcopy failures; SAMBA digest 1784
I had a simular problem in a single server (unix) environment with PC
clients although we were using NFS stack for drive maps. The issue is
came down to this: a MS-DOS pathspec cannot exceed 64 characters, with
the pathspec looking something like
'server_name:\directory\dir...\...\filename.ext". Your NT and Samba
systems are probably selected a SMB protocol like Core Plus or LAN Man
1.0,
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
2017 Aug 17
0
PAM Clustering
try this
MYdata <- read.csv2("data.txt",dec='.')
library(cluster)
cluster.pam = pam(MYdata,10)
table(cluster.pam$clustering)
filenameclu = paste("clusters", ".txt")
write.table(cluster.pam$clustering, file=filenameclu,sep=",")
2017-08-17 10:28 GMT+02:00 Sema Atasever <s.atasever at gmail.com>:
> Dear Authorized Sir / Madam,
>
>
2004 Jan 13
0
Samba woes with file xcopy from Win2K
I'm trying to do some quick backups from a Win2K laptop to a Fedora Core
1 desktop but it ain't working. The backups are just a bunch of
xcopy's. Most of them run fine but two fail and I don't understand why.
It appears that xcopy is attempting to create directories in both
cases. When I run the backup targeting a Win98 desktop there is no
problem.
Here are two examples of
1998 Aug 13
0
Problem copying files using xcopy
> Hi
>
> I am having this wierld problem, where I am using an intel proclone disk
> using the tcp-ip stack, and trying to download files using xcopy from a
> unixware server running samba on it. The problem I have is when my
> directory structure goes more than 48 characters, xcopy fails with path
not
> found. Is this a limitation with samba??? We have been downloading
2005 Apr 16
1
MS DOS 7 XCopy copies the same file over and over
We use MS DOS 7 ala Win98 SE and the M$ client for DOS to logon to Samba 3.0.13 Debian Stable package from samba.org. Also one other unique thing, we have XCOPY32.EXE copied as XCOPY.EXE thus it is
really XCOPY32.EXE we are executing, just as XCOPY.EXE. ;-)
Example of failing line of code...
echo f|xcopy u:\foo\bar.txt h:\file.txt
where U: is the drive mapped to the server and H: is a local RAM
2002 Dec 09
0
xcopy /o query
Hi all,
I'm trying to use xcopy /o to copy files from a W2k file server to a
Samba 2.2.7 box (Samba manually compiled with ACLs). I'm coming up with
Access Denied, as documented here:
http://lists.samba.org/pipermail/samba/2002-June/074548.html
I gather that the "force unknown acl users" config option is supposed to
fix that, although I haven't had a chance to try it out
2006 May 12
3
samba 3.0.22 and OS/2 connectivity
Hi All
I have a Linksys NSLU2 device which is used to hook USB2 drives upto my
network as network attached storage.
The Linksys firmware upgrade for this device includes samba 3.0.11 which
is a non-starter regarding OS/2 connectivity.
There is an alternative firmware based on the Linksys firmware called
Unslung from http://www.nslu2-linux.org/
The Unslung firmware allows
2003 Dec 11
3
Problems with file date/time creation and modification
I have Time precision problem between linux samba shares and M$ files
I want to use my tux to save files from my M$ PC's.
Of course I want to do incrementals copy based on modification date...
I mount my samba shares from my Windows Boxs and use tools on the
micro$oft boxs. (Xcopy /D or SyncroniX )
The problem is that the modification date on the samba share and on de
source file on the M$