source: postlfs/filesystems/sshfs-fuse.xml@ 6cce201

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 6cce201 was ee000c3d, checked in by Andrew Benton <andy@…>, 12 years ago

Added Fuse and Sshfs Fuse

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

  • Property mode set to 100644
File size: 4.5 KB
Line 
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 "&sourceforge-repo;/fuse/sshfs-fuse-&sshfs-fuse-version;.tar.gz">
9 <!ENTITY sshfs-fuse-download-ftp " ">
10 <!ENTITY sshfs-fuse-md5sum "3c7c3647c52ce84d09486f1da3a3ce24">
11 <!ENTITY sshfs-fuse-size "132 KB">
12 <!ENTITY sshfs-fuse-buildsize "2.6 MB">
13 <!ENTITY sshfs-fuse-time "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 &lfs71_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"/> and
82 <xref linkend="openssh"/>.
83 </para>
84
85 <para condition="html" role="usernotes">
86 User Notes: <ulink url="&blfs-wiki;/sshfs-fuse"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of Sshfs Fuse</title>
92
93 <para>
94 Install <application>Sshfs Fuse</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>./configure --prefix=/usr &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 This package does not come with a test suite.
103 </para>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110 </sect2>
111
112 <sect2 id="sshfs-fuse-install">
113 <title>Using Sshfs Fuse</title>
114
115 <para>
116 To mount an ssh server you need to be able to log into the server. For
117 example, to mount your home folder on the computer called THINGY on the
118 folder ~/MOUNTPATH (the directory must exist and you must have permissions
119 to write to it):
120 </para>
121
122<screen><userinput>sshfs THINGY:~ ~/MOUNTPATH</userinput></screen>
123
124 <para>
125 When you've finished work and want to unmount it again:
126 </para>
127
128<screen><userinput>fusermount -u ~/MOUNTPATH</userinput></screen>
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Program</segtitle>
136
137 <seglistitem>
138 <seg>sshfs.</seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="sshfs">
148 <term><command>sshfs</command></term>
149 <listitem>
150 <para>
151 mounts an <command>ssh</command> server as a local file system.
152 </para>
153 <indexterm zone="sshfs-fuse sshfs">
154 <primary sortas="b-sshfs">sshfs</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158 </variablelist>
159 </sect2>
160</sect1>
Note: See TracBrowser for help on using the repository browser.