Mounting exFat device
Steven Friedrich
FreeBSD at twc.com
Mon Mar 8 16:27:37 UTC 2021
On 3/7/21 11:05 PM, David Christensen wrote:
> On 3/7/21 7:30 PM, Steven Friedrich wrote:
>>
>> On 3/7/21 9:59 PM, David Christensen wrote:
>>> On 3/7/21 6:41 PM, Steven Friedrich wrote:
>>>> I have a Samsung 500GB T7 which I formatted with Windows 10 as
>>>> exFat, and put music videos and movies.
>>>>
>>>> I have tried what was suggested at:
>>>>
>>>> https://forums.freebsd.org/threads/mounting-exfat-and-ntfs-3-filesystems-with-fstab.69491/
>>>>
>>>>
>>>> I have loaded fusefs.ko:
>>>>
>>>> # kldstat
>>>> Id Refs Address Size Name
>>>> 19 1 0xffffffff82913000 103f0 fusefs.ko
>>>> 20 1 0xffffffff82924000 2940 nullfs.ko
>>>>
>>>> I have installed fuse ports:
>>>>
>>>> # pkg info -a|grep -i fuse
>>>> fusefs-exfat-1.3.0 Full-featured exFAT FS
>>>> implementation as a FUSE module
>>>> fusefs-libs-2.9.9_2 FUSE allows filesystem
>>>> implementation in userspace
>>>> fusefs-ntfs-2017.3.23 Mount NTFS partitions (read/write)
>>>> and disk images
>>>>
>>>> # mount -t exfat /dev/da0s1 /mnt
>>>> mount: /dev/da0s1: Operation not supported by device
>>>>
>>>> gpart show da0
>>>> => 63 976773105 da0 MBR (466G)
>>>> 63 1985 - free - (993K)
>>>> 2048 976768065 1 ntfs (466G)
>>>> 976770113 3055 - free - (1.5M)
>>>
>>>
>>> # freebsd-version
>>>
>>> # uname -a
>>>
>>>
>>> What happens if you try mounting without specifying the filesystem?
>>>
>>> # mount /dev/da0s1 /mnt
>>>
>>> Also:
>> # fstyp /dev/da0s1
>> exfat
>>
>>> David
>>> _______________________________________________
>>> freebsd-questions at freebsd.org mailing list
>>> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
>>> To unsubscribe, send any mail to
>>> "freebsd-questions-unsubscribe at freebsd.org"
>>
>
> Please "Reply to List".
>
>
> David
Sorry, I switched from Kmail to Thunderbird and wasn't paying
attention. Thunderbird has no Reply to List like Kmail. I figured out
how to do it.
More information about the freebsd-questions
mailing list