=========== java.io.IOException: No space left on device at
sun.nio.ch.FileDispatcher.pwrite0(Native Method) at

Also check if your database is located on a FAT-32 filesystem or
similar, where database files are limited by the filesystem to
a max 2GB size.

Similar things can happen with operating system quotas; the
operating system can refuse you from writing any more data to
the filesystem even though the overall filesystem itself may
not be full, if you have reached your quota.

thanks,

bryan

Reply via email to