Re: can't mount msdos partition

From: Bob Proulx <bob_at_proulx.com>
Date: Sun, 09 Feb 2025 00:37:19 UTC
Shane Ambler wrote:
> Bob Proulx wrote:
> >     mount -v -t ext2fs /dev/da0p4 /mnt/dos
>
> actually ext2fs is a linux filesystem,

Oh my bad on the copy and paste error from my notes!  I blame my lack
of sleep for the typo.  Of course I did mean exfat there.

I meant to have pasted this in:

    mount -v -t exfat /dev/da0s1 /mnt

> the fusefs-exfat pkg installs mount.exfat-fuse, so that should be
>
> 	mount.exfat-fuse /dev/da0p4 /mnt/dos
>
> or you can use the link named mount.exfat

Thanks for the correction! :-)

Bob