Hello folks,
is this feature very important?
I have finally succeeded in installing LMDE and UBUNTU 20.04.6 on one hard drive, along some data partition and mirroring it on an external hard drive.
When doing some checks I came across results like this:
~$ gparted
Unit tmp.mount does not exist, proceeding anyway.
GParted 1.0.0
configuration --enable-libparted-dmraid --enable-online-resize
libparted 3.3
and then also:
~$ systemctl status tmp.mount
● tmp.mount
Loaded: masked (Reason: Unit tmp.mount is masked.)
Active: inactive (dead)
The bot says that some systems or administrators may mask tmp.mount in favor of other configurations. "For instance, modern systems might use other mechanisms to handle temporary files or have alternative configurations for /tmp."
Is it the case in my case?
I want to have a healthy and secure system and without this there might be some vulnerabilities.
checking further I got this:
~$ df -h /tmpFilesystem
Size Used Avail Use% Mounted on
/dev/nvme0n1p4 256G 24G 219G 10% /
the partition 4 is where I have Ubuntu installed. LMDE is on partition 3
I have got commands how to set up /tmp with tmpfs, but not sure whether it is actually important, as per beginning of my email, i.e. if a different solution is in modern systems?
TIA
is this feature very important?
I have finally succeeded in installing LMDE and UBUNTU 20.04.6 on one hard drive, along some data partition and mirroring it on an external hard drive.
When doing some checks I came across results like this:
~$ gparted
Unit tmp.mount does not exist, proceeding anyway.
GParted 1.0.0
configuration --enable-libparted-dmraid --enable-online-resize
libparted 3.3
and then also:
~$ systemctl status tmp.mount
● tmp.mount
Loaded: masked (Reason: Unit tmp.mount is masked.)
Active: inactive (dead)
The bot says that some systems or administrators may mask tmp.mount in favor of other configurations. "For instance, modern systems might use other mechanisms to handle temporary files or have alternative configurations for /tmp."
Is it the case in my case?
I want to have a healthy and secure system and without this there might be some vulnerabilities.
checking further I got this:
~$ df -h /tmpFilesystem
Size Used Avail Use% Mounted on
/dev/nvme0n1p4 256G 24G 219G 10% /
the partition 4 is where I have Ubuntu installed. LMDE is on partition 3
I have got commands how to set up /tmp with tmpfs, but not sure whether it is actually important, as per beginning of my email, i.e. if a different solution is in modern systems?
TIA