Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2002 17:51:46 +1000
From:      "Chris Knight" <chris@aims.com.au>
To:        <freebsd-stable@freebsd.org>
Cc:        <fbsd-q@bzerk.org>
Subject:   RE: /dev/vnn0c: filesystem full while making release
Message-ID:  <026e01c25255$96f43600$020aa8c0@aims.private>
In-Reply-To: <MDAEMON-F200209021742.AA423343md80000510684@aims.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
Howdy,

The device node and the mount point are in the chrooted environment.
The easiest way around this is to do the following:

chroot CHROOTDIR /bin/sh
umount /mnt
exit

Simply replace CHROOTDIR with the value you are specifying with your
make release command.

Regards,
Chris Knight
Systems Administrator
AIMS Independent Computer Professionals
Tel: +61 3 6334 6664  Fax: +61 3 6331 7032  Mob: +61 419 528 795
Web: http://www.aims.com.au 

> -----Original Message-----
> From: Ruben de Groot
> Sent: Monday, 2 September 2002 17:43
> To: list-freebsd-stable@aims.com.au
> Subject: /dev/vnn0c: filesystem full while making release
> 
> 
> Hi there,
> 
> I've been doing daily make releases of -stable for some time now. 
> Today and yesterday I got an error:
> 
> cpio: write error: No space left on device
> *** Error code 1
> 
> This happens while making the floppy images. This leaves me with:
> 
> ruben@ei$ df -k
> Filesystem  1K-blocks    Used    Avail Capacity  Mounted on
> [...]
> /dev/vnn0c       1407    1401       -8   101%    /mnt
> 
> But I don't have a /dev/vnn0c, so when I try umounting this I get:
> 
> umount: unmount of /mnt failed: Invalid argument
> 
> Does anyone know how to recover from this error?
> I don't want to reboot the machine each time this happens.
> 

> greetings,
> Ruben
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?026e01c25255$96f43600$020aa8c0>