Following the lead of many in this forum, when I want to do some maintenance on my btrfs partition, I do the follow:
Yesterday I watched a video demonstrating manually taking snapshots of a Fedora 37 system prior to an upgrade to 38 and then restoring back to 37, all manually.
However instead of mounting the partition as I showed above he did:
I can see no difference in the results of the 2 commands.
Can anyone see why you'd prefer one over the other??
Code:
mount /dev/nvme0n1p2 /mnt ls /mnt @ @cache @home @log timeshift-btrfs @tmp
However instead of mounting the partition as I showed above he did:
Code:
mount -t btrfs -o subvolid=5 /dev/nvme0n1p2 /mnt ls /mnt @ @cache @home @log timeshift-btrfs @tmp
Can anyone see why you'd prefer one over the other??
Comment