From owner-freebsd-questions@FreeBSD.ORG Thu Sep 30 13:39:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A2D116A4CF for ; Thu, 30 Sep 2004 13:39:23 +0000 (GMT) Received: from proxy.hddesign.com (dsl-194.madison.chorus.net [216.165.159.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93ADB43D53 for ; Thu, 30 Sep 2004 13:39:22 +0000 (GMT) (envelope-from damon@hddesign.com) Received: from [10.0.0.20] (bob.hddesign.com [192.168.1.254]) by proxy.hddesign.com (8.12.8p1/8.12.8) with ESMTP id i8UDdGw0017063 for ; Thu, 30 Sep 2004 08:39:16 -0500 (CDT) (envelope-from damon@hddesign.com) Message-ID: <415C0C84.8000906@hddesign.com> Date: Thu, 30 Sep 2004 08:39:16 -0500 From: Damon Butler User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Subject: Error mounting Linux ext2fs drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2004 13:39:23 -0000 I recompiled my kernel, including the "options EXT2FS" option line. No problem. After rebooting, I was able to successfully mount my linux drive thusly: mount -t ext2fs /dev/ad0s1 /linux I transferred some files and was very happy. Now here's the frustrating bit. Time has passed and the machine has been shut down and rebooted a few times. After that initial success, I have never been able to mount that !$!@#$ drive again. I invariably get a Operation not permitted error. What gives? How can I retrieve my former happiness? --Damon