install Tumbleweed on M.2 Nvme

Hi

My PC has M.2 Nvme SSD and HDD.
Tumbleweed is on HDD, and Windows 10 no SSD.

I am thinking about using only Tumbleweed and installing it on Nvme SSD.

Does Tumbleweed take care about everything regarding Nvme SSD or I have to manually do something, like special options in fstab or enable trimming?
I can’t get a clear picture reading online texts. Some mention separate tmp partition and noatime option.

Thank you

My current system has:

erlangen:~ # df -h /boot/efi / /home
Filesystem      Size  Used Avail Use% Mounted on
/dev/sdb1       101M  706K  101M   1% /boot/efi
/dev/sdb5        60G  8.7G   51G  15% /
/dev/nvme0n1p3  407G  238G  168G  59% /home
erlangen:~ # 

Each of these partitions uses default options. Newbies may safely use defaults whenever applicable. You may consider switching the system partition from btrfs to ext4. If you stay with btrfs be prepared for doubled space requirements. My 60G are a very comfortable choice.

Is your mainboard listed in https://en.opensuse.org/HCL:Motherboards?
Then there’s a good chance that M.2 NVMe storage works.

Furthermore, if you are into experimenting for performance benefits, this Wiki article about SSDs should have good information.
But as Karl Mistelberger wrote, the defaults are probably fine.

Motherboard support boot from Nvme, I boot Win10 from it.
I will do Clonezilla backup and test install OpenSuse.

Thank you both