Hey. Recently switched from Windows to Fedora. I’m having an issue with not being able to access my two other hdds, since my main drive is a smaller ssd I don’t want everything to be only on that drive. I’m not sure if I messed up something with my install as there is boot partitions inside one hdd but I’m just lost on what I should do.
All the hard drives show up like this, the bottom one is the ssd:
Looks like they should be at least to me. Weirdly enough Steam and Dolphin both show one drive that has 1.9tb (both hdds are 1tb drives and ssd is 128gb)
These are you other disk’s partitions.
You have btrfs on both, but they are not mounted, so you cannot use them.
You need to decide where you want they mounted and then add then to you /etc/fstab so that they mount on each boot.
Before you reboot test that you can mount you new mount points and fix any issues.
Three of your Btrfs filesystems show the same UUID. Have you extended your Btrfs filesystem across multiple devices/partitions? If so, that would explain why it is showing a size larger than that of any single device. It would also explain why you cannot “mount” the auxiliary devices. (They are actually mounted, but their space doesn’t show up separately. The space is all available under the / filesystem.)
When I installed it prompted me to select the drives on which to install on so I selected all of them, so I would assume that is why it’s like this. But is there anything I really need to do in that case, if all the space is still available?
I wouldn’t say there is anything you need to do. However, I would caution that your current configuration is somewhat more “fragile” than it would be if there were separate filesystems on separate disks. It’s an “odds” thing. Whatever the “odds” are of a single drive failing, the odds of any one of three drives failing is inevitably larger. I would recommend a healthy backup regime for such a configuration. But there is nothing strictly “wrong” with the way you have formatted your drives. (Also note that the performance of read and write operations may vary widely depending on which drive is being accessed if their specs are not similar.)