Differences

This shows you the differences between the selected revisions of the page.

2015-09-04 2016-05-28
further reading (martin) no summary (169.0.189.94)
Line 22: Line 22:
  * Store security credentials that will be used to access the S3 bucket to ''/etc/passwd-s3fs'': \\ ''echo <access-key-id>:<secret-access-key> > /etc/passwd-s3fs'' \\ ''chmod 600 /etc/passwd-s3fs'' \\  (Replace the ''<access-key-id>'' and ''<secret-access-key>'' with the actual values)   * Store security credentials that will be used to access the S3 bucket to ''/etc/passwd-s3fs'': \\ ''echo <access-key-id>:<secret-access-key> > /etc/passwd-s3fs'' \\ ''chmod 600 /etc/passwd-s3fs'' \\  (Replace the ''<access-key-id>'' and ''<secret-access-key>'' with the actual values)
  * Create mount point (example): \\ ''mkdir /mnt/<bucket>''   * Create mount point (example): \\ ''mkdir /mnt/<bucket>''
-  * Add entry to ''[[&man_ref(5,fstab)|fstab]]'' to mount the bucket: \\ ''echo <bucket> /mnt/<bucket> fuse.s3fs rw,nosuid,nodev,allow_other 0 0 %%>>%% /etc/fstab'' \\ (Replace the leading ''<bucket>'' with your bucket name and the ''/mnt/<bucket>'' with the mount point)+  * Add entry to ''[[&man_ref(5,fstab)|fstab]]'' to mount the bucket: \\ ''echo s3fs#<bucket> /mnt/<bucket> fuse rw,nosuid,nodev,allow_other 0 0 %%>>%% /etc/fstab'' \\ (Replace the leading ''<bucket>'' with your bucket name and the ''/mnt/<bucket>'' with the mount point)
  * Mount the bucket: \\ ''mount -a''   * Mount the bucket: \\ ''mount -a''

Last modified: by 169.0.189.94