From owner-freebsd-questions Fri Apr 19 19:18:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 3E59937B405 for ; Fri, 19 Apr 2002 19:18:15 -0700 (PDT) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g3K2EnE11431; Fri, 19 Apr 2002 23:14:49 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Fri, 19 Apr 2002 23:14:48 -0300 (ART) From: Fernando Gleiser To: =?iso-8859-1?q?Ryan=20Baldwin?= Cc: Subject: Re: Describing geometry of disk image file to FreeBsd In-Reply-To: <20020419225232.37805.qmail@web10405.mail.yahoo.com> Message-ID: <20020419231224.P89331-100000@cactus.fi.uba.ar> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 19 Apr 2002, Ryan Baldwin wrote: > Alas, this time round it seems to have worked. fdisk > reports the geometry I supplied. Saddly > > mount -t ext2fs /dev/vn0s1 ./mnt > > reports > > ext2fs: /dev/vn0s1 Operation not permited I don't know if it is the same form vn devices, but in the case of disks it means either you are trying to mount the file system as a non-root user, or the file system is dirty. Try fsck_ex2fs /dev/vn0 Fer > > (Sigh) I suppose the 'excitement' never ends. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message