Speeding up NTFS writes in Linux

Sometimes you want to do some serious operations on ntfs volumes in Linux - and if it's only virus scanning. This can be slow. It will probably still be slow with this trick. But hopefully a bit less:

sudo mount -o remount,big_files,noatime /media/somedir
PS. You just might be able to speed up your reading speed by using the kernel driver.

No comments:

Post a Comment

I appreciate comments. Feel free to write anything you wish. Selected comments and questions will be published.