loadYOURSELF

loadYOURSELF

Browsing Posts tagged ntfs

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

This will show you how to automount your root Window’s parition so that you can read and write to it.
Perform the following commands to create a mountpoint and open up fstab to edit

$ su
# mkdir /media/Windows
# nano -w /etc/fstab

Now add the following to the bottom:

/dev/hda1 /media/Windows ntfs-fuse auto,user_xattr,umask=000 1 1