Re: can't mount msdos partition
- In reply to: Shane Ambler : "Re: can't mount msdos partition"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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