Skip to content

Instantly share code, notes, and snippets.

@tracend
Created March 24, 2013 21:20
Show Gist options
  • Save tracend/5233578 to your computer and use it in GitHub Desktop.
Save tracend/5233578 to your computer and use it in GitHub Desktop.
Fuse over Amazon (s3fs) Cheat sheet https://code.google.com/p/s3fs/wiki/FuseOverAmazon

Check status:

grep s3fs /etc/mtab

Mount:

/usr/bin/s3fs {{bucket}} /mnt/{{folder}}

Unmount:

sudo fusermount -u /mnt/{{folder}}

Edit configuration:

vi /etc/fstab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment