Re: Copying Files Problems
- From: "Pegasus \(MVP\)" <I.can@xxxxxxx>
- Date: Wed, 15 Nov 2006 22:35:32 +1100
I am somewhat underimpressed with the quality of
your reporting. Posters should do their basic homework
before posting instead of leading respondents on a merry
goose chase. On the other hand I appreciate you being
frank about your mistake.
"G. Harland" <glenn(_no_spam_)harland@xxxxxxxxxxx> wrote in message
news:0DA33B5D-EF06-4130-AE04-7C42EEA9595B@xxxxxxxxxxxxxxxx
It turns out some of my assumptions were wrong.use
I can copy large files between the pc and laptop through windows explorer.
What I cannot do is copy one file in particular - the access database
stats.mdb.
I can copy a copy of it ("copy of stats.mdb") back and forth.
So my problem is not what it seems. I have a pair of web services that
this database. My guess is that one of them is not releasing theconnection
properly. Thanks for all of your help. I'll move on to a different groupmessage
for that problem!
Glenn
"Pegasus (MVP)" wrote:
Working late?
Let's summarise your situation:
a) You can copy files to drive M: if they are smaller than 1 MByte.
b) You cannot copy files to drive M: if they are larger than 1 MByte.
c) You cannot use fsutil.exe to create any size file on drive M:.
I have never come across a case like this before, hence everything
that follows is pure guesswork. Here is what I would do from a
Command Prompt:
1. Log on as administrator.
2. Use fsutil.exe to create two files: C:\small.bin (500 kBytes) and
c:\large.bin (1.5 MBytes).
3. Use the copy command to copy small.bin and large.bin to M:\.
4. Create a new share that points at the same folder as your
current drive M:. Map it to drive N:, then repeat Step 3.
5. Type these commands:
md N:\Test
cacls N:\Test /e /t /g everyone:F
xcopy c:\*.bin N:\Test\
6. Check if you have some disk quotas.
Perhaps one of the above steps will give you a clue to what's
behind all this.
"G. Harland" <glenn(_no_spam_)harland@xxxxxxxxxxx> wrote in message
news:D89C69E8-E801-4573-AF4D-CD7017A478D5@xxxxxxxxxxxxxxxx
Sorry, the previous one was wrong.{Enter}
Volume in drive M has no label.
Volume Serial Number is F0C6-C805
Directory of m:\
11/14/2006 08:51 PM <DIR> .
11/14/2006 08:51 PM <DIR> ..
06/14/2005 07:07 PM 34 download.bat
08/19/2005 09:40 PM 193 download.old
09/20/2006 12:11 PM 155 download.txt
11/03/2006 06:52 PM 1,032,192 fantasy_queries.mdb
07/02/2006 12:52 PM <DIR> realtime
11/14/2006 12:13 AM 1,613,824 stats.mdb
11/14/2006 08:51 PM 689 test.txt
6 File(s) 2,647,087 bytes
3 Dir(s) 77,315,510,272 bytes free
glenn
Overwrite m:\test.txt? (Yes/No/All): 1 file(s) copied.
Error: Access is denied.
m:\ Everyone:(OI)(CI)C
Everyone:(OI)(CI)C
<Account Domain not found>F
<Account Domain not found>(OI)(CI)(IO)F
NT AUTHORITY\SYSTEM:F
NT AUTHORITY\SYSTEM:(OI)(CI)(IO)F
BUILTIN\Administrators:F
BUILTIN\Administrators:(OI)(CI)(IO)F
"G. Harland" wrote:
Here it is:
Volume in drive M has no label.
Volume Serial Number is F0C6-C805
Directory of m:\
11/14/2006 04:56 PM <DIR> .
11/14/2006 04:56 PM <DIR> ..
06/14/2005 07:07 PM 34 download.bat
08/19/2005 09:40 PM 193 download.old
09/20/2006 12:11 PM 155 download.txt
11/03/2006 06:52 PM 1,032,192 fantasy_queries.mdb
07/02/2006 12:52 PM <DIR> realtime
11/14/2006 12:13 AM 1,613,824 stats.mdb
5 File(s) 2,646,398 bytes
3 Dir(s) 77,315,743,744 bytes free
glenn
1 file(s) copied.
File c:\test.bin is created
m:\ Everyone:(OI)(CI)C
Everyone:(OI)(CI)C
<Account Domain not found>F
<Account Domain not found>(OI)(CI)(IO)F
NT AUTHORITY\SYSTEM:F
NT AUTHORITY\SYSTEM:(OI)(CI)(IO)F
BUILTIN\Administrators:F
BUILTIN\Administrators:(OI)(CI)(IO)F
"Pegasus (MVP)" wrote:
Time to perform some formal tests. Please do this ***verbatim***:
1. Click Start / Run / cmd {OK}
2. Type these commands. I assume that X: is your mapped
drive. Use whatever letter applies in your case.
dir X:\ > c:\test.txt {Enter}
echo %UserName% 1>> c:\test.txt 2>>&1 {Enter}
copy c:\test.txt X:\ 1>> c:\test.txt 2>>&1 {Enter}
fsutil file createnew x:\test.bin 1000 1>> c:\test.txt 2>>&1
cacls x:\ 1>> c:\test.txt 2>>&1 {Enter}
notepad c:\test.txt {Enter}
3. Paste the text into your response.
"G. Harland" <glenn(_no_spam_)harland@xxxxxxxxxxx> wrote in
MB innews:3A22F563-9F69-49BF-A1DD-58ADD35808DA@xxxxxxxxxxxxxxxx
Let me recap what is going on:
1. If I use Windows Explorer, I can transfer files less than 1
PC.size
than 1 MBback and forth between shared folders on my laptop and PC.
2. If I use Windows Explorer, I cannot transfer any files larger
in size back and forth between shared folders on my laptop and
20 MB
3. Using the fsutil command, I was able to create the 2 MB and
changingfiles
on my laptop's C:\ drive. Using the same commands, except
down,the
files,target drive to a mapped drive on my PC, I could not create the
getting the "Access is denied" error. I dropped the size way
than 1to 10
KB,
and still got the error.
4. I can copy files from a CD or flash drive that are larger
inside myMB and
smallerwrite them to my laptop and/or PC.
So I don't think it's about permissions. The fact I can write
Internetfiles
seems to eliminate that. What I am wondering is if the Norton
filesSecurity 2007 has some rule in it that doesn't allow writing of
transferlarger
than 1 MB. But even if I turn off the firewall, I still cannot
the
larger files.
Now, that leaves the possiblity it may be something set up
intohome
network. I have a Belkin wireless router/hub. The PC is wired
10the
into therouter, the laptop is wireless. I have a third PC that is wired
probablyrouter, but doesn't currently have any shared folders. I should
don't havesee
if I can transfer files to/from the third PC. At this point, I
any better ideas.
"Pegasus (MVP)" wrote:
This is getting a little confusing. You write "I get 'Access
is denied'. Even if I try to write a really small file, like
thanKB."
You also write "I am limited to transferring files no larger
smallmessage1 MB between my pc and laptop via the home network."
Now is this a ***size*** issue or a ***permissions*** issue?
"G. Harland" <glenn(_no_spam_)harland@xxxxxxxxxxx> wrote in
(mapped tonews:32EE49B0-5B6C-4F9D-B275-D915F34791D0@xxxxxxxxxxxxxxxx
That's what I thought.
I can write the files on my laptop's c:\ drive.
If I try to run the same command to write to my m:\ drive
my
pc),
I get "Access is denied". Even if I try to write a really
transferringfile,
like
10 KB.
Any other ideas? I cannot believe I am limited to
network.files
no
larger than 1 MB between my pc and laptop via the home
in
"Pegasus (MVP)" wrote:
The command I gave you will simply create two files: One
of 2 MBytes and one of 20 MBytes. Best to run the command
on the target computer.
"G. Harland" <glenn(_no_spam_)harland@xxxxxxxxxxx> wrote
butmessage
news:616DB438-93AE-4E96-81F4-8793DE32AEC4@xxxxxxxxxxxxxxxx
Before I try this, I don't know if I was clear on this,
another.the
source
directory is on one computer and the target is on
wroteThe
The file is on my pc and I want to copy it to my laptop.
source
is
mapped to my M:\ drive.
Will the steps you mentioned still be applicable?
"Pegasus (MVP)" wrote:
Fine, let's test this in more detail. Do this:
- Click Start / Run / cmd {OK}
- Type these commands:
fsutil file createnew d:\big1.bin 2000000 {OK}
fsutil file createnew d:\big2.bin 20000000 {OK}
dir d:\big*.bin
I assumed that d:\was your target drive letter.
What responses do you see?
Remember to delete big*.bin if the commands worked!
"G. Harland" <glenn(_no_spam_)harland@xxxxxxxxxxx>
news:46414D9E-9979-45A3-B10D-C71D923CFECE@xxxxxxxxxxxxxxxxin
message
andError Copying File or Folder
Cannot copy <file>: Access is denied.
Make sure the disk is not full or write-protected
thethat the
directoryfile is---------------------------------------------------------------
not
currently in use.
I can copy files smaller than 1 MB from the source
to
the
target
directory, and I have 30+ GB of free space on both
now Isource
wrote inand
target.
"Pegasus (MVP)" wrote:
"G. Harland" <glenn(_no_spam_)harland@xxxxxxxxxxx>
news:D844B58B-D59C-41A6-A096-25C67A928305@xxxxxxxxxxxxxxxxmessage
I installed Norton Internet Security 2007 and
wascannot
contactedcopy
files
that
are larger than 1 MB from one pc to another. I
Symantec
technical
support and after disabling Personal Firewall, I
Microsoftstill
not
able to
copy
the file. They suggested that I contact
thansupport.
Any ideas out there? I can copy files smaller
then1 MB.
It's
not
file
name based, as I can rename the original file,
whatcreate
a
new
file
with
the old name, and copy a smaller version of it.
Thanks,
Glenn Harland
A good starting point would be to report exactly
.
- References:
- Re: Copying Files Problems
- From: Pegasus \(MVP\)
- Re: Copying Files Problems
- From: Pegasus \(MVP\)
- Re: Copying Files Problems
- From: G. Harland
- Re: Copying Files Problems
- From: Pegasus \(MVP\)
- Re: Copying Files Problems
- From: G. Harland
- Re: Copying Files Problems
- From: Pegasus \(MVP\)
- Re: Copying Files Problems
- From: G. Harland
- Re: Copying Files Problems
- From: Pegasus \(MVP\)
- Re: Copying Files Problems
- From: G. Harland
- Re: Copying Files Problems
- From: G. Harland
- Re: Copying Files Problems
- From: Pegasus \(MVP\)
- Re: Copying Files Problems
- From: G. Harland
- Re: Copying Files Problems
- Prev by Date: Re: Blue Screen crashes
- Next by Date: Re: Unusual Sound Problems -- Ideas?
- Previous by thread: Re: Copying Files Problems
- Next by thread: Re: Standby
- Index(es):
Relevant Pages
|
Loading