Date: Tue, 29 Mar 2022 08:11:21 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 262896] /usr/sbin/fstyp is not able to detect FAT filesystem on Raspberry Pi Pico Message-ID: <bug-262896-227-KTjYRLU8hH@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-262896-227@https.bugs.freebsd.org/bugzilla/> References: <bug-262896-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262896 --- 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262896-227-KTjYRLU8hH>