Displaying 20 results from an estimated 50000 matches similar to: "copyING directories and files"
2008 Mar 18
7
download.file()
Hi,
I wanted to download a file and did the following:
---------------------------------------------------------
> fileLink <- 'ftp://ftp.ncbi.nih.gov/pub/geo/DATA/supplementary/series/GSE1000/GSE1000_RAW.tar'
> download.file(fileLink,'/geoDat')
trying URL 'ftp://ftp.ncbi.nih.gov/pub/geo/DATA/supplementary/series/GSE1000/GSE1000_RAW.tar'
ftp data connection made,
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
2005 Oct 21
5
Migration to Samba using external LDAP server
Hello,
we are in the process of implementing a samba server running 3.0.14 and an
external LDAP server running Microsoft ADAM. We have it also running with
Open LDAP for UNIX under Redhat. It works fine for every user account that
accesses the samba instance. The user mapping is done and all works fine.
Now we have the major problem of the migration and I would need some
guidance here
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
2004 Jan 09
3
samba: problem in copying directories with many files
Hi,
We have setup samba share between XP and Redhat 8.0. We usually deal
with copying directories with 1000 files over samba share. When we copy,
we always find that few files are randomly skipped in copying and one
has to copy few times to get all the files.
Is this a known problem and is there any fix for this?
Thanks.
Suresh
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
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
2011 Jan 23
2
Passing in arguments into function
Hi,
I had a function that looked like:
diff <- lm(x ~ y + z)
How can I pass the argument to the 'lm' function on the fly? E.g., if I pass it
in as a string (e.g. "x ~ y + z"), then the lm function treats it as a string
and not a proper argument.
many thanks
[[alternative HTML version deleted]]
2009 Jul 04
3
newby question
Hi,
I work with bio-conductor, but this is probably a basic R question.
I want to emulate the GOBPOFFSPRING$"GO:0008150" command:
> allBP <- GOBPOFFSPRING$"GO:0008150"
> class(allBP)
[1] "character"
> length(allBP)
[1] 16066
>
I want to create a function so that I can execute the command by passing as a parameter the portion in quotes in the above
2017 Aug 31
3
Windows SMB2 client doing excessive, inefficient SMB2 Find (and other) requests
Andreas,
On Thu, Aug 24, 2017 at 03:37:07PM +0200, awl1 via samba wrote:
> Before I follow your advice to move this whole issue/topic to the
> samba-technical alias and start over there with a clean description of the
> scenario and the findings, I have two simple questions:
>
> 1) I plan to use a new, reproducible test scenario with 2000 random small
> files with a file length
2004 Jan 10
3
syncing file dates between windows nt4 and samba 3.0
Hi all,...
... currently I am trying to get hold of a strange error which is
successfully keeping me from sleeping the last week. Basically, I am
running a DebianGNU/Linux based machine with samba 3.0.0 as a backup
server for an amount of Windows NT4 workstations. There is an old backup
"framework" around here, basically a collection of .bat files on the
workstations which at
2008 Jun 19
6
login scripts --what to use
Hi,
We're setting up a PDC, and would like to have a login script to deliver
the mapped drives to users in particular groups, and connect to
printers. The printer drivers come from the [print$], share.
Does anyone have any good resources for this? What's the easiest and
simplest thing to get going --vbscript or batch files?
Thanks,
chris
2010 Jan 08
3
Newbie question on precision
Hi all,
How can I get R to change the default precision value? For example:
> x=0.99999999999999999
> 1-x
[1] 0
>
Is there a way that I can get a non-zero value using some parameter, or some package?
many thanks.
[[alternative HTML version deleted]]
2006 Sep 04
4
problems copying distro files
At this point in my lab, the only solid servers I have are Win2000.
So I xcopy the distro CDs into a directory that I make available for
install via ftp.
Well I have had problems copying files from this distro.
I had to use the /c option in xcopy to get past the problem files..
A few examples are:
The following files in the image directory of disk 1 has 'File creation
error - The
2010 Jun 30
2
string question
Hi,
How can I get double quotes embedded in the string?
Example:
--------------
str1 <- '"xyz"'
## desired output
# abc"xyz"
qr2 <- paste('abc',str1,sep='')
print(qr2)
-----------------
Actual output:
> [1] "abc\"str\""
I also tried putting an escape sequence before the quote, but couldn't get the
string that I
2016 Mar 07
2
Windows port
Hi!
I would like to ask about current state of Windows port. Is it frozen? It will be cool to know the plans :)
Where are a lot of Windows-branches at GitHub. What is the most actual one?
The Windows builder looks like turned off, am I right that it is not available currently and where were no builds after version 2.6.5-6?
I couldn't find any info about proper environment to build Windows
2008 Mar 11
1
Copying (Samba -> WinXP SP2) MATLAB generated .jpg files very slow.
Greetings,
This is a interesting problem. One of our researchers uses MATLAB to
generate jpg files as part of his vision research. When he copies these
files from the file server, it is very slow. I tried 3.0.28a and I see the
same problem as we have with 3.0.28.
Here are some interesting stats.
1) MATLAB generated files:
command: robocopy Y:\23_1 C:\23_1 /e
dirs: 2
files: 262
bytes:
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
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
2010 Jan 21
3
single stream performance issue, Win2K, WinXP, Samba 3.2.5-4lenny7 (Debian Lenny)
Hello fellow Samba users and devs. This is my first post. I've searched
documentation far and wide for Windows, Linux, and Samba, and have not been able
to shed any light on this issue.
I can't get more than 8MB/s during a single file copy stream out of my Samba
server over my 100FDX switched network either from Win2K or WinXP (I don't have
a *nix client to test with). The network