<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>http://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Fsshfs</id>
	<title>Comandos de la terminal/sshfs - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Fsshfs"/>
	<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/sshfs&amp;action=history"/>
	<updated>2026-04-06T02:37:36Z</updated>
	<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/sshfs&amp;diff=6845&amp;oldid=prev</id>
		<title>Rrc en 21:11 5 dic 2014</title>
		<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/sshfs&amp;diff=6845&amp;oldid=prev"/>
		<updated>2014-12-05T21:11:27Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
* [[:#sshfs | sshfs]]&lt;br /&gt;
&lt;br /&gt;
== sshfs ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# urpmq -a -y sshfs&lt;br /&gt;
sshfs-fuse&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# urpmi sshfs-fuse&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    $MIRRORLIST: media/core/release/sshfs-fuse-2.4-2.mga4.x86_64.rpm&lt;br /&gt;
installing sshfs-fuse-2.4-2.mga4.x86_64.rpm from /var/cache/urpmi/rpms         &lt;br /&gt;
Preparing...                     #############################################&lt;br /&gt;
      1/1: sshfs-fuse            #############################################&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# rpm -ql sshfs-fuse&lt;br /&gt;
/usr/bin/sshfs&lt;br /&gt;
/usr/share/doc/sshfs-fuse&lt;br /&gt;
/usr/share/doc/sshfs-fuse/AUTHORS&lt;br /&gt;
/usr/share/doc/sshfs-fuse/COPYING&lt;br /&gt;
/usr/share/doc/sshfs-fuse/ChangeLog&lt;br /&gt;
/usr/share/doc/sshfs-fuse/INSTALL&lt;br /&gt;
/usr/share/doc/sshfs-fuse/NEWS&lt;br /&gt;
/usr/share/doc/sshfs-fuse/README&lt;br /&gt;
/usr/share/man/man1/sshfs.1.xz&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# ls -al $( which fusermount)&lt;br /&gt;
-rwsr-xr-x 1 root root 32736 Oct 19  2013 /usr/bin/fusermount*&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# rpm -qf $( which fusermount)&lt;br /&gt;
fuse-2.9.3-2.mga4&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# sshfs --help&lt;br /&gt;
usage: sshfs [user@]host:[dir] mountpoint [options]&lt;br /&gt;
&lt;br /&gt;
general options:&lt;br /&gt;
    -o opt,[opt...]        mount options&lt;br /&gt;
    -h   --help            print help&lt;br /&gt;
    -V   --version         print version&lt;br /&gt;
&lt;br /&gt;
SSHFS options:&lt;br /&gt;
    -p PORT                equivalent to &amp;#039;-o port=PORT&amp;#039;&lt;br /&gt;
    -C                     equivalent to &amp;#039;-o compression=yes&amp;#039;&lt;br /&gt;
    -F ssh_configfile      specifies alternative ssh configuration file&lt;br /&gt;
    -1                     equivalent to &amp;#039;-o ssh_protocol=1&amp;#039;&lt;br /&gt;
    -o reconnect           reconnect to server&lt;br /&gt;
    -o delay_connect       delay connection to server&lt;br /&gt;
    -o sshfs_sync          synchronous writes&lt;br /&gt;
    -o no_readahead        synchronous reads (no speculative readahead)&lt;br /&gt;
    -o sshfs_debug         print some debugging information&lt;br /&gt;
    -o cache=BOOL          enable caching {yes,no} (default: yes)&lt;br /&gt;
    -o cache_timeout=N     sets timeout for caches in seconds (default: 20)&lt;br /&gt;
    -o cache_X_timeout=N   sets timeout for {stat,dir,link} cache&lt;br /&gt;
    -o workaround=LIST     colon separated list of workarounds&lt;br /&gt;
             none             no workarounds enabled&lt;br /&gt;
             all              all workarounds enabled&lt;br /&gt;
             [no]rename       fix renaming to existing file (default: off)&lt;br /&gt;
             [no]nodelaysrv   set nodelay tcp flag in sshd (default: off)&lt;br /&gt;
             [no]truncate     fix truncate for old servers (default: off)&lt;br /&gt;
             [no]buflimit     fix buffer fillup bug in server (default: on)&lt;br /&gt;
    -o idmap=TYPE          user/group ID mapping, possible types are:&lt;br /&gt;
             none             no translation of the ID space (default)&lt;br /&gt;
             user             only translate UID of connecting user&lt;br /&gt;
             file             translate UIDs/GIDs contained in uidfile/gidfile&lt;br /&gt;
    -o uidfile=FILE        file containing username:remote_uid mappings&lt;br /&gt;
    -o gidfile=FILE        file containing groupname:remote_gid mappings&lt;br /&gt;
    -o nomap=TYPE          with idmap=file, how to handle missing mappings&lt;br /&gt;
             ignore           don&amp;#039;t do any re-mapping&lt;br /&gt;
             error            return an error (default)&lt;br /&gt;
    -o ssh_command=CMD     execute CMD instead of &amp;#039;ssh&amp;#039;&lt;br /&gt;
    -o ssh_protocol=N      ssh protocol to use (default: 2)&lt;br /&gt;
    -o sftp_server=SERV    path to sftp server or subsystem (default: sftp)&lt;br /&gt;
    -o directport=PORT     directly connect to PORT bypassing ssh&lt;br /&gt;
    -o slave               communicate over stdin and stdout bypassing network&lt;br /&gt;
    -o transform_symlinks  transform absolute symlinks to relative&lt;br /&gt;
    -o follow_symlinks     follow symlinks on the server&lt;br /&gt;
    -o no_check_root       don&amp;#039;t check for existence of &amp;#039;dir&amp;#039; on server&lt;br /&gt;
    -o password_stdin      read password from stdin (only for pam_mount!)&lt;br /&gt;
    -o SSHOPT=VAL          ssh options (see man ssh_config)&lt;br /&gt;
&lt;br /&gt;
FUSE options:&lt;br /&gt;
    -d   -o debug          enable debug output (implies -f)&lt;br /&gt;
    -f                     foreground operation&lt;br /&gt;
    -s                     disable multi-threaded operation&lt;br /&gt;
&lt;br /&gt;
    -o allow_other         allow access to other users&lt;br /&gt;
    -o allow_root          allow access to root&lt;br /&gt;
    -o auto_unmount        auto unmount on process termination&lt;br /&gt;
    -o nonempty            allow mounts over non-empty file/dir&lt;br /&gt;
    -o default_permissions enable permission checking by kernel&lt;br /&gt;
    -o fsname=NAME         set filesystem name&lt;br /&gt;
    -o subtype=NAME        set filesystem type&lt;br /&gt;
    -o large_read          issue large read requests (2.4 only)&lt;br /&gt;
    -o max_read=N          set maximum size of read requests&lt;br /&gt;
&lt;br /&gt;
    -o hard_remove         immediate removal (don&amp;#039;t hide files)&lt;br /&gt;
    -o use_ino             let filesystem set inode numbers&lt;br /&gt;
    -o readdir_ino         try to fill in d_ino in readdir&lt;br /&gt;
    -o direct_io           use direct I/O&lt;br /&gt;
    -o kernel_cache        cache files in kernel&lt;br /&gt;
    -o [no]auto_cache      enable caching based on modification times (off)&lt;br /&gt;
    -o umask=M             set file permissions (octal)&lt;br /&gt;
    -o uid=N               set file owner&lt;br /&gt;
    -o gid=N               set file group&lt;br /&gt;
    -o entry_timeout=T     cache timeout for names (1.0s)&lt;br /&gt;
    -o negative_timeout=T  cache timeout for deleted names (0.0s)&lt;br /&gt;
    -o attr_timeout=T      cache timeout for attributes (1.0s)&lt;br /&gt;
    -o ac_attr_timeout=T   auto cache timeout for attributes (attr_timeout)&lt;br /&gt;
    -o noforget            never forget cached inodes&lt;br /&gt;
    -o remember=T          remember cached inodes for T seconds (0s)&lt;br /&gt;
    -o nopath              don&amp;#039;t supply path if not necessary&lt;br /&gt;
    -o intr                allow requests to be interrupted&lt;br /&gt;
    -o intr_signal=NUM     signal to send on interrupt (10)&lt;br /&gt;
    -o modules=M1[:M2...]  names of modules to push onto filesystem stack&lt;br /&gt;
&lt;br /&gt;
    -o max_write=N         set maximum size of write requests&lt;br /&gt;
    -o max_readahead=N     set maximum readahead&lt;br /&gt;
    -o max_background=N    set number of maximum background requests&lt;br /&gt;
    -o congestion_threshold=N  set kernel&amp;#039;s congestion threshold&lt;br /&gt;
    -o async_read          perform reads asynchronously (default)&lt;br /&gt;
    -o sync_read           perform reads synchronously&lt;br /&gt;
    -o atomic_o_trunc      enable atomic open+truncate support&lt;br /&gt;
    -o big_writes          enable larger than 4kB writes&lt;br /&gt;
    -o no_remote_lock      disable remote file locking&lt;br /&gt;
    -o no_remote_flock     disable remote file locking (BSD)&lt;br /&gt;
    -o no_remote_posix_lock disable remove file locking (POSIX)&lt;br /&gt;
    -o [no_]splice_write   use splice to write to the fuse device&lt;br /&gt;
    -o [no_]splice_move    move data while splicing to the fuse device&lt;br /&gt;
    -o [no_]splice_read    use splice to read from the fuse device&lt;br /&gt;
&lt;br /&gt;
Module options:&lt;br /&gt;
&lt;br /&gt;
[iconv]&lt;br /&gt;
    -o from_code=CHARSET   original encoding of file names (default: UTF-8)&lt;br /&gt;
    -o to_code=CHARSET	    new encoding of the file names (default: UTF-8)&lt;br /&gt;
&lt;br /&gt;
[subdir]&lt;br /&gt;
    -o subdir=DIR	    prepend this directory to all paths (mandatory)&lt;br /&gt;
    -o [no]rellinks	    transform absolute symlinks to relative&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# sshfs --version&lt;br /&gt;
SSHFS version 2.4&lt;br /&gt;
FUSE library version: 2.9.3&lt;br /&gt;
fusermount version: 2.9.3&lt;br /&gt;
using FUSE kernel interface version 7.19&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# sshfs --version&lt;br /&gt;
SSHFS version 2.4&lt;br /&gt;
FUSE library version: 2.9.3&lt;br /&gt;
fusermount version: 2.9.3&lt;br /&gt;
using FUSE kernel interface version 7.19&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# fusermount --help&lt;br /&gt;
fusermount: [options] mountpoint&lt;br /&gt;
Options:&lt;br /&gt;
 -h		    print help&lt;br /&gt;
 -V		    print version&lt;br /&gt;
 -o opt[,opt...]   mount options&lt;br /&gt;
 -u		    unmount&lt;br /&gt;
 -q		    quiet&lt;br /&gt;
 -z		    lazy unmount&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ mkdir Pridd&lt;br /&gt;
[rrc@Llawyr ~]$ sshfs usuario1@priddwifi: Pridd&lt;br /&gt;
Password: &lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr Pridd]$ grep 50 /etc/passwd&lt;br /&gt;
rrc:x:500:500:Richard Couture:/home/rrc:/bin/bash&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ ls -al Pridd/&lt;br /&gt;
total 68&lt;br /&gt;
drwxr-x--x  1 501 501 4096 Nov 29 15:49 ./&lt;br /&gt;
drwxr-x--x 48 rrc rrc 4096 Dec  5 14:34 ../&lt;br /&gt;
-rw-r--r--  1 501 501  387 Oct 21  2013 .bash_completion&lt;br /&gt;
-rw-------  1 501 501  124 Nov 20 15:40 .bash_history&lt;br /&gt;
-rw-r--r--  1 501 501   24 Nov 30  2013 .bash_logout&lt;br /&gt;
-rw-r--r--  1 501 501  191 Nov 30  2013 .bash_profile&lt;br /&gt;
-rw-r--r--  1 501 501  124 Nov 30  2013 .bashrc&lt;br /&gt;
drwx------  1 501 501 4096 Aug 30 12:40 .gnupg/&lt;br /&gt;
-rw-------  1 501 501   41 Aug 30 12:42 .lesshst&lt;br /&gt;
drwxr-xr-x  1 501 501 4096 Nov 11 12:28 .local/&lt;br /&gt;
drwxrwxr-x  1 501 501 4096 Aug 30 12:41 Mnt/&lt;br /&gt;
drwxr-xr-x  1 501 501 4096 Jul 13 12:40 .mozilla/&lt;br /&gt;
-rw-r--r--  1 501 501   36 Nov 20 15:44 NuevoArchivo&lt;br /&gt;
-rw-r--r--  1 501 501 3793 Oct 19  2013 .screenrc&lt;br /&gt;
-rw-rw----  1 501 501  590 Nov 28 13:22 Titles&lt;br /&gt;
drwx------  1 501 501 4096 Oct 18  2013 tmp/&lt;br /&gt;
-rw-------  1 501 501  132 Nov 29 15:49 .Xauthority&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ cd Pridd&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr Pridd]$ touch NuevoArchivo&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr Pridd]$ ls -altr&lt;br /&gt;
total 68&lt;br /&gt;
drwx------  1 501 501 4096 Oct 18  2013 tmp/&lt;br /&gt;
-rw-r--r--  1 501 501 3793 Oct 19  2013 .screenrc&lt;br /&gt;
-rw-r--r--  1 501 501  387 Oct 21  2013 .bash_completion&lt;br /&gt;
-rw-r--r--  1 501 501  124 Nov 30  2013 .bashrc&lt;br /&gt;
-rw-r--r--  1 501 501  191 Nov 30  2013 .bash_profile&lt;br /&gt;
-rw-r--r--  1 501 501   24 Nov 30  2013 .bash_logout&lt;br /&gt;
drwxr-xr-x  1 501 501 4096 Jul 13 12:40 .mozilla/&lt;br /&gt;
drwx------  1 501 501 4096 Aug 30 12:40 .gnupg/&lt;br /&gt;
drwxrwxr-x  1 501 501 4096 Aug 30 12:41 Mnt/&lt;br /&gt;
-rw-------  1 501 501   41 Aug 30 12:42 .lesshst&lt;br /&gt;
drwxr-xr-x  1 501 501 4096 Nov 11 12:28 .local/&lt;br /&gt;
-rw-------  1 501 501  124 Nov 20 15:40 .bash_history&lt;br /&gt;
-rw-rw----  1 501 501  590 Nov 28 13:22 Titles&lt;br /&gt;
-rw-------  1 501 501  132 Nov 29 15:49 .Xauthority&lt;br /&gt;
drwxr-x--x  1 501 501 4096 Nov 29 15:49 ./&lt;br /&gt;
drwxr-x--x 48 rrc rrc 4096 Dec  5 14:34 ../&lt;br /&gt;
-rw-r--r--  1 501 501   36 Dec  5 14:38 NuevoArchivo&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr Pridd]$ rm NuevoArchivo&lt;br /&gt;
rm: remove regular file ‘NuevoArchivo’? y&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr Pridd]$ ls -altr&lt;br /&gt;
total 64&lt;br /&gt;
drwx------  1 501 501 4096 Oct 18  2013 tmp/&lt;br /&gt;
-rw-r--r--  1 501 501 3793 Oct 19  2013 .screenrc&lt;br /&gt;
-rw-r--r--  1 501 501  387 Oct 21  2013 .bash_completion&lt;br /&gt;
-rw-r--r--  1 501 501  124 Nov 30  2013 .bashrc&lt;br /&gt;
-rw-r--r--  1 501 501  191 Nov 30  2013 .bash_profile&lt;br /&gt;
-rw-r--r--  1 501 501   24 Nov 30  2013 .bash_logout&lt;br /&gt;
drwxr-xr-x  1 501 501 4096 Jul 13 12:40 .mozilla/&lt;br /&gt;
drwx------  1 501 501 4096 Aug 30 12:40 .gnupg/&lt;br /&gt;
drwxrwxr-x  1 501 501 4096 Aug 30 12:41 Mnt/&lt;br /&gt;
-rw-------  1 501 501   41 Aug 30 12:42 .lesshst&lt;br /&gt;
drwxr-xr-x  1 501 501 4096 Nov 11 12:28 .local/&lt;br /&gt;
-rw-------  1 501 501  124 Nov 20 15:40 .bash_history&lt;br /&gt;
-rw-rw----  1 501 501  590 Nov 28 13:22 Titles&lt;br /&gt;
-rw-------  1 501 501  132 Nov 29 15:49 .Xauthority&lt;br /&gt;
drwxr-x--x 48 rrc rrc 4096 Dec  5 14:34 ../&lt;br /&gt;
drwxr-x--x  1 501 501 4096 Dec  5  2014 ./&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ fusermount Pridd&lt;br /&gt;
fusermount: old style mounting not supported&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ fusermount -u Pridd&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ ls -al Pridd/&lt;br /&gt;
total 8&lt;br /&gt;
drwx------  2 rrc rrc 4096 Dec  5 14:34 ./&lt;br /&gt;
drwxr-x--x 48 rrc rrc 4096 Dec  5 14:34 ../&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# vi /etc/fstab&lt;br /&gt;
&lt;br /&gt;
# Entry for /dev/sda1 :&lt;br /&gt;
UUID=03f85f17-01a4-46ba-b85c-cd89defa1506 / ext4 acl,noatime 1 1&lt;br /&gt;
/dev/md2 /home ext4 acl,noatime 1 2&lt;br /&gt;
none /proc proc defaults 0 0&lt;br /&gt;
# Entry for /dev/sdb1 :&lt;br /&gt;
UUID=9a6f86e2-f636-4697-80ee-acd930ef664b swap swap defaults 0 0&lt;br /&gt;
&lt;br /&gt;
usuario1@priddwifi: /home/rrc/Pridd fuse.sshfs x-systemd.automount,default_permissions 0 0&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# mount -avvv&lt;br /&gt;
/                        : ignored&lt;br /&gt;
/home                    : already mounted&lt;br /&gt;
mount: none is already mounted or /proc busy&lt;br /&gt;
swap                     : ignored&lt;br /&gt;
Password: &lt;br /&gt;
/home/rrc/Pridd          : successfully mounted&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# ls -al ~rrc/Pridd&lt;br /&gt;
total 64&lt;br /&gt;
drwxr-x--x  1 501 501 4096 Dec  5 14:40 ./&lt;br /&gt;
drwxr-x--x 48 rrc rrc 4096 Dec  5 14:59 ../&lt;br /&gt;
-rw-r--r--  1 501 501  387 Oct 21  2013 .bash_completion&lt;br /&gt;
-rw-------  1 501 501  124 Nov 20 15:40 .bash_history&lt;br /&gt;
-rw-r--r--  1 501 501   24 Nov 30  2013 .bash_logout&lt;br /&gt;
-rw-r--r--  1 501 501  191 Nov 30  2013 .bash_profile&lt;br /&gt;
-rw-r--r--  1 501 501  124 Nov 30  2013 .bashrc&lt;br /&gt;
drwx------  1 501 501 4096 Aug 30 12:40 .gnupg/&lt;br /&gt;
-rw-------  1 501 501   41 Aug 30 12:42 .lesshst&lt;br /&gt;
drwxr-xr-x  1 501 501 4096 Nov 11 12:28 .local/&lt;br /&gt;
drwxrwxr-x  1 501 501 4096 Aug 30 12:41 Mnt/&lt;br /&gt;
drwxr-xr-x  1 501 501 4096 Jul 13 12:40 .mozilla/&lt;br /&gt;
-rw-r--r--  1 501 501 3793 Oct 19  2013 .screenrc&lt;br /&gt;
-rw-rw----  1 501 501  590 Nov 28 13:22 Titles&lt;br /&gt;
drwx------  1 501 501 4096 Oct 18  2013 tmp/&lt;br /&gt;
-rw-------  1 501 501  132 Nov 29 15:49 .Xauthority&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Comandos de la terminal]]&lt;/div&gt;</summary>
		<author><name>Rrc</name></author>
		
	</entry>
</feed>