ok let me try that...You'll need to use a different method to replication.
rsync is probably the best option.
I was hopping to get my corrupt file from a snapshot.
ok let me try that...You'll need to use a different method to replication.
rsync is probably the best option.
If it's mounted, look in the .zfs directory and go through the snapshotd there directly.I was hopping to get my corrupt file from a snapshot.
Ok thanks, the corrupt file did change....but lets see what i can do it wont be the end of the world if i lose it but will be a little bit of extra work for me to recreate it.If the corrupted file has not changed, then the ZFS snapshot(s) will point to the exact same disk blocks. Thus, likely corrupt too.
This block sharing feature of ZFS' snapshots is one way ZFS saves disk space. But, as you may have found out, it means that without enough redundancy or backups, you can loose a file. ZFS snapshots are generally not backups, though they can be part of a backup strategy.
I don't think that will get you what you think it does...Should I create 1 pool with 2 vdevs , and "copies setting greater than 1" on important data?
If you're virtualized, that's a must do.- Pass-through the controller (I was really struggling with it, but will try again)
Generally, more is always better for ZFS/TrueNAS- I can try allocate more RAM
Not if it's going to be a pool member as a virtual drive. And probably not anyway as you should really have 64GB of RAM before even thinking about L2ARC.Should I set up a cache drive? I can allocate a virtual drive of maybe 150GB maybe more.
Generally you want to leave 20-10% of free space for the CoW to not struggle.(might be hard to set up as my 8TB is completely full now).
Just temorarily so I can recreate my 18TB pool .Generally you want to leave 20-10% of free space for the CoW to not struggle.
Usable space is usually considered to be 80% of your total space but it's up to you to decide were the line is up to 90%, you don't want to go any further.
Your performance will die a gruesome death otherwise.
How can I check that?really struggling with the controller passthrough.You can tryzpool import -f Bar1-18TB
.
Hard drive passthrough is fine if the drives are directly attached to the motherboard iirc.
No idea, I do not virtualize and my knowledge on the field is based on sporadics readings of others' posts.How can I check that?really struggling with the controller passthrough.
To passthrough properly, your CPU needs virtualization support for directed I/O. I don't think you ever posted what your hardware specs is, so I don't know which CPU you're using. That being said, you need VT-d for Intel or AMD Vi (sometimes can also be called IOMMU).How can I check that?really struggling with the controller passthrough.