Hacker News new | ask | show | jobs
by undersuit 3517 days ago
In your particular case it would be: tmpfs /tmp tmpfs rw,nosuid,nodev,noatime

The first value is a name since we aren't mounting a device, the source is implied to be ram because of the tmpfs filesystem.

1 comments

OH I understand now, thanks!