Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
xfce:thunar:unix-filesystem [2018/05/11 15:37] – alexxcons | xfce:thunar:unix-filesystem [2024/12/11 11:02] (current) – kevinbowen | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== The UNIX File System ====== | + | ~~NOTOC~~ |
+ | {{ : | ||
+ | ====== | ||
+ | |||
+ | * **[[# | ||
+ | * **[[#File Types|File Types]]** | ||
+ | * **[[#Gnome Virtual File System (GVFS)|Gnome Virtual File System (GVFS)]]** | ||
+ | |||
+ | ---- | ||
While the Thunar file manager does a good job at abstracting the details of the underlying file system so the user does not need to care about them, it is sometimes useful to understand the basic concepts to get the whole picture. This section tries to give a brief introduction to the concepts of the UNIX file system, which is used today by all incarnations of UNIX, including Linux. | While the Thunar file manager does a good job at abstracting the details of the underlying file system so the user does not need to care about them, it is sometimes useful to understand the basic concepts to get the whole picture. This section tries to give a brief introduction to the concepts of the UNIX file system, which is used today by all incarnations of UNIX, including Linux. | ||
+ | |||
+ | ---- | ||
===== Folders and Paths ===== | ===== Folders and Paths ===== | ||
- | In a UNIX file system, all folders are arranged in a simple inverted tree structure descending and branching down from a single top-level folder which is called the root directory (the term directory is often used instead of folder) and displayed as {gui> | + | In a UNIX file system, all folders are arranged in a simple inverted tree structure descending and branching down from a single top-level folder which is called the root directory (the term directory is often used instead of folder) and displayed as {gui> |
- | The position of any file or folder in the tree can be described by its path. The path is the list of folders you would have to descend through to get to the target folder or file, starting from the top-level folder. For example ''/ | + | The position of any file or folder in the tree can be described by its path. The path is the list of folders you would have to descend through to get to the target folder or file, starting from the top-level folder. For example ''/ |
Every user has his or her own folder to hold personal files and settings. This folder is called the home directory and is displayed in Thunar as a special icon with the user's login name. The folder is similar to the '' | Every user has his or her own folder to hold personal files and settings. This folder is called the home directory and is displayed in Thunar as a special icon with the user's login name. The folder is similar to the '' | ||
+ | |||
+ | [[|Back To Top]] | ||
+ | ---- | ||
===== File Types ===== | ===== File Types ===== | ||
Line 29: | Line 42: | ||
!As mentioned earlier, (most) devices are also accessed through the file system. These special device files are usually located in the ''/ | !As mentioned earlier, (most) devices are also accessed through the file system. These special device files are usually located in the ''/ | ||
- | ===== Remote Locations | + | [[|Back To Top]] |
+ | ---- | ||
+ | |||
+ | ===== Gnome Virtual File System (GVFS) | ||
+ | Some thunar features, like **support for trash**, **removable media**, **folder specific settings**, **file highlight** and **remote file systems** only can be used if the [[https:// | ||
+ | |||
+ | E.g. For Debian and its derivatives, | ||
+ | |||
+ | Dependent on which gvfs-backends you want to use, further packages will need to be installed. | ||
+ | |||
+ | Gvfs allows mounting new drives without the need to be root. You can e.g. use the GUI Tool [[: | ||
+ | |||
+ | Best check the [[https:// | ||
+ | |||
+ | === Remote File Systems | ||
In addition to the local filesystem thunar is able to display content of remote filesystems via different remote protocols. | In addition to the local filesystem thunar is able to display content of remote filesystems via different remote protocols. | ||
- | First make sure you installed | + | Here are some example locations to enter into the location selector. Please check the [[https:// |
+ | |||
+ | == Access via Secure file transfer program == | ||
+ | sftp:// | ||
+ | |||
+ | |||
+ | == Access to Windows file systems via Samba == | ||
+ | smb:// | ||
- | Here some example locations | + | == Access |
+ | afp:// | ||
- | ==== Via Secure file transfer program ==== | + | <note tip>If you want to permanently store passphrases of remote filesystem locations, you have to install the [[https://wiki.gnome.org/action/ |
- | sftp://johndoe@myRemoteHost.com/home/johndoe | + | |
- | === Via Samba === | + | [[|Back To Top]] |
- | smb:// | + | ---- |
+ | [[: |