I've been studying the Sticky topic https://www.kubuntuforums.net/forum/...guide-to-btrfs
It's quite good. I started understanding it on the 4th read and after I did some of the examples.
I'd like to confirm some of the things I suspect from my playing around.
1. If I mount /dev/disk-that contains @ subvolume and @home at /mnt I see using the "ls -l" command @ and @home. Those are the subvolumes I also see if I do sudo btrfs su list /
2. If I do a mkdir /mnt/snapshot it not only creates a directory, but now the btrfs su list / shows it as a subvolume with and ID. What's the difference between just making the directory and using the btrfs -su create command?
3. I did the example from the Guide of doing a snapshot before installing a lot of code like libreoffice and then restoring @ and @home back to the previous snapshot and that worked great as expected. But what about the case where your SSD that contained @ and @home dies and all you have is the snapshot backups you created via btrfs send/receive on another hard drive in your system. In my case /dev/sda is the boot ssd and /dev/sdb is the btrfs partition-less drive where all the @ and @home snapshots are sent. So they contain all the files needed to rebuild a new /dev/sda, but how is this done?
It's quite good. I started understanding it on the 4th read and after I did some of the examples.
I'd like to confirm some of the things I suspect from my playing around.
1. If I mount /dev/disk-that contains @ subvolume and @home at /mnt I see using the "ls -l" command @ and @home. Those are the subvolumes I also see if I do sudo btrfs su list /
2. If I do a mkdir /mnt/snapshot it not only creates a directory, but now the btrfs su list / shows it as a subvolume with and ID. What's the difference between just making the directory and using the btrfs -su create command?
3. I did the example from the Guide of doing a snapshot before installing a lot of code like libreoffice and then restoring @ and @home back to the previous snapshot and that worked great as expected. But what about the case where your SSD that contained @ and @home dies and all you have is the snapshot backups you created via btrfs send/receive on another hard drive in your system. In my case /dev/sda is the boot ssd and /dev/sdb is the btrfs partition-less drive where all the @ and @home snapshots are sent. So they contain all the files needed to rebuild a new /dev/sda, but how is this done?
Comment