/tmp won't mount as partition
by Brian-BBCM from LinuxQuestions.org on (#5PHW1)
Hello,
Per our compliance requirements, I must mount /tmp as a partition. I have added this entry in my /etc/fstab file:
/dev/nvme2n1p3 /tmp xfs defaults,noatime,nofail 0 2
However it will not mount at boot. I can force it to mount by entering "mount /tmp" but it will not do so automatically at boot. Does anyone know why?
Per our compliance requirements, I must mount /tmp as a partition. I have added this entry in my /etc/fstab file:
/dev/nvme2n1p3 /tmp xfs defaults,noatime,nofail 0 2
However it will not mount at boot. I can force it to mount by entering "mount /tmp" but it will not do so automatically at boot. Does anyone know why?