From owner-freebsd-current@FreeBSD.ORG Tue Aug 23 12:50:09 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0F5616A41F for ; Tue, 23 Aug 2005 12:50:09 +0000 (GMT) (envelope-from jsmith@drexel.edu) Received: from shim2.irt.drexel.edu (shim2.irt.drexel.edu [144.118.29.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2043343D76 for ; Tue, 23 Aug 2005 12:50:01 +0000 (GMT) (envelope-from jsmith@drexel.edu) Received: from conversion-daemon.shim2.irt.drexel.edu by shim2.irt.drexel.edu (iPlanet Messaging Server 5.2 HotFix 1.17 (built Jun 23 2003)) id <0ILO00B01DLISO@shim2.irt.drexel.edu> for freebsd-current@freebsd.org; Tue, 23 Aug 2005 08:50:01 -0400 (EDT) Received: from vorpal.math.drexel.edu (vorpal.math.drexel.edu [129.25.6.250]) by shim2.irt.drexel.edu (iPlanet Messaging Server 5.2 HotFix 1.17 (built Jun 23 2003)) with ESMTP id <0ILO00LD9EBB9Q@shim2.irt.drexel.edu> for freebsd-current@freebsd.org; Tue, 23 Aug 2005 08:49:59 -0400 (EDT) Received: from [IPv6:::1] (vorpal.math.drexel.edu [129.25.6.250]) by vorpal.math.drexel.edu (8.13.4/8.12.10) with ESMTP id j7NClisf008681 for ; Tue, 23 Aug 2005 08:47:44 -0400 (EDT envelope-from jsmith@drexel.edu) Date: Tue, 23 Aug 2005 08:49:57 -0400 From: "Justin R. Smith" To: freebsd-current@freebsd.org Message-id: <430B1B75.4020709@drexel.edu> Organization: Drexel University MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050811) Subject: Oddness attempting to mount ext2fs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 12:50:10 -0000 My uname: 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 The command mount_ext2fs /dev/ad5s1 /linux results in the message mount_ext2fs: /dev/ad5s1: Operation not permitted and in dmesg, the message WARNING: R/W mount denied. Filesystem is not clean - run fsck Unfortunately, attempting to mount it read-only doesn't change anything :-( Any suggestions?\ (Incidentally, the linux partition in question was clean, at least according to Linux).