So I've been following the various BTRFS discussions that seem to be everywhere and a part of a lot of different threads. I'm not convinced that I need BTRFS, but I probably could be convinced to want BTRFS. I need to understand what hardware and software that is needed to make this move.
Right now John-Desktop has two mechanical hard drives - 80 GB and 250 GB - each using ext4. These are setup as follows:
John-Desktop also uses two external mechanical hard drives, in enclosures, connected via USB on a rotating basis to take backups using rsync.
The 250 GB drive has enough room to accommodate the data on both internal drives. So I'm guessing that if I were to put everything on the existing 250 GB using BTRFS, I would need at least one more 250 GB drive. But that's just a guess.
I'm guessing that under BTRFS, I could do away with the external backups and somehow configure BTRFS to accommodate recovery requirements. But that too is just a guess.
Help me to understand this process. Thank you!
Right now John-Desktop has two mechanical hard drives - 80 GB and 250 GB - each using ext4. These are setup as follows:
Code:
John@John-Desktop:~$ df -h Filesystem Size Used Avail Use% Mounted on udev 4.0G 0 4.0G 0% /dev tmpfs 804M 9.4M 795M 2% /run /dev/sda1 12G 6.8G 4.5G 61% / tmpfs 4.0G 876K 4.0G 1% /dev/shm tmpfs 5.0M 4.0K 5.0M 1% /run/lock tmpfs 4.0G 0 4.0G 0% /sys/fs/cgroup /dev/sda2 59G 24G 33G 43% /home /dev/sdb1 230G 26G 192G 12% /home/multimedia tmpfs 804M 0 804M 0% /run/user/118 tmpfs 804M 28K 804M 1% /run/user/1000
The 250 GB drive has enough room to accommodate the data on both internal drives. So I'm guessing that if I were to put everything on the existing 250 GB using BTRFS, I would need at least one more 250 GB drive. But that's just a guess.
I'm guessing that under BTRFS, I could do away with the external backups and somehow configure BTRFS to accommodate recovery requirements. But that too is just a guess.
Help me to understand this process. Thank you!
Comment