PlotFS icon indicating copy to clipboard operation
PlotFS copied to clipboard

After removing the bad drive, I now get the "plot block not found in free space" error when adding plots. Each plot I add ends up being corrupted (chia plots check reports it as unopenable) and it seems to usually corrupt a previously good plot as well. Do I have to start over? I have removed all the plots that the plot checker deems to be corrupted but this still happens.

Open rabbitii opened this issue 2 years ago • 4 comments

    @szatmary After removing the bad drive, I now get the "plot block not found in free space" error when adding plots. Each plot I add ends up being corrupted (chia plots check reports it as unopenable) and it seems to usually corrupt a previously good plot as well. Do I have to start over? I have removed all the plots that the plot checker deems to be corrupted but this still happens.

Originally posted by @ab0tj in https://github.com/szatmary/PlotFS/issues/11#issuecomment-1092994858

rabbitii avatar Oct 01 '22 16:10 rabbitii

Any fix for this problem?

rabbitii avatar Oct 01 '22 16:10 rabbitii

I had a drive go south on me.. And If I remember right, I just needed to remove all the plots that were associated with that drive.. (basically try to open up all the plots with a script, and any that failed to open I removed). Then removed the offending device.. And then everything was happy.. (and I could add drives and plots again)

I suppose there could be some unhappiness if it was done in a different order ?

The szatmary did talk of a rebuilding utility as a twinkle in his eye.. might want to reach out to him..

mower7 avatar Oct 03 '22 23:10 mower7

I had a drive go south on me.. And If I remember right, I just needed to remove all the plots that were associated with that drive.. (basically try to open up all the plots with a script, and any that failed to open I removed). Then removed the offending device.. And then everything was happy.. (and I could add drives and plots again)

This is how I handled a failing drive.

plotfs --remove_plot $PLOT_ID
plotfs --remove_plot $PLOT_ID
plotfs --remove_plot $PLOT_ID
plotfs --remove_plot $PLOT_ID
....
plotfs --remove_device $DEVICE_ID

The $PLOT_ID is the GUID within the name of the plot file.

example: plot-k32-2022-08-07-11-59-88d857cd633e7ce0e487d93a2ed28e949901579260d2048ff57d2cdddb65e71d.plot

plotfs --remove_plot 88d857cd633e7ce0e487d93a2ed28e949901579260d2048ff57d2cdddb65e71d

johnathon-b avatar Oct 06 '22 17:10 johnathon-b

I am getting the similar errors, see below. Plots I am adding are consistent anyways.

warning: failed to open device: /
warning: failed to open device: /
warning: failed to open device: /
warning: plot block not found in freespace
warning: plot block not found in freespace
warning: plot block not found in freespace
warning: plot block not found in freespace
warning: plot block not found in freespace

benengele avatar Nov 06 '22 07:11 benengele