Following up on: steffenfritz/FileTrove#110
Alternate Data Streams in NTFS look more "powerful" than I first considered, but do Linux xattrs for example perform the same way?
The example shows how to attach a text file to an ADS in NTFS,
My instinct is that to do this with xattrs, any arbitrary file would need to be encoded as base64 or similar text representation, but I'm not sure. It might be worth verifying and understanding the impact.
Following up on: steffenfritz/FileTrove#110
Alternate Data Streams in NTFS look more "powerful" than I first considered, but do Linux xattrs for example perform the same way?
The example shows how to attach a text file to an ADS in NTFS,
My instinct is that to do this with xattrs, any arbitrary file would need to be encoded as base64 or similar text representation, but I'm not sure. It might be worth verifying and understanding the impact.