Hi,
I haveFB FreeBSD system running as a VM in XenServer. Exporting this VM as xva results in a big file. I was informed zeroing the filesystems before exporting can reduce the xva file size. However the command to zero in the file system causes error.
The df output seems to be fine:
Any tips on how to resolve this?
Thanks,
Arvind
I have
Code:
cat /dev/zero > zero.fill;sync;sleep 1;sync;rm -f zero.fill
/boot: write failed, filesystem is full
cat: stdout: No space left on device
Code:
AN# df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/ad0s1e 8.0G 1.2G 6.2G 17% /
devfs 1.0K 1.0K 0B 100% /dev
/dev/ad0s1a 193M 438K 178M 0% /boot
/dev/ad0s1d 8.0G 1.1G 6.2G 16% /abcd
/dev/ad0s1f 15G 80M 13G 1% /var
/dev/ad0s1g 2.8G 7.0K 2.6G 0% /tmp
The df output seems to be fine:
Any tips on how to resolve this?
Thanks,
Arvind