I updated to 16.04 from 14.04 and now i have this error, i have searched on the internet and for some people doing:
sudo mv /tmp /tmp_old
sudo mkdir /tmp
sudo chmod 1777 /tmp
but it didn´t for me
This is my fstab file after i pressed M for manual mount: fstab file
And this is the output of blkid blkid output
Any help would be appreciated.
/dev/vg00/lv_tmp
from your/etc/fstab
file by adding a#
in the front of that line so that it doesn't load at startup. – Terrance Oct 31 '17 at 13:59vg
name is different thanvg00
. – Terrance Oct 31 '17 at 14:47