I've been setting up the ghettoVCB backup script and cron tasks to run it all. While doing this I've noticed that often I'll make an edit to a file and save it, then all of a sudden the file's empty with 0kb file size. Then tonight I tried to copy a file to a directory and I got this error:
Code:
cp: cannot close './run_ghettoVCB.cron': No space left on device
That's odd because it looks like there's loads of space left:
Code:
Filesystem Size Used Available Use% Mounted on
visorfs 1.3G 259.8M 1.0G 20% /
vfat 4.0G 3.6M 4.0G 0% /vmfs/volumes/4c2b57ea-0af04681-374b-0019bb5303ea
vmfs3 69.5G 23.7G 45.8G 34% /vmfs/volumes/4c2b57fb-9e4cd95b-4c60-0019bb5303ea
vfat 285.9M 136.0M 149.9M 48% /vmfs/volumes/e00f98e1-2bcc0c91-e7a2-3487611c1557
vfat 249.7M 87.9M 161.9M 35% /vmfs/volumes/3810ab76-2f8ca114-8aa4-6d7cda396046
vfat 4.0G 0 4.0G 0% /vmfs/volumes/4c2b6a93-74529902-e112-0019bb5303ea
vfat 249.7M 60.3M 189.4M 24% /vmfs/volumes/8a58d07c-359e6abf-ed86-e27f3c32f061
vmfs3 465.5G 226.6G 238.9G 49% /vmfs/volumes/4c2b6a90-ce10ce23-db24-0019bb5303ea
vmfs3 461.5G 114.5G 347.0G 25% /vmfs/volumes/4c2b6a95-f03e05a5-9f13-0019bb5303ea
So why am I getting "No space left" errors?