Closed probonopd closed 1 year ago
Can you send me the first 1MB of that device?
# dd < /dev/da0 > FILE bs=1m count=1
Thanks.
Thank You.
I will look into it tomorrow hopefully.
Regards.
I am experiencing same issue. I am trying to mount a Sony NW-A105 via USB (exFAT).
It works fine via cli: sudo jmtpfs -o allow_other /media/phone
.
The jmtpfs
is used to mount MTP devices - not exFAT devices.
... and I need to look into that ZIP file ... hopefully sooner then later :)
Friendly ping @vermaden.
I think somehting is going wrong here:
+ __check_block_device /dev/da0s1
+ fstyp /dev/da0s1
+ __guess_fs_type /dev/da0s1
+ unset FS_TYPE
+ file -r -b -L -s /dev/da0s1
+ sed -E 's/label:\ \".*\"//g'
+ local 'FS_TYPE=DOS/MBR boot sector'
+ unset FS_TYPE
+ file -k -r -b -L -s /dev/da0s1
+ sed -E 's/label:\ \".*\"//g'
+ local 'FS_TYPE=DOS/MBR boot sector
- DOS/MBR boot sector
- DOS/MBR boot sector, ExFAT Filesystem version 1.0, (1<<8) sectors per cluster, sectors 121993216, serial number 0xc64b7c5e DOS executable (COM), boot code
- data'
+ return 32
+ FS_TYPE=32
+ OPTS='-o noatime'
+ sysctl -n kern.osrelease
+ LARGE=''
+ FS_CHECK_CMD=fsck_msdosfs
+ FS_CHECK_ARGS='-C -y'
+ FS_MOUNT_CMD=mount_msdosfs
+ FS_MOUNT_ARGS='-o longnames -m 775 -M 775 -D cp437 -L en_US.UTF-8 -u 0 -g 0 -o noatime /dev/da0s1 /media/Ventoy'
This is what I get when I run the commands manually:
% fstyp /dev/da0s1
exfat
% file -r -b -L -s /dev/da0s1
DOS/MBR boot sector
% file -k -r -b -L -s /dev/da0s1
DOS/MBR boot sector
- DOS/MBR boot sector
- DOS/MBR boot sector, ExFAT Filesystem version 1.0, (1<<8) sectors per cluster, sectors 121993216, serial number 0xc64b7c5e DOS executable (COM), boot code
- data
Sorry for being really late on this one.
Implemented along with several other fixes/features.
Please test:
Regards, vermaden
Works great for me, thank you very much @vermaden :+1:
Looks like I cannot mount ExFAT anymore, because
automount
thinks it's msdosfs.I suspect this somehow might have to do with quarterly updates of FreeBSD packages and/or updating my FreeBSD 13.1 system, although I am not entirely sure.
Hopefully useful debugging information: