szatmary / PlotFS

a fuse filesystem for efficiently storage of Chia plot files
MIT License
50 stars 9 forks source link

Fixed logic of adding devices. #28

Closed benengele closed 1 year ago

benengele commented 1 year ago

Adding same device multiple times did result in resetting the device ID. Adjusted logic to never add a device at same path (user can remove the device) and only reformat with --force option.

benengele commented 1 year ago

Broken... devices without signature won't be added. Will re-send once issue is fixed and I have added some tests.