Skip to content

Commit 76f1971

Browse files
committed
Merge branch 'master' into dustin
2 parents 7d82b25 + eef98bb commit 76f1971

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

UBUNTU_QUICKSTART.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
For convenience, the following steps can be followed with little or no modification under Ubuntu (tested on 13.04). It is assumed that any required dependencies are available (see README.txt for more information).
22

3-
sudo easy_install gdrivefs
4-
5-
cd /usr/local/sbin
6-
sudo ln -s /usr/local/lib/python2.7/dist-packages/gdrivefs-*-py2.7.egg/gdrivefs/tools/gdfs.py gdfs
7-
sudo ln -s /usr/local/lib/python2.7/dist-packages/gdrivefs-*-py2.7.egg/gdrivefs/tools/gdfstool.py gdfstool
3+
sudo pip install gdrivefs
84

95
# This needs to be in the primary sbin/ directory.
106
cd /sbin
117
sudo ln -s /usr/local/sbin/gdfs mount.gdfs
128

13-
Add to /etc/fstab:
9+
Add to /etc/fstab (create /var/cache/gdfs and /mnt/gdrivefs, first):
1410

1511
/var/cache/gdfs/credcache /mnt/gdrivefs gdfs allow_other 0 0
1612

@@ -26,4 +22,3 @@ sudo mount /mnt/gdrivefs/
2622
# To list the root directory:
2723

2824
ls -l /mnt/gdrivefs/
29-

0 commit comments

Comments
 (0)