From gluster server -> local FUSE mount [root@wingu0 segoli]# dd if=/dev/zero of=1M-30k bs=1M count=30k 30720+0 records in 30720+0 records out 32212254720 bytes (32 GB) copied, 339.744 s, 94.8 MB/s From client -> FUSE mount [root@hpc segoli]# dd if=/dev/zero of=1M-30k2 bs=1M count=30k 30720+0 records in 30720+0 records out 32212254720 bytes (32 GB) copied, 585.983 s, 55.0 MB/s From client copying existing file via FUSE mount [root@hpc segoli]# dd if=1M-30k of=1M-30k2 bs=1M 30720+0 records in 30720+0 records out 32212254720 bytes (32 GB) copied, 844.581 s, 38.1 MB/s From client -> NFS mount [root@hpc segoli]# dd if=/dev/zero of=1M-30k_nfs bs=1M count=30k 30720+0 records in 30720+0 records out 32212254720 bytes (32 GB) copied, 293.019 s, 110 MB/s From client copying an existing file via NFS [root@hpc segoli]# dd if=1M-30k_nfs of=1M-30k_nfs2 bs=1M count=30k 30720+0 records in 30720+0 records out 32212254720 bytes (32 GB) copied, 606.069 s, 53.1 MB/s