I'd like to measure tmpfs performance by using dd. But it fail, like below:
# dd if=/dev/zero of=/tmp/128M bs=4M count=32 oflag=direct
dd: failed to open ‘/tmp/128M’: Invalid argument
Any help?
I'd like to measure tmpfs performance by using dd. But it fail, like below:
# dd if=/dev/zero of=/tmp/128M bs=4M count=32 oflag=direct
dd: failed to open ‘/tmp/128M’: Invalid argument
Any help?