1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY sshfs-fuse-download-http
|
---|
8 | "https://github.com/libfuse/sshfs/releases/download/sshfs_&sshfs-fuse-download-version;/sshfs-fuse-&sshfs-fuse-version;.tar.gz">
|
---|
9 | <!ENTITY sshfs-fuse-download-ftp " ">
|
---|
10 | <!ENTITY sshfs-fuse-md5sum "17494910db8383a366b1301e5f5148a9">
|
---|
11 | <!ENTITY sshfs-fuse-size "136 KB">
|
---|
12 | <!ENTITY sshfs-fuse-buildsize "1.8 MB">
|
---|
13 | <!ENTITY sshfs-fuse-time "less than 0.1 SBU">
|
---|
14 | ]>
|
---|
15 |
|
---|
16 | <sect1 id="sshfs-fuse" xreflabel="sshfs-fuse-&sshfs-fuse-version;">
|
---|
17 | <?dbhtml filename="sshfs-fuse.html"?>
|
---|
18 |
|
---|
19 | <sect1info>
|
---|
20 | <othername>$LastChangedBy$</othername>
|
---|
21 | <date>$Date$</date>
|
---|
22 | </sect1info>
|
---|
23 |
|
---|
24 | <title>sshfs-fuse-&sshfs-fuse-version;</title>
|
---|
25 |
|
---|
26 | <indexterm zone="sshfs-fuse">
|
---|
27 | <primary sortas="a-sshfs-fuse">sshfs-fuse</primary>
|
---|
28 | </indexterm>
|
---|
29 |
|
---|
30 | <sect2 role="package">
|
---|
31 | <title>Introduction to Sshfs Fuse</title>
|
---|
32 |
|
---|
33 | <para>
|
---|
34 | The <application>Sshfs Fuse</application> package contains a filesystem
|
---|
35 | client based on the SSH File Transfer Protocol. This is useful for
|
---|
36 | mounting a remote computer that you have ssh access to as a local
|
---|
37 | filesystem. This allows you to drag and drop files or run shell commands
|
---|
38 | on the remote files as if they were on your local computer.
|
---|
39 | </para>
|
---|
40 |
|
---|
41 | &lfs7a_checked;
|
---|
42 |
|
---|
43 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
44 | <itemizedlist spacing="compact">
|
---|
45 | <listitem>
|
---|
46 | <para>
|
---|
47 | Download (HTTP): <ulink url="&sshfs-fuse-download-http;"/>
|
---|
48 | </para>
|
---|
49 | </listitem>
|
---|
50 | <listitem>
|
---|
51 | <para>
|
---|
52 | Download (FTP): <ulink url="&sshfs-fuse-download-ftp;"/>
|
---|
53 | </para>
|
---|
54 | </listitem>
|
---|
55 | <listitem>
|
---|
56 | <para>
|
---|
57 | Download MD5 sum: &sshfs-fuse-md5sum;
|
---|
58 | </para>
|
---|
59 | </listitem>
|
---|
60 | <listitem>
|
---|
61 | <para>
|
---|
62 | Download size: &sshfs-fuse-size;
|
---|
63 | </para>
|
---|
64 | </listitem>
|
---|
65 | <listitem>
|
---|
66 | <para>
|
---|
67 | Estimated disk space required: &sshfs-fuse-buildsize;
|
---|
68 | </para>
|
---|
69 | </listitem>
|
---|
70 | <listitem>
|
---|
71 | <para>
|
---|
72 | Estimated build time: &sshfs-fuse-time;
|
---|
73 | </para>
|
---|
74 | </listitem>
|
---|
75 | </itemizedlist>
|
---|
76 |
|
---|
77 | <bridgehead renderas="sect3">Sshfs Fuse Dependencies</bridgehead>
|
---|
78 |
|
---|
79 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
80 | <para role="required">
|
---|
81 | <xref linkend="fuse"/>,
|
---|
82 | <xref linkend="glib2"/>, and
|
---|
83 | <xref linkend="openssh"/>.
|
---|
84 | </para>
|
---|
85 |
|
---|
86 | <para condition="html" role="usernotes">
|
---|
87 | User Notes: <ulink url="&blfs-wiki;/sshfs-fuse"/>
|
---|
88 | </para>
|
---|
89 | </sect2>
|
---|
90 |
|
---|
91 | <sect2 role="installation">
|
---|
92 | <title>Installation of Sshfs Fuse</title>
|
---|
93 |
|
---|
94 | <para>
|
---|
95 | Install <application>Sshfs Fuse</application> by running the following
|
---|
96 | commands:
|
---|
97 | </para>
|
---|
98 |
|
---|
99 | <screen><userinput>./configure --prefix=/usr &&
|
---|
100 | make</userinput></screen>
|
---|
101 |
|
---|
102 | <para>
|
---|
103 | This package does not come with a test suite.
|
---|
104 | </para>
|
---|
105 |
|
---|
106 | <para>
|
---|
107 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
108 | </para>
|
---|
109 |
|
---|
110 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
111 | </sect2>
|
---|
112 |
|
---|
113 | <sect2 id="sshfs-fuse-install">
|
---|
114 | <title>Using Sshfs Fuse</title>
|
---|
115 |
|
---|
116 | <para>
|
---|
117 | To mount an ssh server you need to be able to log into the server. For
|
---|
118 | example, to mount your home folder on the computer called THINGY on the
|
---|
119 | folder ~/MOUNTPATH (the directory must exist and you must have permissions
|
---|
120 | to write to it):
|
---|
121 | </para>
|
---|
122 |
|
---|
123 | <screen><userinput>sshfs THINGY:~ ~/MOUNTPATH</userinput></screen>
|
---|
124 |
|
---|
125 | <para>
|
---|
126 | When you've finished work and want to unmount it again:
|
---|
127 | </para>
|
---|
128 |
|
---|
129 | <screen><userinput>fusermount -u ~/MOUNTPATH</userinput></screen>
|
---|
130 | </sect2>
|
---|
131 |
|
---|
132 | <sect2 role="content">
|
---|
133 | <title>Contents</title>
|
---|
134 |
|
---|
135 | <segmentedlist>
|
---|
136 | <segtitle>Installed Program</segtitle>
|
---|
137 | <segtitle>Installed Libraries</segtitle>
|
---|
138 | <segtitle>Installed Directories</segtitle>
|
---|
139 |
|
---|
140 | <seglistitem>
|
---|
141 | <seg>
|
---|
142 | sshfs
|
---|
143 | </seg>
|
---|
144 | <seg>
|
---|
145 | None
|
---|
146 | </seg>
|
---|
147 | <seg>
|
---|
148 | None
|
---|
149 | </seg>
|
---|
150 | </seglistitem>
|
---|
151 | </segmentedlist>
|
---|
152 |
|
---|
153 | <variablelist>
|
---|
154 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
155 | <?dbfo list-presentation="list"?>
|
---|
156 | <?dbhtml list-presentation="table"?>
|
---|
157 |
|
---|
158 | <varlistentry id="sshfs">
|
---|
159 | <term><command>sshfs</command></term>
|
---|
160 | <listitem>
|
---|
161 | <para>
|
---|
162 | mounts an <command>ssh</command> server as a local file system.
|
---|
163 | </para>
|
---|
164 | <indexterm zone="sshfs-fuse sshfs">
|
---|
165 | <primary sortas="b-sshfs">sshfs</primary>
|
---|
166 | </indexterm>
|
---|
167 | </listitem>
|
---|
168 | </varlistentry>
|
---|
169 | </variablelist>
|
---|
170 | </sect2>
|
---|
171 | </sect1>
|
---|