Skip to content
Snippets Groups Projects
Commit 52845942 authored by Delia Passalacqua's avatar Delia Passalacqua
Browse files

Update web/support/kb/openstack/s3fs_quick_tutorial.rst

parent 8cb19151
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ Check the version:: ...@@ -16,7 +16,7 @@ Check the version::
N.B. These instructions refer to version 1.86 available on Ubuntu 20.04. Different versions may require different configuration. N.B. These instructions refer to version 1.86 available on Ubuntu 20.04. Different versions may require different configuration.
Decomment *user_allow_other* option by removing the *#*:: Uncomment *user_allow_other* option by removing the *#*::
$ nano /etc/fuse.conf $ nano /etc/fuse.conf
...@@ -39,7 +39,7 @@ Mount a container ...@@ -39,7 +39,7 @@ Mount a container
First, you need to create the container on your openstack project. Then you can mount your container on your local directory. First, you need to create the container on your openstack project. Then you can mount your container on your local directory.
Assume that you have a container named *test_container* and a local directory named *test_dir*:: Assume that you have a container named *test_container* and a local directory named *test_dir*::
$ s3fs test_container test_dir -o allow_other -o passwd_file=${HOME}/.passwd-s3fs -o host=https://swift.cloud.garr.it -o use_path_request_style -o umask=000 $ s3fs test_container test_dir -o allow_other -o host=https://swift.cloud.garr.it -o use_path_request_style -o umask=000
Now your container has been mounted on *test_dir* directory. You can access it and every change you make inside the directory is istantly made inside the container. Now your container has been mounted on *test_dir* directory. You can access it and every change you make inside the directory is istantly made inside the container.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment