You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to have messed up my partitioning on install, and I'm wondering if someone more experienced with BTRFS and partitioning than I can tell me if there is a way to fix it without reinstalling. My computer has 2 internal hard drives (1 NVMe, and 1 HDD). My intention was to install boot and root on the NVMe, and home on the HDD. I thought I had partitioned as such, but there was a glitch with the install and it would not boot. I tried a second install, but this time used the automatic partitioning. My system is running (very well, actually), but everything seemed to have installed on the NVMe drive, and my "/home" partition that I set up on the HDD is empty. Here is the output of my fstab:
/etc/fstab: static file system information.
Use 'blkid' to print the universally unique identifier for a device; this may
be used with UUID= as a more robust way to name devices that works even if
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I seem to have messed up my partitioning on install, and I'm wondering if someone more experienced with BTRFS and partitioning than I can tell me if there is a way to fix it without reinstalling. My computer has 2 internal hard drives (1 NVMe, and 1 HDD). My intention was to install boot and root on the NVMe, and home on the HDD. I thought I had partitioned as such, but there was a glitch with the install and it would not boot. I tried a second install, but this time used the automatic partitioning. My system is running (very well, actually), but everything seemed to have installed on the NVMe drive, and my "/home" partition that I set up on the HDD is empty. Here is the output of my fstab:
/etc/fstab: static file system information.
Use 'blkid' to print the universally unique identifier for a device; this may
be used with UUID= as a more robust way to name devices that works even if
disks are added and removed. See fstab(5).
UUID=C9F4-D053 /boot/efi vfat noatime 0 2
UUID=3d203d53-9b28-4e99-ab8c-b5cba8092d39 / btrfs subvol=/@,noatime,space_cache=v2,compress=zstd 0 0
UUID=3d203d53-9b28-4e99-ab8c-b5cba8092d39 /.snapshots btrfs subvol=/@snapshots,noatime,space_cache=v2,compress=zstd 0 0
UUID=3d203d53-9b28-4e99-ab8c-b5cba8092d39 /home btrfs subvol=/@home,noatime,space_cache=v2,compress=zstd 0 0
UUID=3d203d53-9b28-4e99-ab8c-b5cba8092d39 /root btrfs subvol=/@root,noatime,space_cache=v2,compress=zstd 0 0
UUID=3d203d53-9b28-4e99-ab8c-b5cba8092d39 /var/log btrfs subvol=/@var@log,noatime,space_cache=v2,compress=zstd 0 0
UUID=3d203d53-9b28-4e99-ab8c-b5cba8092d39 /tmp btrfs subvol=/@tmp,noatime,space_cache=v2,compress=zstd 0 0
UUID=90139d99-e962-4261-94b5-5f1d4b349531 swap swap noatime 0 0
tmpfs /tmp tmpfs noatime,mode=1777 0 0
/dev/sda1 /home btrfs defaults 0 0
Is there a way to somehow move the /home partition from the NVMe drive to the HDD (/dev/sda1)?
Beta Was this translation helpful? Give feedback.
All reactions