@josem11200 said in Help choosing a filesystem for plots:
@rnahlawi In unix systems, non-formatted partitions are like fixed size files. You can read and write, but not resize. The same applies for lots of things: terminals are files, disks are files, input devices are files...
I got it working with a 1 GB plot, so I'll stick with it.
All the miners expect a directory path, and they need to parse the filename(s) to correctly "identify" the nonces in the file and the internal structure (stagger). If you store the nonces directly on a raw block device (accessible via /dev/sdNN, for example), the miner wouldn't know which nonces are "in the file". To get around this you create a (symbolic) link
ln -s /dev/sdNN /path/for/miner/id_start_count_stagger
and feed "/path/for/miner/" to the miner.
What you gain here is a little less i/o for metadata. I'm interested in the results, especially comparing equal-sized ext2/raw device.