I have this in my /etc/fstab:
tmpfs /home/user1/tmp tmpfs rw,nodev,nosuid,noexec,size=16G 0 0
user1 has tmpfs mounted as /home/user1/tmp.
I would like to mount same tmpfs for user2 as well, so that they can share same tmpfs.
How can I do this in fstab, so that user2 has same tmpfs mounted at /home/user1/tmp ?