I created a tmpfs which was mounted at /ramdisk using the mount command.And I tried to benchmark this tmpfs using something like this:
hdparm -tT /ramdisk
And I was told that /ramdisk is a directory.But apparently there isn't a corresponding device file under the /dev directory for the tmpfs I created. So is there a way I can benchmark this tmpfs?
Thanks