source: postlfs/filesystems/sshfs.xml@ 63a26beb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 63a26beb was 63a26beb, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Tags!

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18306 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.7 KB
RevLine 
[ee000c3d]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
[aaf0f3f]7 <!ENTITY sshfs-download-http
8 "https://github.com/libfuse/sshfs/releases/download/sshfs_&sshfs-version;/sshfs-&sshfs-version;.tar.gz">
9 <!ENTITY sshfs-download-ftp " ">
10 <!ENTITY sshfs-md5sum "0ba25e848ee59e2595d6576c8f6284b6">
11 <!ENTITY sshfs-size "150 KB">
12 <!ENTITY sshfs-buildsize "2.2 MB">
13 <!ENTITY sshfs-time "less than 0.1 SBU">
[ee000c3d]14]>
15
[aaf0f3f]16<sect1 id="sshfs" xreflabel="sshfs-&sshfs-version;">
17 <?dbhtml filename="sshfs.html"?>
[ee000c3d]18
19 <sect1info>
[aaf0f3f]20 <othername>$LastChangedBy: renodr $</othername>
21 <date>$Date: 2016-08-27 23:14:16 +0200 (sam. 27 août 2016) $</date>
[ee000c3d]22 </sect1info>
23
[aaf0f3f]24 <title>sshfs-&sshfs-version;</title>
[ee000c3d]25
[aaf0f3f]26 <indexterm zone="sshfs">
27 <primary sortas="a-sshfs">sshfs</primary>
[ee000c3d]28 </indexterm>
29
30 <sect2 role="package">
[aaf0f3f]31 <title>Introduction to Sshfs</title>
[ee000c3d]32
33 <para>
[aaf0f3f]34 The <application>Sshfs</application> package contains a filesystem
[ee000c3d]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
[63a26beb]41 &lfs80_checked;
[ee000c3d]42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
[aaf0f3f]47 Download (HTTP): <ulink url="&sshfs-download-http;"/>
[ee000c3d]48 </para>
49 </listitem>
50 <listitem>
51 <para>
[aaf0f3f]52 Download (FTP): <ulink url="&sshfs-download-ftp;"/>
[ee000c3d]53 </para>
54 </listitem>
55 <listitem>
56 <para>
[aaf0f3f]57 Download MD5 sum: &sshfs-md5sum;
[ee000c3d]58 </para>
59 </listitem>
60 <listitem>
61 <para>
[aaf0f3f]62 Download size: &sshfs-size;
[ee000c3d]63 </para>
64 </listitem>
65 <listitem>
66 <para>
[aaf0f3f]67 Estimated disk space required: &sshfs-buildsize;
[ee000c3d]68 </para>
69 </listitem>
70 <listitem>
71 <para>
[aaf0f3f]72 Estimated build time: &sshfs-time;
[ee000c3d]73 </para>
74 </listitem>
75 </itemizedlist>
76
[aaf0f3f]77 <bridgehead renderas="sect3">Sshfs Dependencies</bridgehead>
[ee000c3d]78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
[d14cd9a1]81 <xref linkend="fuse"/>,
[0d7900a]82 <xref linkend="glib2"/>, and
[ee000c3d]83 <xref linkend="openssh"/>.
84 </para>
85
86 <para condition="html" role="usernotes">
[aaf0f3f]87 User Notes: <ulink url="&blfs-wiki;/sshfs"/>
[ee000c3d]88 </para>
89 </sect2>
90
91 <sect2 role="installation">
[aaf0f3f]92 <title>Installation of Sshfs</title>
[ee000c3d]93
94 <para>
[aaf0f3f]95 Install <application>Sshfs</application> by running the following
[ee000c3d]96 commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr &amp;&amp;
100make</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
[aaf0f3f]113 <sect2 role="using">
114 <title>Using Sshfs</title>
[ee000c3d]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>
[c3c56b2]137 <segtitle>Installed Libraries</segtitle>
138 <segtitle>Installed Directories</segtitle>
[ee000c3d]139
140 <seglistitem>
[c3c56b2]141 <seg>
142 sshfs
143 </seg>
144 <seg>
145 None
146 </seg>
147 <seg>
148 None
149 </seg>
[ee000c3d]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
[aaf0f3f]158 <varlistentry id="sshfs-prog">
[ee000c3d]159 <term><command>sshfs</command></term>
160 <listitem>
161 <para>
162 mounts an <command>ssh</command> server as a local file system.
163 </para>
[aaf0f3f]164 <indexterm zone="sshfs sshfs-prog">
[ee000c3d]165 <primary sortas="b-sshfs">sshfs</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169 </variablelist>
170 </sect2>
171</sect1>
Note: See TracBrowser for help on using the repository browser.