Copying Files Problems

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I installed Norton Internet Security 2007 and now I cannot copy files that
are larger than 1 MB from one pc to another. I contacted Symantec technical
support and after disabling Personal Firewall, I was still not able to copy
the file. They suggested that I contact Microsoft support.

Any ideas out there? I can copy files smaller than 1 MB. It's not file
name based, as I can rename the original file, then create a new file with
the old name, and copy a smaller version of it.

Thanks,
Glenn Harland
 
G. Harland said:
I installed Norton Internet Security 2007 and now I cannot copy files that
are larger than 1 MB from one pc to another. I contacted Symantec technical
support and after disabling Personal Firewall, I was still not able to copy
the file. They suggested that I contact Microsoft support.

Any ideas out there? I can copy files smaller than 1 MB. It's not file
name based, as I can rename the original file, then create 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 what you
see on the screen when you attempt to copy a file larger
than 1 MByte.
 
Error Copying File or Folder
Cannot copy <file>: Access is denied.

Make sure the disk is not full or write-protected and that the file is not
currently in use.
 
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!
 
Before I try this, I don't know if I was clear on this, but the source
directory is on one computer and the target is on another.

The file is on my pc and I want to copy it to my laptop. The source is
mapped to my M:\ drive.

Will the steps you mentioned still be applicable?
 
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.
 
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 (mapped to my pc),
I get "Access is denied". Even if I try to write a really small file, like
10 KB.

Any other ideas? I cannot believe I am limited to transferring files no
larger than 1 MB between my pc and laptop via the home network.
 
This is getting a little confusing. You write "I get 'Access
is denied'. Even if I try to write a really small file, like 10 KB."

You also write "I am limited to transferring files no larger than
1 MB between my pc and laptop via the home network."

Now is this a ***size*** issue or a ***permissions*** issue?
 
Let me recap what is going on:

1. If I use Windows Explorer, I can transfer files less than 1 MB in size
back and forth between shared folders on my laptop and PC.

2. If I use Windows Explorer, I cannot transfer any files larger than 1 MB
in size back and forth between shared folders on my laptop and PC.

3. Using the fsutil command, I was able to create the 2 MB and 20 MB files
on my laptop's C:\ drive. Using the same commands, except changing the
target drive to a mapped drive on my PC, I could not create the files,
getting the "Access is denied" error. I dropped the size way down, to 10 KB,
and still got the error.

4. I can copy files from a CD or flash drive that are larger than 1 MB and
write them to my laptop and/or PC.

So I don't think it's about permissions. The fact I can write smaller files
seems to eliminate that. What I am wondering is if the Norton Internet
Security 2007 has some rule in it that doesn't allow writing of files larger
than 1 MB. But even if I turn off the firewall, I still cannot transfer the
larger files.

Now, that leaves the possiblity it may be something set up inside my home
network. I have a Belkin wireless router/hub. The PC is wired into the
router, the laptop is wireless. I have a third PC that is wired into the
router, but doesn't currently have any shared folders. I should probably see
if I can transfer files to/from the third PC. At this point, I don't have
any better ideas.
 
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 {Enter}
cacls x:\ 1>> c:\test.txt 2>>&1 {Enter}
notepad c:\test.txt {Enter}
3. Paste the text into your response.
 
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
 
Sorry, the previous one was wrong.

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
 
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.
 
It turns out some of my assumptions were wrong.

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 use
this database. My guess is that one of them is not releasing the connection
properly. Thanks for all of your help. I'll move on to a different group
for that problem!

Glenn
 
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 said:
It turns out some of my assumptions were wrong.

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 use
this database. My guess is that one of them is not releasing the connection
properly. Thanks for all of your help. I'll move on to a different group
for that problem!

Glenn
what
 
Back
Top