amd64/164516: unable to mount EXT2 filesystem

Scot Hetzel swhetzel at gmail.com
Thu Feb 2 02:10:08 UTC 2012


The following reply was made to PR kern/164516; it has been noted by GNATS.

From: Scot Hetzel <swhetzel at gmail.com>
To: vermaden <vermaden at interia.pl>
Cc: freebsd-gnats-submit at 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 at 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


More information about the freebsd-fs mailing list