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

[Bug] OSError: [Errno 14] Bad address #199

Open
maxwowpow opened this issue Dec 15, 2024 · 0 comments
Open

[Bug] OSError: [Errno 14] Bad address #199

maxwowpow opened this issue Dec 15, 2024 · 0 comments

Comments

@maxwowpow
Copy link

Creating an empty file produces the error 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

@maxwowpow maxwowpow changed the title OSError: [Errno 14] Bad address [Bug] OSError: [Errno 14] Bad address Dec 15, 2024
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

1 participant