I have a hard drive and an ssd although, when I downloaded fedora it combine the two disks together. Is it possible to move the fedora os to my hard drive and safe files to my ssd? If so how can I accomplish this task.
Hi i think you want to separate files from your drive where os is located.
Yes it is possible and very easy but i will recommend for a better experience if you leave your os partition into ssd and files into hard drive so apps you load or power on will be extremely fast with ssd and your files will load from hdd now it is your choose what you want. You can clone drive with dd or other option is there can you visit this site they have a good info.
Are there negative effects of having the two disks combined? How do I know where the CPU is storing files if everything is in computer. Would it prioritize one over the other. Is my ssd even being used?
It is actually beyond my knowledge that a single pool for 2speed drive what is the actual effect i never done that.
If it will save files to ssd part of the pool or hdd part of the pool.
My hard disk has 2 partitions for boot and boot/efi. But this fedora partition in my ssd is a little absurd. It doesn’t have 2.2TB Free inside it. But it seems like my os and and files save in this one partition.?
It looks to me like you selected an auto install with both drives and the btrfs file system was spanned across both drives. While that may be OK, it certainly is not ideal because of the speed differences between the SSD and the HDD. In fact partitions 1 & 2 on the hdd are /boot/efi and /boot so you are not gaining anything in boot time from having the SSD.
I would strongly suggest that you have a backup of whatever is in /home, then do a reinstall and this time select only the SSD for the install. Once the reinstall is complete then you can separately partition the HDD and use it for /home or just data storage with very little effort.
Separating the drives in that way would avoid any potential issues with speed of access and write due to the different speed of the devices. It would keep the OS and installed apps on the SSD to take advantage of the faster read speeds of the SSD and at the same time allow data that is not accessed as much to be on the larger HDD.
In answer to the comment about the display of the SSD partitions. The btrfs file system spans both drives so it actually has 2.2 TB in that partition even though the SSD only provides a small part of that.
Actually, even with the automatic install, if the users only selects one drive for the installation the installer will only use the selected drive. It spans like the OP saw only when 2 or more drives are selected.
With that config you definitely want to do a reinstall, and select only the NVME drive for the install. There is a great deal of speed difference between the HDD and the NVME so you want to ensure all the OS is on the NVME device.
The 256 GB device is more than large enough for all that is needed for the install there, then as suggested you can repartition the HDD and use it for /home or just data.
Does that mean you do not have a thumb drive or that you do not have a USB port? Guess you should get a thumb drive before you try the backup. You had to have something of that sort to do the install.
I would guess you have 2 usb thumb drives then. One with F35 and one with F33. Simply use gparted or similar and partition the f33 usb to its original size, format it with ext3 or 4, then use that for the backup. Use the other one for the reinstall.
As @computersavvy said, I think you only need to backup any apps or file you already downloaded manually inside your /home/<your-username>. It will save time to not download it again in the new installation. Also if there any documents you have there.
There are two scenarios possible for you:
Installing all Fedora Linux to NVME and then later mount the hard drive after installation completely finish. Just like you have drive other than C: in Windows (for example drive D:). It will give you optimal speed advantages from NVME device.
During the installation, please be aware on the disk partition step, there should be shown 2 disk icons. Make sure only NVME disk that have round black check mark (click the icon to toggles between mark and unmark).
Install all Fedora Linux to NVME exept the /home mounting.
Basically the steps also same as the 1st scenario as long as you did with automatic partition (only choose the NVME) then after installation finish, move the /home mounting to hard drive. But this for another story and you can create post again here after finishing the installation.