Date: Sat, 7 Apr 2012 22:25:28 +0200 From: Xavier <xavierfreebsdquestions@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: Can FreeBSD 9.0-RELEASE mount Ext3 file system ? Message-ID: <CALe6D=vpy0rk1=-9rVtv46Xp8zD4XvZNGb1CBWWacdAZwTq_xQ@mail.gmail.com> In-Reply-To: <CAHHBGkpTg69yXQhf-wG8vyBYN=VZPhYbgnn9ifLLKQ8kxR5TQw@mail.gmail.com> References: <CALe6D=sxmJPmxR%2BL8BCxx2zckoXaP55hYAyR5chYDqwUwxavMQ@mail.gmail.com> <CAHHBGkpTg69yXQhf-wG8vyBYN=VZPhYbgnn9ifLLKQ8kxR5TQw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 07, 2012 at 04:15:41PM -0400, illoai@gmail.com wrote: Hi, > 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) > > Type 0 (Unused) > > DOS/MBR partition map > > Partition 1: 3.547 GiB (3808272384 bytes, 7438032 sectors from 63) > > Type 0x83 (Linux) > > Ext3 file system > > UUID D1A7E6D6-3A34-4864-B6E8-C4DAA34AD776 (DCE, v4) > > Last mounted at "/" > > Volume size 3.547 GiB (3808272384 bytes, 929754 blocks of 4 KiB) > > Partition 2: 227.5 MiB (238533120 bytes, 465885 sectors from 7438095) > > Type 0x05 (Extended) > > Partition 5: 227.5 MiB (238500864 bytes, 465822 sectors from 7438095+63) > > Type 0x82 (Linux swap / Solaris) > > Linux swap, version 2, subversion 1, 4 KiB pages, little-endian > > Swap 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). > casa# mount -t ext2fs /dev/da1s1 /mnt/JetFlash\ Transcend\ 4GB\ 1100/ mount: /dev/da1s1 : No such file or directory casa# casa# mount -r -t ext2fs /dev/da1s1 /mnt/JetFlash\ Transcend\ 4GB\ 1100/ mount: /dev/da1s1 : No such file or directory casa# You have more ideas ? Thanks, see you.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALe6D=vpy0rk1=-9rVtv46Xp8zD4XvZNGb1CBWWacdAZwTq_xQ>