Operation not supported by device

Michael Sierchio kudzu at tenebras.com
Sat Sep 20 18:29:56 UTC 2014


On Sat, Sep 20, 2014 at 9:10 AM, Luciano Mannucci
<luciano at vespaperitivo.it> wrote:
> On Sat, 20 Sep 2014 12:03:12 +0200
> Luciano Mannucci <luciano at vespaperitivo.it> wrote:
>
>> root at 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


More information about the freebsd-questions mailing list