Hello, in my new installation of Fedora KDE one of my internal SSDs appears as removable:

This does not happen on other distros i’ve tried.
Here is the output of lsblk:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 5.5T 0 disk
└─sda1 8:1 0 5.5T 0 part /mounts/ab377cf8-c32c-4599-9e52-e8dafff6ce86
sdb 8:16 0 1.8T 0 disk
└─sdb1 8:17 0 1.8T 0 part /mounts/69b2fe34-d99a-4f0e-bbe3-f0c1acfaf0f2
nvme0n1 259:0 0 931.5G 0 disk
├─nvme0n1p1 259:1 0 600M 0 part /boot/efi
├─nvme0n1p2 259:2 0 1G 0 part /boot
└─nvme0n1p3 259:3 0 929.9G 0 part /home
/
nvme1n1 259:4 0 931.5G 0 disk
├─nvme1n1p1 259:5 0 1000M 0 part
└─nvme1n1p2 259:6 0 930.5G 0 part /mounts/00d6c142-ca89-4f65-93d0-dd74f14236f8
nvme1n1 is the disk in question.
/sys/class/block/nvme1n1/removable says it is not removable.
How can I make this not appear as removable?


It needs to be pointed to a specific mount point, not just the mounts folder.
For example, /mounts/mountname
After creating the mount point name, setting the permissions correctly, and updating fstab, it should start to show up as a fixed drive.
It is. The disk is mounted at /mounts/00d6c142-ca89-4f65-93d0-dd74f14236f8
OK, the text was wrapping weird on my screen and it didn’t look like that was part of the same path.
Have you tried giving it a simpler path?
Why are you mounting to an odd folder path? This seems like how they get mounted temporarily to me. But I’m using another RPM based system they define it differently. Does the uuid names folder exist in /mounts already? Like do you want it in /mounts/certain folder. Maybe if that folder you are specifying is non existant its picking it up as removable drive?
deleted by creator