Error added: 2011-05-14T17:05:13Z
Some process is holding onto open file(handle)s. Those processes may need to be killed Use command sudo fuser /data/export it will tell you the process ids, then you can use sudo lsof -n -p processid or kill [-9] processid to see more
If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people
struggling with this too.
If you want to be notified via email when this is solved, enter your email address here: