Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2014 11:03:24 -0700
From:      Michael Sierchio <kudzu@tenebras.com>
To:        Luciano Mannucci <luciano@vespaperitivo.it>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Operation not supported by device
Message-ID:  <CAHu1Y71R46-oNbRHUCCd6ManSCtY2g3ZEZUX74629E7hy1aexg@mail.gmail.com>
In-Reply-To: <3j0cMG4GZxzCy1r@baobab.bilink.it>
References:  <3j0SCl1nnSzCy1h@baobab.bilink.it> <3j0cMG4GZxzCy1r@baobab.bilink.it>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Sep 20, 2014 at 9:10 AM, Luciano Mannucci
<luciano@vespaperitivo.it> wrote:
> On Sat, 20 Sep 2014 12:03:12 +0200
> Luciano Mannucci <luciano@vespaperitivo.it> wrote:
>
>> root@vodka:~ # mount -t ext2 /dev/ada1s3 /mnt
>> mount: /dev/ada1s3: Operation not supported by device


You'll either need to compile it in the kernel

options  EXT2FS

or load the kernel module

kldload ext2fs

which you can do in /boot/loader.conf if you need it early.

You will also find it useful, if not essential, to install the package
'sysutils/e2fsprogs' - filesystems do sometimes need to be fscked

Auguri!

- M



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