-
Notifications
You must be signed in to change notification settings - Fork 144
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
Write failure: Inappropriate ioctl for device on macOS #189
Comments
Is this repeatable with the same drive? Is this repeatable with other drivers? What version of F3 are you using? Which version of your macOS? From your report, I can only infer that something went wrong at the operating system or hardware level, and F3 was caught off guard for not knowing how to recover from this failure. |
Let me give you the information you requested.
Yes
Yes
8.0
Tried on Ventura 13.0 and Monterey 12.6
|
Does it mean that |
I'm experiencing the same issue also on Ventura 13.0. I just brew installed f3 right now:
I have this same problem with multiple micro SD cards across multiple readers. One card is a 256GB AmazonBasics card (https://www.amazon.com/dp/B08TJZDJ4D/) and one is a Samsung 64GB EVO select card. One reader is from CableMatters (https://www.amazon.com/Cable-Matters-Reader-Black-Memory/dp/B01KXWIHZY/) and one is the built in one from Apple on a 16" M1 Macbook Pro using an adapter (https://www.amazon.com/gp/product/B0B76FDJ9R/). They all fail the same way. F3 can write to any random folder just fine:
And macOS has no trouble writing to these SD cards. |
I've been experimenting with it a bit. If the SD card is formatted as FAT or ExFAT, it fails, but f3write succeeds if it is formatted HFS+. |
I'm seeing the same problem on an external ExFAT SSD with Ventura on an M1 Pro. |
It seems like a problem with FAT32 and ExFAT devices. |
Note Ventura uses a new implementation for FAT and ExFAT, apparently completely undocumented. |
I'm experiencing the same on macOS Ventura (on both macOS M1 and M2):
After formatting the drive to another filesystem, it started working again. |
I am in the same boat here: MacOS Ventura 13.0.1 on Macbook Pro M1, fresh install of f3 from brew version 8.0. With ExFat and FAT f3write errors out in same way as mentioned above. But HFS+ does not properly work, either. f3write does not throw an error, but write speeds are much slower (50kB/s) than a regular drag & drop file copy on this specific thumb drive (10MB/s). So Ventura must have definitely changed quite a few things. |
I'm running Sonoma 14.5 (23F79), with f3 from homebrew. I'm also using a USB to SATA adapter from Anker. If my 14 TB drive is formatted as ExFAT (using MacOS Disk Utility) f3write thinks there is only 750 GB ("Free space") available on the disk, and only writes that # of files. Finder correctly sees the 14 TB available. "f3write /Volumes/Untitled/ Free space: 750.56 GB etc etc until it hits the 750 GB limit. If I reformat my drive as APFS, f3write correctly sees "Free space: 12.73 TB" and works fine. "f3write /Volumes/Untitled/ Free space: 12.73 TB etc etc |
The text was updated successfully, but these errors were encountered: