I'm trying to generate my second plot, this time on my usb drive.
It has more than 500gb free.
I try to make a plot of around 200gb but after writing 1gb it gives me this error:
Generating from nonce: 829201
Writing from nonce 829201
Generating from nonce: 831201
Writing from nonce 831201
Generating from nonce: 833201
Writing from nonce 833201
Generating from nonce: 835201
Writing from nonce 835201
[ERROR] [08/13/2014 11:13:52.668] [default-akka.actor.default-dispatcher-9] [akk
a://default/user/$a] There is not enough space on the disk
java.io.IOException: There is not enough space on the disk
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(Unknown Source)
at pocminer.GenerateSupr.onReceive(GenerateSupr.java:36)
at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.s
cala:167)
at akka.actor.Actor$class.aroundReceive(Actor.scala:465)
at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:97)
at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516)
at akka.actor.ActorCell.invoke(ActorCell.scala:487)
at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238)
at akka.dispatch.Mailbox.run(Mailbox.scala:220)
at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(Abst
ractDispatcher.scala:393)
at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool
.java:1339)
at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:19
79)
at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThre
ad.java:107)
Generating from nonce: 819201
As you can see it goes back to the beginning.
it happened two times on the same nonce...
any idea what it might be?