Monday, January 20, 2014
10:53 PM

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.

0 comments:

Post a Comment