rar
- proprietary format
- supports encryption, error correction, file spanning
- SRR rescene
- can reconstruct original rars from original data + srr
- https://www.srrdb.com/
- //irc.efnet.org/%23srrdb for support verifying
- pyReScene is python port of .Net app
- https://www.xrel.to/ has proofs images for reconstruction
- SRS scene resample
- can reconstruct sample from original rar data
- bluray samples not supported (.m2ts)
- can reconstruct sample from original rar data
- rarfs
- create rarfs mount directory
fd -e r00 -x mkdir -p rarfs-mount/{//}
- unmount rarfs directory
fd --threads=1 -e r00 -x fusermount -u rarfs-mount/{//}
- mount rar2fs
fd -e r00 -x rar2fs {//} rarfs-mount/{//}
- can mount rars as fuse filesystem
rar2fs source dest -o allow_other
fusermount -u dest
to unmount- https://github.com/hasse69/rar2fs
- create rarfs mount directory