kernel version: CentOS Linux release 7.9.2009 (Core)
i download geesefs,then mount minio bucket using below command:
./geesefs-linux-amd64 --endpoint http://192.168.124.222:31426 test:models /home/chenziwen/s3/
it occur error:
‘s3.INFO anonymous bucket detected
fuse.ERROR writeMessage: invalid argument [80 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0]
main.INFO File system has been successfully mounted.’
when i try to mount again, I get the error:
's3.INFO anonymous bucket detected
main.FATAL Mounting file system: Mount: Statting mount point: stat /home/chenziwen/s3/: connection refused'
but i have another same centos7.9 node , it works fine. so why?
linux distribution:centos7.9
kernel version: CentOS Linux release 7.9.2009 (Core)
i download geesefs,then mount minio bucket using below command:
./geesefs-linux-amd64 --endpoint http://192.168.124.222:31426 test:models /home/chenziwen/s3/
it occur error: ‘s3.INFO anonymous bucket detected fuse.ERROR writeMessage: invalid argument [80 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0] main.INFO File system has been successfully mounted.’when i try to mount again, I get the error: 's3.INFO anonymous bucket detected main.FATAL Mounting file system: Mount: Statting mount point: stat /home/chenziwen/s3/: connection refused'
but i have another same centos7.9 node , it works fine. so why?