We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Creating an empty file produces the error OSError: [Errno 14] Bad address
OSError: [Errno 14] Bad address
mkdir /tmp/exfat cd $_ fallocate -l 512M exfat.img mkfs.exfat exfat.img sudo mkdir -p /fatimagedir/ sudo mount -o umask=0022,gid=$(id -g),uid=$(id -u) /tmp/exfat/exfat.img /fatimagedir/ cd /fatimagedir python3 -c 'open("foo", "wb", buffering=0).write(b"")'
See also: https://bbs.archlinux.org/viewtopic.php?id=294837 See also: zed-industries/zed#21595
ArchLinux Ubuntu Fedora 41
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Creating an empty file produces the error
OSError: [Errno 14] Bad address
See also: https://bbs.archlinux.org/viewtopic.php?id=294837
See also: zed-industries/zed#21595
ArchLinux
Ubuntu
Fedora 41
The text was updated successfully, but these errors were encountered: