glfs/postlfs/filesystems/sshfs-fuse.xml
Bruce Dubbs d14cd9a142 Update to gcc-4.7.2
Tag blueman and inkscape
Update sshfs-fuse dependencies
Fix install permissions in dsssl-stylesheets


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10834 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-11-01 02:44:21 +00:00

162 lines
4.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY sshfs-fuse-download-http
"&sourceforge-repo;/fuse/sshfs-fuse-&sshfs-fuse-version;.tar.gz">
<!ENTITY sshfs-fuse-download-ftp " ">
<!ENTITY sshfs-fuse-md5sum "3c7c3647c52ce84d09486f1da3a3ce24">
<!ENTITY sshfs-fuse-size "132 KB">
<!ENTITY sshfs-fuse-buildsize "2.6 MB">
<!ENTITY sshfs-fuse-time "0.1 SBU">
]>
<sect1 id="sshfs-fuse" xreflabel="sshfs-fuse-&sshfs-fuse-version;">
<?dbhtml filename="sshfs-fuse.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>sshfs-fuse-&sshfs-fuse-version;</title>
<indexterm zone="sshfs-fuse">
<primary sortas="a-sshfs-fuse">sshfs-fuse</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Sshfs Fuse</title>
<para>
The <application>Sshfs Fuse</application> package contains a filesystem
client based on the SSH File Transfer Protocol. This is useful for
mounting a remote computer that you have ssh access to as a local
filesystem. This allows you to drag and drop files or run shell commands
on the remote files as if they were on your local computer.
</para>
&lfs72_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&sshfs-fuse-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&sshfs-fuse-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &sshfs-fuse-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &sshfs-fuse-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &sshfs-fuse-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &sshfs-fuse-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Sshfs Fuse Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="fuse"/>,
<xref linkend="glib2"/>, and
<xref linkend="openssh"/>.
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/sshfs-fuse"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Sshfs Fuse</title>
<para>
Install <application>Sshfs Fuse</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 id="sshfs-fuse-install">
<title>Using Sshfs Fuse</title>
<para>
To mount an ssh server you need to be able to log into the server. For
example, to mount your home folder on the computer called THINGY on the
folder ~/MOUNTPATH (the directory must exist and you must have permissions
to write to it):
</para>
<screen><userinput>sshfs THINGY:~ ~/MOUNTPATH</userinput></screen>
<para>
When you've finished work and want to unmount it again:
</para>
<screen><userinput>fusermount -u ~/MOUNTPATH</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<seglistitem>
<seg>sshfs.</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="sshfs">
<term><command>sshfs</command></term>
<listitem>
<para>
mounts an <command>ssh</command> server as a local file system.
</para>
<indexterm zone="sshfs-fuse sshfs">
<primary sortas="b-sshfs">sshfs</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>