Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2005 09:33:06 -0700
From:      Josh Carroll <josh.carroll@gmail.com>
To:        freebsd-current@freebsd.org
Subject:   Re: Oddness attempting to mount ext2fs
Message-ID:  <8cb6106e0508230933590ac643@mail.gmail.com>
In-Reply-To: <430B1B75.4020709@drexel.edu>
References:  <430B1B75.4020709@drexel.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On 8/23/05, Justin R. Smith <jsmith@drexel.edu> wrote:
> My uname:
>=20
> FreeBSD jsmith.org 6.0-BETA3 FreeBSD 6.0-BETA3 #0: Tue Aug 23 08:04:37
> EDT 2005     jsmith@jsmith.org:/usr/obj/usr/src/sys/MYKERNEL  i386
>=20
> The command
>=20
> mount_ext2fs /dev/ad5s1 /linux
>=20
> results in the message
>=20
> mount_ext2fs: /dev/ad5s1: Operation not permitted
>=20
> and in dmesg, the message
>=20
> WARNING: R/W mount denied.  Filesystem is not clean - run fsck


I had the same problem here in 5.4. Is this by chance an ext3
partition? If so, try fsck'ing it with fsck_ext2fs, then it should
mount ok. You can also try mount -f ... which may work. My partition
was also clean when I last used it in Linux. Either it's balking
because it's ext3, or there may be a bug causing it to detect it as
non-clean.

Regards,
Josh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8cb6106e0508230933590ac643>