Quote Originally Posted by safknw
It is quit slow, specially when u have to copy 80-100 Gb file.
That's why they invented system calls that copy files without the need to transfer every byte of the file to userspace. If you don't want to use them, you have to stick with copying every byte of the file yourself (it will be slow no matter if you copy byte by byte or kilobyte by kilobyte).