Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. sudo mount -o big_writes /media/<mount_dir> /dev/<device>
  2.  
  3. big_writes
  4. This option prevents fuse from splitting write buffers into 4K
  5. chunks, enabling big write buffers to be transferred from the
  6. application in a single step (up to some system limit, generally
  7. 128K bytes).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement