Symptoms:
Change the ownership several backup pieces under s3fs-fuse mount point worked
However now after few attempts, it is giving “Input/output error”
[root@db-test bucket]# chown -R oracle:oinstall /mnt/bucket/backup_db_TEMTKI_S_159_P_1_T_1084020846
Solution:
Chown won’t work here, but other users can access the bucket contents.
To allow others users to see the bucket: –
1) /usr/bin/s3fs -o allow_other mybucket /mnt
2) or from /etc/fstab: s3fs#mybucket /mnt fuse _netdev,allow_other 0 0
Like this:
Like Loading...
Published by heemasatapathy
Heema is currently working as Manager, Infrastructure and Cloud Solutions at Computer Technology Resources, Inc and oversees a team of Infrastructure and Cloud Experts performing complex upgrades and migrations to various cloud flavors including but not limited to OCI, AWS, Azure. She is a seasoned IT professional having worked worldwide - India, Japan, Malaysia, Singapore, Switzerland, and USA. She holds an Oracle Ace status and loves to be part of the community group.
View all posts by heemasatapathy