Rich Freeman wrote: > On Mon, Mar 28, 2022 at 9:32 AM Dale <rdalek1...@gmail.com> wrote: >> Time for plan B. I expect a drive purchase soon. $$$ Heck, it would >> be faster to do backups, redo the whole thing and copy it all back. I >> could copy it in chunks. First chunk gets me running and then copy >> remaining stuff. Hmmmmm. > If you start having large volumes of data it probably makes sense to > split that off and handle it differently. I am storing my large stuff > on lizardfs for this reason (though if starting today I'd take another > look at moosefs or ceph). When you don't care so much about IOPS, or > efficiency of small files, there are a lot of constraints you can > avoid with ext4. Distributed filesystems also have scaling benefits > because you don't have to try to cram your 10 hard drives into a > single host. > > Ext4 can be grown online, but it can't be shrunk online. When you > start getting to large filesystems you need to consider > backup/restoration time and if you want availability you really want > solutions that feature RAID and which can do all the operations you > need online. Simply having a backup might not be satisfactory if your > backup requires dozens of hours to restore, except as a last resort. >
That is one of the reasons I started using LVM. At the time, the software you mention, except RAID, either wasn't wide spread or wasn't stable enough for general use. One day, I just may switch to the new ways but I still have trouble remembering how to deal with LVM. I may try to plan to buy two hard drives, maybe the price on 10TB drives will drop, so I can learn the new way. Most of what I have are large files. At least the things that I'm going to have on the new setup anyway. My current plan, 6TB drive is a regular /home on LVM, already done. Once I get space freed up, I'm going to remove one 8TB drive, reset LVM on it, add encryption, still trying to figure out the steps on that, and then add the 2nd 8TB drive to it. I'll have 15TBs or so of space just for large files and it's encrypted. It will mount somewhere within /home. I'll just have to unlock and mount it manually. I'm getting there. Trying to get rsync to cooperate at the moment. Dale :-) :-)