[Bug 262896] /usr/sbin/fstyp is not able to detect FAT filesystem on Raspberry Pi Pico
Date: Tue, 29 Mar 2022 08:11:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262896 --- Comment #2 from Slawomir Wojciech Wojtczak <vermaden@interia.pl> --- Can you try this fix: % fetch -o lsblk.FIX https://pastebin.com/raw/EqukzGwv % sed -i '' -e s/$'\r'//g lsblk.FIX % sh lsblk.FIX The sed(1) line is to remove the 'Carriage Return' characters which will be visible in vim(1) as ^M at the end of each line. Regards. -- You are receiving this mail because: You are the assignee for the bug.