Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| thunar:dev:test_remotes [2020/03/09 00:29] – alexxcons | thunar:dev:test_remotes [2026/09/11 08:36] (current) – [SFTP] alexxcons | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ~~NOTOC~~ | ||
| + | {{ : | ||
| + | ====== Thunar - Testing a remote connection ====== | ||
| + | |||
| + | Prerequirements: | ||
| + | |||
| + | Install '' | ||
| + | |||
| + | ===== SFTP ===== | ||
| + | |||
| + | Prerequirements: | ||
| Testing sftp connection on localhost: | Testing sftp connection on localhost: | ||
| Line 5: | Line 16: | ||
| Testing ftp connection: | Testing ftp connection: | ||
| ftp:// | ftp:// | ||
| + | | ||
| + | ===== NFS ===== | ||
| + | |||
| + | Testing NFS connection via a local nfs server and local NFS share | ||
| + | |||
| + | * Install nfs-kernel-server and nfs-common | ||
| + | * Add the following line to / | ||
| + | * '' | ||
| + | * If it does not work, check '' | ||
| + | |||
| + | * You can as well try to mount via '' | ||
| + | * sudo mkdir / | ||
| + | * sudo mount 127.0.0.1:/ | ||
| + | |||
| + | ===== SMB ===== | ||
| + | |||
| + | * Install '' | ||
| + | * Check that samba is running '' | ||
| + | * Follow the manual of the [[https:// | ||
| + | * Share folders with thunar-shares-plugin .. however some folders are automatically available: | ||
| + | |||
| + | smb:// | ||
| + | |||
| + | |||
| + | | ||
| + | ---- | ||
| + | | ||
| + | [[: | ||
| + | [[https:// | ||