Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows 10 not recognized mkfs.exfat cmd format file system #267

Open
herok94 opened this issue Jul 31, 2024 · 18 comments
Open

windows 10 not recognized mkfs.exfat cmd format file system #267

herok94 opened this issue Jul 31, 2024 · 18 comments

Comments

@herok94
Copy link

herok94 commented Jul 31, 2024

mkfs.exfat format The exfat file system is not recognized on windows

@namjaejeon
Copy link
Member

Please remove it if you found same problem in ISSUE.

@herok94
Copy link
Author

herok94 commented Jul 31, 2024

Please remove it if you found same problem in ISSUE.

I don't know how to solve it

@herok94
Copy link
Author

herok94 commented Jul 31, 2024

image

I manually partitioned /dev/sdb and then formatted /dev/sdb1, but this problem still occurs
image

@namjaejeon
Copy link
Member

Can you try to format fat filesystem(mkfs.vfat) ? and check it with windows.

@herok94
Copy link
Author

herok94 commented Jul 31, 2024

Can you try to format fat filesystem(mkfs.vfat) ? and check it with windows.

mkfs.fat or mkfs.vfat command format /dev/sdb can check at windows

@namjaejeon
Copy link
Member

What exfatprogs version are you using ? 1.2.4 version ?

@herok94
Copy link
Author

herok94 commented Jul 31, 2024

yes version is 1.2.4 ,The use platform is ubuntu22.04

@namjaejeon
Copy link
Member

namjaejeon commented Jul 31, 2024

Okay, Can you try to check it with 1.2.2 version ? there are changes for mkfs.exfat in 1.2.3 version.
I am wondering that they cause these issues.

@herok94
Copy link
Author

herok94 commented Jul 31, 2024

  1. this issue is not due to version

my change sata ssd 1TB into sd card 32GB and mkfs.exfat /dev/sdb is success,Not sure whether the issue is caused by the disk type or disk capacity

@hclee
Copy link

hclee commented Jul 31, 2024

  1. this issue is not due to version

my change sata ssd 1TB into sd card 32GB and mkfs.exfat /dev/sdb is success,Not sure whether the issue is caused by the disk type or disk capacity

How do you partition the ssd? Because SD card is a removable disk, Windows doesn't require partition table.

@namjaejeon
Copy link
Member

namjaejeon commented Aug 1, 2024

@herok94 What is endian type of your linux machine ?

@herok94
Copy link
Author

herok94 commented Aug 1, 2024

@herok94 What is endian type of your linux machine ?

little endian

@herok94
Copy link
Author

herok94 commented Aug 1, 2024

  1. this issue is not due to version

my change sata ssd 1TB into sd card 32GB and mkfs.exfat /dev/sdb is success,Not sure whether the issue is caused by the disk type or disk capacity

How do you partition the ssd? Because SD card is a removable disk, Windows doesn't require partition table.

The ssd has been partitioned,but windows still does not recognize it,windows can recognize the sd card regardless of whether it is partitioned

@namjaejeon
Copy link
Member

namjaejeon commented Aug 1, 2024

The ssd has been partitioned,but windows still does not recognize it,windows can recognize the sd card regardless of whether it is partitioned

It is differnt issue from #261. Can you dump partition using exfat2img ? and give it to us.

@herok94
Copy link
Author

herok94 commented Aug 1, 2024

sata.zip
sudo ./exfat2img /dev/sdb1 -o sata.exfat

@namjaejeon
Copy link
Member

@herok94 Is it the dump file that's wrong or is it your device that's wrong?

linkinjeon@linkinjeon-Precision-Tower-3620:~/Downloads$ sudo fsck.exfat -n sata.exfat 
exfatprogs version : 1.2.4
too large sector count: 38913, expected: 38912
boot region is corrupted. try to restore the region from backup. Fix (y/N)? n

@namjaejeon
Copy link
Member

we expect this log when running fsck.exfat against exfat dump.

$ sudo fsck.exfat sdc1.dump 
exfatprogs version : 1.2.4
sdc1.dump: clean. directories 1, files 0

@herok94
Copy link
Author

herok94 commented Aug 1, 2024

I won't follow up on this issue; my problem is similar to issue 261.
sd card is success /sys/class/block/sdb/removable = 1
ssd is fail /sys/class/block/sdb/removable = 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants