Hi all,

It’s been a long… years at work and my brain is fried currently with no bandwidth to properly determine how to migrate a BTFRS array from unraid over to proxmox. I can see the array in proxmox and am able to mount it but now I cannot for the life of me figure out how to

  1. verify that the data is intact
  2. assign it to a storage pool for use in vm’s
  3. view it within proxmox

I haven’t touched proxmox in years after settling on unraid a while back, but am looking to move back to a non-unraid config.

Anyone here have experience with btfrs and proxmox? Any good links to a tutorial or video?

Thanks!

  • @just_another_person
    link
    English
    14 hours ago

    …why? He has a functioning array already. It mounts and is readable.

    • @[email protected]
      link
      fedilink
      English
      03 hours ago

      The unraid array it’s not an array, but a bunch of xfs partitions where a third party program is doing softraid. If opened on any other Linux distro, they will mount but parity drives are ignored

        • @[email protected]
          link
          fedilink
          English
          01 hour ago

          a btrfs “array” in unraid is composed by individual btrfs partitions mounted as /mnt/disk1 /disk2 /disk3 and so on, then there’s a daemon that makes a “unified” view at /mnt/user/, and it uses a different algorithm for parity.

          There’s a way to make real btrfs raid arrays, but it has been introduced very recently (1-2 years ago), and it’s not the default that you create when you use the Web UI.

          • @just_another_person
            link
            English
            11 hour ago

            Sure…so I’m confused why you’re bringing XFS to the conversation.

            • @[email protected]
              link
              fedilink
              English
              155 minutes ago

              for some reason i read xfs instead of btrfs…

              their array implementation is stupid and smart at the same time. I love that you can mix and match disks at random, even with different filesystems (you can have one drive in murderfs, one in xfs, one in btrfs and the last one in zfs and all protected with the same parity drive), but i completely hate how my server is locked by a 25% iowait due to how much cpu intensive is their softraid. Maybe when they came out with this system 20 years ago it was groundbreaking, but now it is stupid. Now with unraid 7 released one week ago they’re starting to deprecate it (disabled by default in new install) in favor of native btrfs or zfs arrays