Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 2004 10:36:08 -0800 (PST)
From:      Doug White <dwhite@gumbysoft.com>
To:        Matteo Riondato <rionda@gufi.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: EHCI + umass + ntfs = panic
Message-ID:  <20041110103404.P50554@carver.gumbysoft.com>
In-Reply-To: <1100085052.760.20.camel@kaiser.sig11.org>
References:  <1100085052.760.20.camel@kaiser.sig11.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 10 Nov 2004, Matteo Riondato wrote:

> mount -t ntfs -o ro /dev/da0s1 /mnt/usb/
>
> Suddendly, my machine panic'ed with:
>
> filesystem goof: vop_panic[vop_strategy]
>
> Is NTFS over umass storage supported? Or better, is umass over ehci
> supported?

Filesystems are device-agnostic.  However is tpossible your EHCI
controller is returning corrupted data.

Try removing ehci from your kernel and mounting the filesystem then. That
uses the more reliable uhci or ohci driver, although not at hi-speed.

-- 
Doug White                    |  FreeBSD: The Power to Serve
dwhite@gumbysoft.com          |  www.FreeBSD.org



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