I have a doubt about using tmpfs or tmpmfs, and it is not clear to me if they are the same thing.
When using tmpfs(1) I see the following mount(1) output:
while when using tmpmfs I have the following output:
So what are differences and which one is the best for the tmp space?
When using tmpfs(1) I see the following mount(1) output:
Code:
tmpfs on /tmp (tmpfs, local)
Code:
/dev/md0 on /tmp (ufs, local)
So what are differences and which one is the best for the tmp space?