#[SOLVED] i set up a BTRFS partition for use in windows and now i cant boot up arch how do i fix this
80 messages ยท Page 1 of 1 (latest)
Could you please boot into the Arch Live ISO, and execute the following commands?
lsblk -f | curl -F 'f:1=<-' ix.io
Afterwards please mount and chroot into your OS file system, then execute
curl -F 'f:1=<-' ix.io < /etc/fstab
basically what is being said above is that it seems incredibly likely that /mnt/shared in fstab is relying on an incorrect UUID.
Perhaps the partitions have changed?
If the partition that moutns to /mnt/shared no longer exists, chroot in and delete it from /etc/fstab, if it does, check the UUID matches what is in fstab. If it still does, then do other parameters, like the filesystem, match up correctly?
doing the above commands and giving us the output (you'll need an active internet connection) will let us know
sorry for late reply, here you go
i did delete a partiton, maybe i forgot to change the fstab and now its expecting a partition that isnt there?
lol, we'll need the links it spits out
that's almost definitely what is happening
how do i fix this, doctor?
/dev/nvme1n1p2 /mnt/shared btrfs sync,users 0 0
does that have subvolumes?
(also what is on it?)
tbh, I'd just boot the iso, mount everything and regenerate it
the partition i deleted was a btrfs partition, i now have no btrfs partitions on my ssd
I mean if that line is depreciated just comment it out of the fstab
yeah just comment out that line in the fstab then
I'm guessing p2 is now just free space
if you're confused:
iso
mount /dev/nvme0n1p4 to /mnt
<editor> /mnt/etc/fstab
comment out the line above that we specified as no longer applicable
save
quit
reboot without iso
should work.
If you're not sure what to do for <editor> just use nano
that worked, thanks
vegancookies received a thank you cookie!
i guess ill stay away from btrfs from now and just use exfat
this wasn't a btrfs issue, but I'm also not sure what you were trying to use p2 for
a btrfs partition to use in both windows and arch
I don't understand why you'd want that to be btrfs
you're right that exfat will be the best one compatibility wise though
i asked in this server and someone told me exfat is depracated
what did they suggest instead?
btrfs
umm
with an existing exfat partition, this still occurs
that edit after I click, lol
did you make a new parttion for p2? I don't know what p2 is?
maybe fdisk /dev/nvme1n1 with the p command can tell us?
yeah, i said i made an exfat partition
thats supposed to work across windows and arch
I don't understand why it doesn't appear to have a uuid
when you're next in chroot do ls /mnt/mntjust to make sure /mnt/shared exists as well
fdisk -l
?
btrfs filesystem show | curl -F 'f:1=<-' ix.io
they deleted the btrfs partition
You won't need sudo of course, and you won't be doing /dev/sda
its where the aformentioned windows install is installed
oh it's 0n1 that you want, okay
/dev/nvme1n1p2 /mnt/shared exfat sync,users is in your fstab
change it to be the other nvme device ๐
you've exited fdisk without editing anything in there right?
(p doesn't edit anything)
if not, ctrl + c
just change the fstab to be the correct partition of the correct nvme device
i used kde partition manager. guess ill manually edit fstab next time
this is why I prefer to use uuid's, devices are very easy to mess up
btw it works now, thanks again
vegancookies received a thank you cookie!
I meant just now, but cool
this being the wrong device is why the btrfs one just completely failed by the way
@coarse kindle why fs would you suggest for a shared partition that will be used by both windows and linux?
i was the one to come up with that idea
Did you mean "What fs"
yes, sorry
i have a local music library that gets updated often, so i want something that can be used by both oses
do both need to write to it?
Unless UNIX permissions and snapshots are required, I would suggest extfat.
@broken echo who told you not to use exfat?
no, but arch is installed on an ext4 partition and i cant be bothered to reinstall
However, there are other ways to use common Linux filesystems in Windows, such as using WSL2.
exfat seems like the right choice, would love to know who said not to use it. But also:
... solved
#9742 ๐ฃ If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.
- You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
- You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".
Your title should be like so: https://cdn.discordapp.com/attachments/503224329191030787/1039841700417384498/image.png
Thank you
^^^
#tech-general message
aight, im closing!
just edit the title to say solved as the above note says first ๐