分类: LINUX
2011-10-17 14:36:36
If you mount a Windows 7 share using Samba/CIFS you may run into “mount error(12): Cannot allocate memory” if you are using very large files on the Windows machine. Looks like in certain situations Windows needs to be told to run as a file server and to expect large files. You can read more details at , but the solution is to make two registry edits and then restart a service:
Once you have done that you should be able to mount the share using a command like “sudo mount -a” or just reboot the Linux machine.