Re: freezing on unmountin ext2fs USB device

From: Warner Losh <imp_at_bsdimp.com>
Date: Sat, 29 Nov 2025 10:32:52 UTC
On Sat, Nov 29, 2025 at 3:30 AM Juraj Lutter <otis@freebsd.org> wrote:

>
>
> > On 29. Nov 2025, at 09:59, FreeBSD User <freebsd@walstatt-de.de> wrote:
> >
> > In my case in question it would be
> >
> > usbconfig add_dev_quirk_vplh 0x24a9 0x205a 0x0000 0xffff
> UQ_MSC_NO_SYNC_CACHE
> >
> > right?
>
> Right, but it would not survive the reboot.
>
> To make it active on boot, put the line:
>
> hw.usb.quirk.0="0x24a9 0x205a 0x0000 0xffff UQ_MSC_NO_SYNC_CACHE”
>
> into /boot/loader.conf
>

Indeed. I wanted to make sure it was working before that step. It doesn't
seem like this is the ticket.

Warner