musenet / nekodrive

Automatically exported from code.google.com/p/nekodrive
0 stars 0 forks source link

Unable to transfer Large Files #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. copy a zip file > 5 MB from C drive
2. paste on a mapped NFS drive
3. 0x805700 error appears "insufficient system resource to complete..."

What is the expected output? What do you see instead?
expect: successfully duplicate a file and save in nfs drive
instead: Windows shows "insufficient system resource error"

What version of the product are you using? On what operating system?
Tried on:
Windows XP Pro SP3
Windows 7 Pro 64bit

Please provide any additional information below.
I can do simply copy/paste small text files from my pc/windows (x and 7) to the 
NFS. No problem with that. But when I tried to copy/paste cut/paste larger file 
(ie just 5 MB zip file), windows give me this error.

Error 0x800705AA: Insufficient system resources exist to complete the requested 
service.

I did not have this problem before as I recall. I have run spam/antivius check 
and nothing found. I have plenty of memory.

Any help will be appreciate. Thanks

Original issue reported on code.google.com by Ibby.W...@gmail.com on 7 Sep 2011 at 12:02

GoogleCodeExporter commented 9 years ago
Hi NekoDrive should be able to read/write up to 2GB on NFS V2, 16 exabytes on 
V3 according to the protocol specs.. Your problem can be caused by something 
else than NekoDrive, I suggest you to google for the error code. 

Original comment by mirko.ga...@gmail.com on 7 Sep 2011 at 8:24

GoogleCodeExporter commented 9 years ago
I saw this too...  Pressing try again seems to work.   But I did not leave the 
copying running for long, because about 20 seconds later the speed dropped to a 
factor 10x slower.  So I ended-up aborting the copy and instead used CIFS.

Original comment by docb...@gmail.com on 16 Sep 2012 at 6:45

GoogleCodeExporter commented 9 years ago
A search on the error does not obtain meaningful results.  I saw one about the 
message queue reaching more that 1.6 GB, another about running out of page 
space.  In this case though I only have 31% of my memory in use, so in theory 
there should be enough to load the whole file into memory several times.  I 
cannot see someone writing an NFS client to log 1.6 GB of messages while 
copying a file, so that also seems like a false lead.

Original comment by docb...@gmail.com on 16 Sep 2012 at 7:02

GoogleCodeExporter commented 9 years ago
I am having the same problem.  I am using a virtual machine (kvm) on top of 
lubuntu 13.10.  The file size I am having trouble copying is approximately 40 
MB.  Windows tells me I have 4361 MB free.  When I copy it within the virtual 
machine to the C drive (from the desktop) it works instantly.  I am using 
NekoDrive 0.9.38985.  I have tried two different shared drives and both failed.

C'est nes pas beau!

Phil

Original comment by PhilT...@gmail.com on 7 Jun 2014 at 9:02

GoogleCodeExporter commented 9 years ago
Try xcopy /Z from the windows command line.  I just tried it and it seemed to 
work okay.

I got this idea from the following reference 
http://www.sevenforums.com/bsod-help-support/77257-insufficient-system-resources
-error-message.html

This may be related to other issue of using TCP.  UDP is not guaranteed to get 
all of the message through in order; the /Z option "copies networked files in 
restartable mode"

Original comment by PhilT...@gmail.com on 8 Jun 2014 at 12:23

GoogleCodeExporter commented 9 years ago
I too am getting this error. I have tried using both v2 and v3, however it 
happened on the very first file I tried.

I am using windows 8 (x64) and accessing a qnap (TS-469L). After received the 
error "insufficient system resources exist to complete the requested service" I 
can no longer open folders either, in short I get a drive mapped to an export 
and can see a list of files/folders in the root of that export, but nothing 
else (can't open files or folders).

Original comment by caldwel...@airboxinc.com on 27 Feb 2015 at 5:23