tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: msdosfs oddity?



> According to my reading of the 5.2 sources, you may be able to work
> around this issue by using the -G flag to mount_msdos.  That turns
> off testing of the boot sector portion of the msdos filesystem.

So _that_'s what that bit was all about!  Thanks for the pointer.

That might well work.  But the bit -G turns on also turns _on_ some
tests, and modifies others; I don't know whether it would get upset at
the Pi Pico's quasi-filesystem.  I #if 0ed the 0x55 0xaa test and it
then mounted - but crashed the kernel upon trying to unmount after the
device reset (which involved disappearing from USB).

I may investigate more someday, but probably not soon, since, as I
think I said upthread, I've found a more effective workaround (ignore
the filesystem entirely).

/~\ The ASCII				  Mouse
\ / Ribbon Campaign
 X  Against HTML		mouse%rodents-montreal.org@localhost
/ \ Email!	     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B


Home | Main Index | Thread Index | Old Index