i've noticed that if i hard mount shares via fstab the transfer rates between them seem half as fast as if i do it via terminal
10.0.0.103:/mnt/Films/ /home/n1ck/drives/films/ nfs nouser,hard,intr,async,atime,auto,rw,nodev,exec,no suid 0 0 Gives me speeds of 10-20MB/s
sudo mount -t nfs 10.0.0.103:/mnt/Films/ /home/n1ck/drives/films/ Gives me 30-40
whys that??
10.0.0.103:/mnt/Films/ /home/n1ck/drives/films/ nfs nouser,hard,intr,async,atime,auto,rw,nodev,exec,no suid 0 0 Gives me speeds of 10-20MB/s
sudo mount -t nfs 10.0.0.103:/mnt/Films/ /home/n1ck/drives/films/ Gives me 30-40
whys that??
Comment