Which drive is my OS installed on

First off this is my very first time with linux and I have just about 0 prior knowledge with the operating system, now I installed it following the written guide and a video and so far everything is up and working. But for some reason when I tried installing a game with steam I could only choose one drive (/var/home 1.4TB) even though I have 2 drives one ssd thats 500gb and one hdd with 1tb, I chose the ssd to be the drive where the OS should be installed on, I chose delete all on both of my drives during installation and pressed reclaim all space (I assume that was my mistake?). So is there any way to fix it? and I believe the OS actually got installed to the hdd since when I view that device in the partition manager theres 3 partitions partition: /dev/sda 1 type: fat32 mount point: /boot/efi partition name: EFI system partition size: 600mb partition: /dev/sda 2 type: ext4 mount point: /boot size: 1gb partition: /dev/sda 3 type: btrfs mount point: / size: 929.93gb The other device that I assume is my ssd only has one partition partition: /dev/nvme0n1p1 type: btrfs mount point: /sysroot size: 465.76gb Im sorry if my explanation isnt the best im still trying to understand how linux works since ive only ever used windows before.
34 Replies
HikariKnight
HikariKnight•2mo ago
when you installed bazzite you accidentally selected both your disks which wipes both of them and set them us as a weird shared linear drive (effectively a weird raid 0) only way to fix this is to reinstall see https://canary.discord.com/channels/1072614816579063828/1347287742777655389 literally the same thing
valstrax
valstraxOP•2mo ago
I see so I just use my boot stick and do the installation all over again but only wipe the ssd?
HikariKnight
HikariKnight•2mo ago
you will need to wipe both, but you can wile the 2nd one when you have bazzite installed properly. as i said in the previous thread im not super familiar with lvm so you might need to go into the command line and unmount the lvm volume and run wipefs -a /dev/whateverdiskyouwanttoblankoutthepartitiontableof
valstrax
valstraxOP•2mo ago
okay I will try that, thank you very much!
HikariKnight
HikariKnight•2mo ago
sorry i cant be of much more help with this 😅 but iirc wipefs should be able to wipe the lvm bits off the disk at least
valstrax
valstraxOP•2mo ago
Back in the installation menu, when I select the ssd as the destination there is an error telling me I must select both disks as a set. But if I do that isn’t it going to do the exact same thing to both disks during installation?
No description
HikariKnight
HikariKnight•2mo ago
yeah thats what i feared, you will have to undo the lvm manually in the command line or get them unmounted and do wipefs on them can you get to the command line with CTRL+ALT+F# F# being one of the F1-F12 keys, idk which ones are available in the installer
valstrax
valstraxOP•2mo ago
This?
No description
valstrax
valstraxOP•2mo ago
Or the all black one
HikariKnight
HikariKnight•2mo ago
all black one with a command line
valstrax
valstraxOP•2mo ago
Okay I’m in that
HikariKnight
HikariKnight•2mo ago
ok, so i dont remember much lvm but can you tell me what pvs tells you you might have to do sudo pvs i need the VG name
valstrax
valstraxOP•2mo ago
If this is the wrong window then the only other different one that’s all black with only the line I can’t type in it it’s just making my screen flash slightly
No description
HikariKnight
HikariKnight•2mo ago
ok hmm lvs then
valstrax
valstraxOP•2mo ago
Same thing nothing shows up and with Sudo before it it says command not found
HikariKnight
HikariKnight•2mo ago
if thats empty too then try pvremove /dev/sda
valstrax
valstraxOP•2mo ago
No description
HikariKnight
HikariKnight•2mo ago
hmm lsblk
valstrax
valstraxOP•2mo ago
No description
HikariKnight
HikariKnight•2mo ago
ok lets go nuclear wipefs -a /dev/sda try that
valstrax
valstraxOP•2mo ago
No description
valstrax
valstraxOP•2mo ago
That did something
HikariKnight
HikariKnight•2mo ago
wipefs -a /dev/nvme0n1 then you can do a reboot and try the install again
valstrax
valstraxOP•2mo ago
Also a success so I just ctrl alt delete now?
HikariKnight
HikariKnight•2mo ago
yep i dont trust anaconda at auto detecting the filesystems being gone :clueless:
valstrax
valstraxOP•2mo ago
And then only install it on the ssd
HikariKnight
HikariKnight•2mo ago
yes make sure it is the only disk selected
valstrax
valstraxOP•2mo ago
Alright I hope it works now, thank you so much again for your time!
HikariKnight
HikariKnight•2mo ago
np
valstrax
valstraxOP•2mo ago
I will still have to wipe the hdd after I’m done installing right?
HikariKnight
HikariKnight•2mo ago
we just wiped the filesystem table from that one at the same time
valstrax
valstraxOP•2mo ago
Ohhh I see It’s installing right now so I think it worked :)
HikariKnight
HikariKnight•2mo ago
🎉
valstrax
valstraxOP•2mo ago
I can’t thank you enough I would have never been able to do this on my own

Did you find this page helpful?