Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)HI
Posts
0
Comments
113
Joined
1 mo. ago

  • You sure that's what is happening, and it's not just mounting a different snapshot/dataset being mounted "on top" ?

    I've seen it happen, which is why I ask. Assume the root dataset is named pool0 and has set0 set1 and set1/set2 as child datasets.

    Their mount points are as follows:

    /pool0/set0

    /pool0/set1

    /pool0/set1/set2

    Now, if somehow, say set2 gets unmounted.temporarily, and you save files to /pool0/set1/set2 while the data set is not mounted, it'll actually put those files in the set1 dataset, under the set2 directory.

    But, when you mount the pool0/set1/set2 dataset again, the files under the set1 dataset are hidden by the set2 child.

    Am I explaining it well enough for you to follow along?

    Make sure you don't have some similar situation by temporarily unmounting any nested datasets and ls'ing their mount points.

  • My network actually ran better when my OpnSense was virtualized on a Proxmox server running atop a Dell Optiplex 790 MT from like 2013, than it is currently on a bare metal Sophos SG-135v2.

    But that is because the sophos has 8 ports. And all 8 are a separate interface, so to use them as a switch requires bridging 7 of the 8.

    And that slows things down tremendously. I really just need an 8 port switch in there, I guess.

    The upshot is, the sophos came with rack mounts.

  • cries in broke

    I have 4x3TiB drives in a currently-degraded RAIDZ1 due to a hard drive failure. I have a replacement coming, and my fingers are crossed that I don't lose another drive beforehand.

  • I tried tdarr, but have issues using more than one node. I may just wind up installing docker on my more powerful desktop specifically for tdarr, instead of on the proxmox server I have without a real gpu. (It's a Xeon Supermicro board with their onboard VGA)