On Tuesday, 23 November 2021 07:22:17 AEDT hd via luv-main wrote: > > > I had trouble changing my \home from the default under the BTFS / > > > partition. Do you have some guidelines on how to move /home (I > > > tried putting the XFS disk as /home in fstab and borked the system
BTRFS is no different from any other filesystem in this regard. mv /home /home.old mkdir /home chmod 500 /home echo "UUID=whatever /home $FSTYPE noatime 0 1" >> /etc/fstab mount /home The "0 1" assumes that you are using a lesser filesystem that needs a fsck on boot, otherwise it's "0 0". > > > > 4) I stopped using Fedora after about 5 years because there > > > > was too much compulsory churn to new untested features, > > > > and moved to Debian. That was about 10 years ago. > > > > > > Radical as it sounds changing to Debian may actually be a solution > > > to my problem :) Changing to Debian was radical in 1995, not now. -- My Main Blog http://etbe.coker.com.au/ My Documents Blog http://doc.coker.com.au/ _______________________________________________ luv-main mailing list -- [email protected] To unsubscribe send an email to [email protected]
