On an arm environment, you can use alluxi-fuse to mount directories, but you cannot perform some command operations on directories, such as the cd and ls commands #18576
Describe the bug
On an Arm64 environment, you can use alluxi-fuse to mount directories, but you cannot perform some command operations on directories, such as the cd and ls commands
To Reproduce
1、Execute a command:${ALLUXIO_HOME}/bin/alluxio-start.sh local Mount
2、Execute a command:${ALLUXIO_HOME}/bin/alluxio fs mkdir /people
3、Execute a command:sudo mkdir -p /mnt/people 、sudo chown $(whoami) /mnt/people 、chmod 755 /mnt/people
4、Execute a command:${ALLUXIO_HOME}/integration/fuse/bin/alluxio-fuse mount /mnt/people /people
5、Execute a command:ls /mnt/people/ or cd /mnt/people
Actual result:
ls: cannot access '/mnt/people': Input/output error
Expected behavior
The ls command is executed successfully
Alluxio Version: alluxio-2.9.3
Describe the bug On an Arm64 environment, you can use alluxi-fuse to mount directories, but you cannot perform some command operations on directories, such as the cd and ls commands
To Reproduce 1、Execute a command:${ALLUXIO_HOME}/bin/alluxio-start.sh local Mount 2、Execute a command:${ALLUXIO_HOME}/bin/alluxio fs mkdir /people 3、Execute a command:sudo mkdir -p /mnt/people 、sudo chown $(whoami) /mnt/people 、chmod 755 /mnt/people 4、Execute a command:${ALLUXIO_HOME}/integration/fuse/bin/alluxio-fuse mount /mnt/people /people 5、Execute a command:ls /mnt/people/ or cd /mnt/people
Actual result: ls: cannot access '/mnt/people': Input/output error
Expected behavior The ls command is executed successfully
Urgency exigency
Are you planning to fix it NA
Additional context NA