Here's the error I got:
Code:
2009-09-21 15:13:19,919 ERROR [BlobMover] [name=user@domain.tld;] hsm - An error occurred while running BlobMover
com.zimbra.common.service.ServiceException: system failure: Unable to copy MailboxBlob: {mailbox=696, message=29499, path=/opt/zimbra/store/0/696/msg/7/29499-83487
.msg} to volume 3
ExceptionId:BlobMover:1253538799889:a610015a88f2550f
Code:service.FAILURE
at com.zimbra.common.service.ServiceException.FAILURE(ServiceException.java:253)
at com.zimbra.cs.hsm.BlobMover.moveBlobs(BlobMover.java:220)
at com.zimbra.cs.hsm.BlobMover.moveBlobs(BlobMover.java:125)
at com.zimbra.cs.hsm.BlobMoverThread.run(BlobMoverThread.java:29)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.IOException: link(/var/virtual_disk/HSM/0/2040/msg/0/436-360.msg, /var/virtual_disk/HSM/0/696/msg/7/29499-83487.msg): No such file or directory
at com.zimbra.znative.IO.link0(Native Method)
at com.zimbra.znative.IO.link(IO.java:88)
at com.zimbra.cs.store.FileBlobStore.link(FileBlobStore.java:253)
at com.zimbra.cs.hsm.BlobMover.moveBlobs(BlobMover.java:213)
... 3 more /opt/zimbra/store/0/696/msg/7/29499-83487.msg existed and I was able to cat it.
I did not check /var/virtual_disk/HSM/0/2040/msg/0/436-360.msg.
I don't know if "reindexing" re-created the link (/var/virtual_disk/HSM/0/2040/msg/0/436-360.msg) or if it did not (and if it did not, it means the user can not access this mail anymore).
I'll ask the user to check.