Date: Thu, 23 Mar 2000 10:31:51 +0900 From: "Daniel C. Sobral" <dcs@newsguy.com> To: Kenneth W Cochran <kwc@world.std.com> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Linux ext2 fs support changes in -stable Message-ID: <38D97407.14B4B772@newsguy.com> References: <200003221548.KAA05168@world.std.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Kenneth W Cochran wrote: > > Somewhat all-of-a-sudden, I am unable to r/w mount a Linux ext2 > filesystem on the same hdd with my BSD. I get in my syslog (& > on console): > /kernel: WARNING: R/W mount of dev 0xe040a denied due to > unsupported optional features This is telling you that this file system has features (put in the by a recent version of Linux, most likely) which our ext2fs code does not understand. Since we don't understand it, allowing a R/W mount is dangerous. You can read more about this using the cvsweb to check the commit logs for the ext2fs files. This was bde's (Bruce Evans) changes. I can see the point in wanting to force a R/W mount, on the grounds that you know more about your setup than the software does (which is the whole point of the software denying you R/W access in the first place :), but you'll need to convince Bruce, not me, of that. Convincing Bruce is easy, as long as he agrees with you to begin with. If he doesn't... -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@zurichgnomes.bsdconspiracy.net One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone bind them. 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?38D97407.14B4B772>