Opened 4 years ago
Last modified 4 years ago
#20232 new defect
Cannot exec files on vboxsf on newer kernels
Reported by: | jisakielkiel | Owned by: | |
---|---|---|---|
Component: | guest additions | Version: | VirtualBox 6.1.18 |
Keywords: | vboxsf exec | Cc: | |
Guest type: | Linux | Host type: | Mac OS X |
Description
Reference: https://www.spinics.net/lists/reiserfs-devel/msg06411.html Patch was introduced on https://lkml.org/lkml/2020/8/17/174
Trying to execute a shell script from a shared mount fails on newer kernels (i.e. debian testing 5.10) with the error:
"kernel read not supported for file /test-exec"
Older kernels (i.e. 4.19 from stable) work.
This suggests vboxsf needs patches for the new APIs.
Change History (3)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
Please retry with VirtualBox 6.1.22 which was released today. Should be fixed.
Also observed on:
Ubuntu 21.04 guests are affected. Ubuntu 18.04 are not.