Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Apr 2012 16:15:41 -0400
From:      "illoai@gmail.com" <illoai@gmail.com>
To:        Xavier <xavierfreebsdquestions@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Can FreeBSD 9.0-RELEASE mount Ext3 file system ?
Message-ID:  <CAHHBGkpTg69yXQhf-wG8vyBYN=VZPhYbgnn9ifLLKQ8kxR5TQw@mail.gmail.com>
In-Reply-To: <CALe6D=sxmJPmxR%2BL8BCxx2zckoXaP55hYAyR5chYDqwUwxavMQ@mail.gmail.com>
References:  <CALe6D=sxmJPmxR%2BL8BCxx2zckoXaP55hYAyR5chYDqwUwxavMQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 7 April 2012 13:53, Xavier <xavierfreebsdquestions@gmail.com> wrote:
> Hi to all,
>
> I have:
>
> casa# disktype /dev/da1
>
> --- /dev/da1
> Character device, size 3.771 GiB (4048551936 bytes)
> FreeBSD boot loader (i386 boot2/BTX 1.02 at sector 2)
> BSD disklabel (at sector 1), 8 partitions
> Partition c: 2.145 GiB (2302711808 bytes, 4497484 sectors from 0)
> =A0Type 0 (Unused)
> DOS/MBR partition map
> Partition 1: 3.547 GiB (3808272384 bytes, 7438032 sectors from 63)
> =A0Type 0x83 (Linux)
> =A0Ext3 file system
> =A0 =A0UUID D1A7E6D6-3A34-4864-B6E8-C4DAA34AD776 (DCE, v4)
> =A0 =A0Last mounted at "/"
> =A0 =A0Volume size 3.547 GiB (3808272384 bytes, 929754 blocks of 4 KiB)
> Partition 2: 227.5 MiB (238533120 bytes, 465885 sectors from 7438095)
> =A0Type 0x05 (Extended)
> =A0Partition 5: 227.5 MiB (238500864 bytes, 465822 sectors from 7438095+6=
3)
> =A0 =A0Type 0x82 (Linux swap / Solaris)
> =A0 =A0Linux swap, version 2, subversion 1, 4 KiB pages, little-endian
> =A0 =A0 =A0Swap size 227.4 MiB (238489600 bytes, 58225 pages of 4 KiB)
>
> I'm running from FreeBSD 9.0-RELEASE
>
> I try:
>
> casa# mount -t ext2fs /dev/da1a /mnt/JetFlash\ Transcend\ 4GB\ 1100/
> mount: /dev/da1a : Invalid argument
>
> How can I mount it ?

mount -t ext2fs /dev/da1s1 /mnt/JetFlash\ Transcend\ 4GB\ 1100/
perhaps?  Note-----------^^

If that still doesn't work, try adding -r in there (as ext2fs might not
support r/w in your configuration).

--=20
--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHHBGkpTg69yXQhf-wG8vyBYN=VZPhYbgnn9ifLLKQ8kxR5TQw>