[Frugalware-darcs] frugalware-current: fuse-2.6.3-2-i686
VMiklos
vmiklos at frugalware.org
Sun Apr 8 20:41:47 CEST 2007
Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070408183923-e2957-ed359f42a29f5b1f592886b4e8bf39ae837818d9.gz;
[fuse-2.6.3-2-i686
VMiklos <vmiklos at frugalware.org>**20070408183923
added README.Frugalware
From: pete at teamlupus.hu
] {
hunk ./source/apps-extra/fuse/FrugalBuild 6
-pkgrel=1
+pkgrel=2
hunk ./source/apps-extra/fuse/FrugalBuild 13
-source=($source rc.fuse rc.fuse-hu.po)
+source=($source rc.fuse rc.fuse-hu.po README.Frugalware)
hunk ./source/apps-extra/fuse/FrugalBuild 21
+ Fdoc README.Frugalware
hunk ./source/apps-extra/fuse/FrugalBuild 26
- 'b6077229d093f8c01f002e84068e3ce7e795e479')
+ 'b6077229d093f8c01f002e84068e3ce7e795e479'\
+ '7afe98ce474547cc8fdf9f9baeee0d3bd5c935e0')
addfile ./source/apps-extra/fuse/README.Frugalware
hunk ./source/apps-extra/fuse/README.Frugalware 1
+Fuse is a virtual filesystem "helper" which makes possible to mount unusual
+things as a filesystem, letting the thing's interpreter program be a simple
+one, not a kernel-space module (which is much harder to write). In
+Frugalware, users can mount things, too. First as root, let's install the
+tools:
+
+--------------
+pacman-g2 -S fuse
+--------------
+
+then
+
+------------------
+service fuse add
+service fuse start
+------------------
+
+Now, having the base of fuse, we need to install the programs for each
+specific filesystem type. The command
+
+---------------
+pacman-g2 -Ss fuse
+---------------
+
+should give some hint what's available. The two most used (ftp, ssh) plugins
+can be installed with
+
+----------------------------
+pacman-g2 -S fuseftp sshfs-fuse
+----------------------------
+
+Then, mounting a remote dir with sftp access as a regular user:
+
+-----------------------------------------------------------------------------------
+/sbin/mount.fuse sshfs#YOURUSERNAME at SERVER:/REMOTEDIR /LOCALDIR -o rw,OTHEROPTIONS
+-----------------------------------------------------------------------------------
+
+You can unmount it as an user by
+
+-----------------------
+fusermount -u /LOCALDIR
+-----------------------
}
More information about the Frugalware-darcs
mailing list