Then do later mounts to the same server like this: mount -t nfs -o '-w 1024' pooh:/home /home Can anyone tell me how to put such an option in the fstab? You can put `-w=1024' in the options. (It looks like we need to add "wsize=1024" parsing...) Perhaps.