Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Feb 2012 02:10:08 GMT
From:      Scot Hetzel <swhetzel@gmail.com>
To:        freebsd-fs@FreeBSD.org
Subject:   Re: amd64/164516: unable to mount EXT2 filesystem
Message-ID:  <201202020210.q122A8QF065843@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/164516; it has been noted by GNATS.

From: Scot Hetzel <swhetzel@gmail.com>
To: vermaden <vermaden@interia.pl>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: amd64/164516: unable to mount EXT2 filesystem
Date: Wed, 1 Feb 2012 19:33:51 -0600

 On Thu, Jan 26, 2012 at 9:22 AM, vermaden <vermaden@interia.pl> wrote:
 > # mount -t ext2 /dev/md0 /mnt/tmp0
 > mount: /dev/md0 : Operation not supported by device
 >
 The reason you can't mount the ext2fs is that you are using the wrong
 filesystem type, according to the ext2fs man page you should be using:
 
 mount -t ext2fs /dev/md0 /mnt/tmp0
 
 ext2fs(5) - http://www.freebsd.org/cgi/man.cgi?query=ext2fs&sektion=5&apropos=0&manpath=FreeBSD+9.0-RELEASE
 
 Scot



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202020210.q122A8QF065843>