I recently re-mounted KDE in order to run Davinci-resolve. So i need swapfiles.
1/ creating 4 partitions - System-Swap-Timeshift and Data parts
2/ Installing last version - Kernel 54-85
Problem : i shall reactivate the swap partition at each lunch
Please , what to do to keep active the swap partition permanently ?
thanks in advance
Philline0 - A basic user.
So here is a way for mounting new Manjaro-KDE with a sized Swap partition.
0/ Creating a MANJARO bootable key from updated issue ISO of MJO-KDE.
1/ from this Key, I created (Gparted) 4 partitions of my SSD (becoming the Disk of the computer).
System (ext4) / Swap (swapfile) / Timeshift (ext4) / and Data parts (ntfs)
Now:
2/ From the Key Install the Manjaro Distro - Kernel 54-85 (stable) into the System partition of SSD (replace the System partition)
At this Step The problem is that Swap partition turned unmounted each launch of the Computer….
So, Following the Wiki swap of NGr - I done (pasted) as follows :
a/ we need to enable the swap partition with the swapon command. sudo swapon /dev/sda3 (To be sure that sda3 is good partition, before launch the command “swapon”)
b/ In order to ensure that the swap is enabled at boot we can add an entry to /etc/fstab .
It is best to use the UUID instead of the device name for this purpose. You can add the line to fstab manually or using the command: