Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
thunar:dev:test_remotes [2021/01/01 12:10] – [Thunar - Testing a remote connection] alexxconsthunar:dev:test_remotes [2023/06/22 21:43] (current) – [Thunar - Testing a remote connection] alexxcons
Line 2: Line 2:
 {{ :thunar:dev:thunar.png?nolink|}} {{ :thunar:dev:thunar.png?nolink|}}
 ====== Thunar - Testing a remote connection ====== ====== Thunar - Testing a remote connection ======
 +
 +Prerequirements:
 +
 +Install ''gvfs-backends''
  
 ===== SFTP ===== ===== SFTP =====
 +
 +Prerequirements: install ''openssh-server'' and ''openssh-client''
  
 Testing sftp connection on localhost: Testing sftp connection on localhost:
Line 16: Line 22:
  
   * Install nfs-kernel-server and nfs-common   * Install nfs-kernel-server and nfs-common
-  * Add the following line to /etc/exports: ''/path/to/my/thunar/test/folder 127.0.0.1'' +  * Add the following line to /etc/exports: ''/path/to/my/thunar/test/folder *(rw,sync,root_squash,subtree_check)''
-  * sudo mkdir /mnt/NFS_Test+
   * ''sudo systemctl restart nfs-kernel-server''   * ''sudo systemctl restart nfs-kernel-server''
-  * sudo mount 127.0.0.1:/path/to/my/thunar/test/folder /mnt/NFS_Test 
   * If it does not work, check ''sudo systemctl status nfs-kernel-server'' and ''sudo less /var/log/syslog | grep nfs''   * If it does not work, check ''sudo systemctl status nfs-kernel-server'' and ''sudo less /var/log/syslog | grep nfs''
 +
 +  * You can as well try to mount via ''mount'' command
 +     * sudo mkdir /mnt/NFS_Test
 +     * sudo mount 127.0.0.1:/path/to/my/thunar/test/folder /mnt/NFS_Test
 +
 +===== SMB =====
 +
 +  * Install ''samba'' and ''smbclient''
 +  * Check that samba is running ''systemctl status smbd''
 +  * Follow the manual of the [[https://docs.xfce.org/xfce/thunar/thunar-shares-plugin|thunar-shares-plugin]].
 +  * Share folders with thunar-shares-plugin .. however some folders are automatically available: 
 +
 +  smb://localhost/
  
 ---- ----