Joakim Kolsj� wrote:
> /build# make boot_floppy
> 
> if mount | grep -q `pwd`/mnt/ && ! umount `pwd`/mnt/ ; then \
>         echo "Error unmounting `pwd`/mnt/" 2>&1 ; \
>         exit 1; \
> fi
> mkdir -p `pwd`/mnt/
> rm -f ./tmp/net/image.tmp
> install -d ./tmp/net
> install -d dest
> genext2fs -d ./tmp/net/tree -b `expr $(du -s ./tmp/net/tree | cut -f 1) + $(expr 
>$(find ./tmp/net/tree | wc -l) \* 2)` ./tmp/net/image.tmp
> du: `./tmp/net/tree/proc/11028/fd/4': No such file or directory
> genext2fs: too big filesystem
> make: *** [dest/net-initrd.gz] Error 1

Something has mounted tmp/net/tree/proc and it should not be mounted at
this point. Perhaps you ran make demo at some point earlier and for some
reason it did not call make demo_clean afterwards?

-- 
see shy jo

Attachment: msg22807/pgp00000.pgp
Description: PGP signature

Reply via email to