2 HDD Storage Strategy on remote install

  • Hello everyone,


    I'm remotely helping someone (let's call her Amelie) set up a PC as a NAS using OMV.
    She already managed to install OMV on a separate SSD.

    For storage, she got two 4TB drives. She says that she won't need more than 4TB, but we all know how it works. What would be the best option to set the two HDDs up? What I came up with:


    a. a simple BTRFS formatted drive for storage, use SnapRAID to ensure data integrity in case of a drive failure. This solution allows potential drive expansion, but needs to be run manually and I expect her to forget to do it. A cronjob might be an option, but someone needs to run and check for


    Code
     snapraid status

    from time to time, which again, it is very possible she'll forget after a couple of times


    b. a BTRFS mirror raid. Data parity is automatic and it would be easy to recover from a drive failure, but it would be more difficult to add another drive in the future.


    I read that BTRFS arrays can be expanded, but since it's a remote system, and I have zero experience growing BTRFS pools, I wouldn't go that route.

    How would you tackle this situation?

  • macom

    Approved the thread.
    • New
    • Official Post

    RAID is not backup. To keep it simple I would use mergerfs to pool as many drives as you (or she) like. Then have backup using a local USB drive with the USB backup plugin. She only needs to plugin the drive, wait to receive a mail that indicates that the job has completed and disconnect the drive again.


    Alternative would an offsite backup, e.g on your server or in the cloud.

  • I know that RAID is not a backup, and she already has all the important data on a separate USB drive. I was looking for the best way make use the two drives without compromising any possible future upgrades.


    The mergerfs + USB backup plugin sounds like a great idea, we'll try that.

    • New
    • Official Post

    This might be helpful:


    omv7:omv7_plugins:mergerfs [omv-extras.org]


Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!