commit | 46462c34c69ed712cf285c4971ed880a63b6cb37 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Thu Aug 25 17:58:55 2016 -0300 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Fri Aug 26 11:02:46 2016 -0300 |
tree | b7af68cbeace20bbc2a2fceb6aa310bb5412e4db | |
parent | fa039494f5113a01f7018055cf526153f231267c [diff] |
Use portable FromStatfsT to fill Statfs struct. Change-Id: I095905ad23a2c71a0194bdc3f45af3fc494e63db
SlothFS is a FUSE filesystem that provides light-weight, lazily downloaded, read-only checkouts of manifest-based Git projects. It is intended for use with Android.
To start the file system:
go install github.com/google/slothfs/cmd/slothfs-multifs mkdir /tmp/mnt slothfs-multifs /tmp/mnt &
To create a workspace “ws” corresponding to the latest manifest version
go install github.com/google/slothfs/cmd/slothfs-deref-manifest slothfs-deref-manifest > /tmp/m.xml ln -s /tmp/m.xml /tmp/mnt/config/ws
More details can be found in the manual.
This is not an official Google product.