Find the answer to your Linux question:
Results 1 to 4 of 4
I have a samba share mounted and I want to copy the contents of that to a local directory cp -r ./RData/* ./Data/ i'm getting the error below, a number ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    6

    unable to allocate memory on cp command

    I have a samba share mounted and I want to copy the contents of that to a local directory

    cp -r ./RData/* ./Data/


    i'm getting the error below, a number of times;

    cp: cannot stat `./RData/LSS': Cannot allocate memory

    Anyone come across this before?

  2. #2
    Linux Newbie
    Join Date
    Sep 2007
    Posts
    137
    Not familiar with the issue but did you run across this page when searching?

    Windows 7 Nonpaged Pool Srv Error 2017 | alan.lamielle.net

  3. #3
    Just Joined!
    Join Date
    Apr 2009
    Posts
    6
    Well, what can I say, that appears to have been the problem in the event log

    thank you so much, that seems to have worked

  4. #4
    Linux Newbie
    Join Date
    Sep 2007
    Posts
    137
    You're welcome; glad ya got it working!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •