To make it clear, I managed LVM and partitioning 1000+ times on RHEL and Debian derivatives, but Ubuntu Server 22.04 seems to have a serious bug!
What is:
If I install a fresh VM, I can create every partitioning schema I want with LVM except /var/tmp/
. Then the installer will crash.
If I try to manage /var/tmp on a running system, Ubuntu won't boot. I use a systemcrescue System to manage it in safe mode.
Still it crashes without giving me any info about the cause.
Has anybody had the same issue and can give me a hint how to fix it? Again, it is not a problem on a RHEL, ROCKY, Alma etc. System. Debian-12 has also no problem at all!
/tmp
on Ubuntu Server isn't on your drive, it's a ramdisk. What exactly are you trying to do here? Mount a partition onto/tmp/var
? Partition the already mounted filesystem(?)? PLease [edit] your question and clarify. – terdon Feb 28 '24 at 15:51mount|grep /tmp
shows nothing on a fresh Ubuntu 22.04 server VM. A ramdisk may be the default for other Unix&Linux, but I've never seen it like this on Ubuntu – Daniel T Feb 28 '24 at 21:58/tmp
but that might be something our sysadmins set up. However, someone else recently told me this is the default for Server installs. Maybe it is different on VMs? – terdon Feb 29 '24 at 12:44