We deploy our enterprise application to jboss in MyEclipse 9.1 during development. We use a relative small SSD to gain better performance.
Lately, we ran into space issues a lot with our SSDs. The problem with MyEclipse is that it does not report any out of space warning or error. Something (like jars) were just not deployed silently. It took us hours to finally figure out it was a hard drive space issue other than some real deployment issue.
Simply put, the deployment should fail with an error if it encounters any out-of-disk-space.