If you have high cpu usage problem for your vmware application which runs on linux and the virtual machine files in NTFS partition,

you have to add:



mainMem.useNamedFile= FALSE"

to your .vmx file of you virtual machine.

this will solve the high cpu usage of mount.ntfs-3g.

Buy me a beer

Related posts:

  1. Automount ntfs paritions as read/write This will show you how to automount your root Window’s...
  2. Linux Broken Pipe Error Solution SIGPIPE signal is sent by kernel to programs whose remote...
  3. How to use windows shares with Linux Samba First of all you need to share some directories on...
  4. Disk Usage Information The CLI way The df utility displays the disk space...
  5. Linux Shared Lib Creation, Compilation & Usage Shared library file b.c #include void b_printer () { printf...