mfsbsd icon indicating copy to clipboard operation
mfsbsd copied to clipboard

write failed, filesystem is full, but when retried, it succeeded

Open bsdnet opened this issue 10 years ago • 2 comments

Tried on both FreeBSD and PcBSD, and meet the same issue.

===> zlib (install) install -o root -g wheel -m 555 zlib.ko /root/mfsbsd-2.1/tmp/mfs/boot/kernel install -o root -g wheel -m 555 zlib.ko.symbols /root/mfsbsd-2.1/tmp/mfs/boot/kernel kldxref /root/mfsbsd-2.1/tmp/mfs/boot/kernel Creating base.txz and kernel.txz ... done Removing selected files from distribution ... done Installing configuration scripts and files ... done Generating SSH host keys ... done Configuring boot environment ... done Compressing usr .../bin/rm -rf /root/mfsbsd-2.1/tmp/mfs/usr && /bin/mkdir -p /root/mfsbsd-2.1/tmp/mfs/usr done Creating and compressing mfsroot ... done Copying FreeBSD installation image ... done Creating image file ... /root/mfsbsd-2.1/tmp/mnt: write failed, filesystem is full *** Error code 1

Stop. make: stopped in /root/mfsbsd-2.1 [root@pcbsd-2066] ~/mfsbsd-2.1# make BASE=/root/10.1-RELEASE/10.1.0 SRC_DIR=/root/10.1-RELEASE/10.1.0 CUSTOM=1 -DSE Creating image file ... done -rw-r--r-- 1 root wheel 180355072 Jan 20 10:10 mfsbsd-se-10.1-RELEASE-p8-amd64.img [root@pcbsd-2066] ~/mfsbsd-2.1#

bsdnet avatar Jan 20 '15 19:01 bsdnet

I'm also seeing this since some time ago and it's quite annoying

royger avatar Jan 26 '15 13:01 royger

I think I've found the cause of the problem and I've sent a pull request (or at least I've tried to). The fix is in my fix_size branch:

https://github.com/royger/mfsbsd/tree/fix_size

royger avatar Jan 26 '15 16:01 royger