Describe the bug
After upgrading to 1.7.1, I cannot create hard links on the same bind mount
To Reproduce
- docker run --platform linux/arm64 -ti --rm -v /tmp:/host-tmp ubuntu /bin/bash
- touch /host-tmp/blah
- ln /host-tmp/blah /host-tmp/foo
Result:
ln: failed to create hard link '/host-tmp/foo' => '/host-tmp/blah': Invalid argument
Expected behavior
No error and the hard link is created (both on the host and in the container)
Diagnostic report (REQUIRED)
OrbStack info:
Version: 1.7.1
Commit: 08933e123525fab7eccce094ac98501498417c74 (v1.7.1)
System info:
macOS: 14.5 (23F79)
CPU: arm64, 10 cores
CPU model: Apple M1 Pro
Model: MacBookPro18,1
Memory: 16 GiB
Full report: https://orbstack.dev/_admin/diag/orbstack-diagreport_2024-09-02T17-57-45.174514Z.zip
Screenshots and additional context (optional)
No response
Describe the bug
After upgrading to 1.7.1, I cannot create hard links on the same bind mount
To Reproduce
Result:
Expected behavior
No error and the hard link is created (both on the host and in the container)
Diagnostic report (REQUIRED)
OrbStack info:
Version: 1.7.1
Commit: 08933e123525fab7eccce094ac98501498417c74 (v1.7.1)
System info:
macOS: 14.5 (23F79)
CPU: arm64, 10 cores
CPU model: Apple M1 Pro
Model: MacBookPro18,1
Memory: 16 GiB
Full report: https://orbstack.dev/_admin/diag/orbstack-diagreport_2024-09-02T17-57-45.174514Z.zip
Screenshots and additional context (optional)
No response