From owner-freebsd-questions@FreeBSD.ORG Sat Apr 7 23:44:54 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DAC86106566B for ; Sat, 7 Apr 2012 23:44:54 +0000 (UTC) (envelope-from xavierfreebsdquestions@gmail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 5E1908FC08 for ; Sat, 7 Apr 2012 23:44:54 +0000 (UTC) Received: by wgbds12 with SMTP id ds12so3149249wgb.31 for ; Sat, 07 Apr 2012 16:44:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=PNgae3w/92Jr59Q2sCOSk6YN8Xe/vwC0vaIr/kJsuwM=; b=CxlfTczEPaTYzlDBD4WgfriuyMvHI97Eps7iAvg+YYGq029gPWx3MMS/tBEYTcYyiN SQUxIU7pgfO4mJ7YO48wjhh415TL9RPJZ97BfmL3ydRjUK8Pw1Mnv+RL5o0avRmnmFvo NW/D9UZu0s1vZRsA/J903TCpgCc3LrKhSaiQz8hd113xNLij4Ks6DFR92aKa7hbltWIz LlV38NyB/JgvC4bb/ueTckF4bOwHI7zC+c6o3RGXfUPOnkWNPRU6W3P1+WecSnnfl70h tHTYV5QTJloxpFYfSRbCCGTThNEUqtsOHP9nrFILo1kVn59YnjwtZuJo76bEmqH1Mbp/ 6PUg== MIME-Version: 1.0 Received: by 10.180.82.132 with SMTP id i4mr5935363wiy.12.1333842293544; Sat, 07 Apr 2012 16:44:53 -0700 (PDT) Received: by 10.227.37.221 with HTTP; Sat, 7 Apr 2012 16:44:53 -0700 (PDT) In-Reply-To: References: Date: Sun, 8 Apr 2012 01:44:53 +0200 Message-ID: From: Xavier To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Can FreeBSD 9.0-RELEASE mount Ext3 file system ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2012 23:44:55 -0000 On Sat, Apr 07, 2012 at 06:25:29PM -0500, Adam Vande More wrote: Hi Adam, > > > > > > I don't know why !? > > > > > > > > Is ext2fs.ko loaded? Does /var/log/messages reveal anything? > > > > > > Yes : > > > > casa# kldstat | grep ext > > 9 1 0xc8806000 10000 ext2fs.ko > > casa# > > > > > > I try: > > > > casa# mount -t ext2fs /dev/da1a /mnt/JetFlash\ Transcend\ 4GB\ 1100/ > > mount: /dev/da1a : Invalid argument > > > > /var/log/messages : > > > > Apr 7 22:16:35 casa kernel: ext2fs: da1a: wrong magic number 0 (expected > > 0xef53 > > > > > What is the output from "gpart list"? ###cut here### Geom name: da1 modified: false state: OK fwheads: 255 fwsectors: 63 last: 7907327 first: 0 entries: 8 scheme: BSD Providers: 1. Name: da1a Mediasize: 2302703616 (2.1G) Sectorsize: 512 Stripesize: 0 Stripeoffset: 8192 Mode: r0w0e0 rawtype: 0 length: 2302703616 offset: 8192 type: !0 index: 1 end: 4497483 start: 16 Consumers: 1. Name: da1 Mediasize: 4048551936 (3.8G) Sectorsize: 512 Mode: r0w0e0 ###cut here### Have ideas ? Thanks, see you.