Which Framework Laptop 16 model are you using? (Was AMD Ryzen™ 7040 Series, but switched mainboard to intel AI 300 series)
I recently installed an SSD into the secondary SSD slot but whenever I boot my computer it won’t appear on the file manager. However, when I check the BIOS it does seem to acknowledge its existence. What do I do?
Does it show up in the partition manager (I think it might be called “Disks” in GNOME)? You may need to partition and format the drive first, especially if it wasn’t already installed when you installed Fedora
doing the chmod trick seemed to do it. The only issue left is it keeps asking for my admin password to mount the drive every time I reboot. Is there a way to fix that, or has this done it?
Did you set up luks encryption or something when you formatted it? That’s the only thing I’ve ever done that required a password at mount (but is a separate passphrase iirc…)
Generally you need a line in this file to mount a filesystem at boot.
I guess none of those lines are your new filesystem, so you should add a line for it. Then it should mount at boot without asking for a password (but I’m still not sure what would mount it with a password )
I would’ve expected it to just not mount, and then you could click it in Dolphin or something to mount it. My Windows drive is like that. For data I use zfs so there is a different process but it doesn’t ask for a password
Honestly I don’t know enough to tell if these are my new drives or not. I’m assuming one of them has to be before it’s showing 4 partitions and I only have 4 partitions including the new drive
Well, you’ve got filesystems mount at /, /home, /boot and /boot/efi
All those paths have to exist on your first boot, so these entries were all created by the Fedora installer, so they can’t be your new drive
To create an entry for your new filesystem, you’ll need the UUID and filesystem type, as well as a directory that you want to mount it at. Then you add a line /etc/fstab
You can use lsblk to get the information you need. You’ll have to specify what columns you want with the -o option like lsblk -o PATH,FSTYPE,UUID (there is a help option that shows all the possible columns. I’m just doing this from memory so I might not have the names right)
The directory is one you will create yourself with mkdir