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
xfce:thunar:unix-filesystem [2019/11/30 21:51] – added icon and section dividers. minor spelling corrections kevinbowenxfce:thunar:unix-filesystem [2022/12/11 11:04] (current) – [Gnome Virtual File System (GVFS)] alexxcons
Line 1: Line 1:
-{{ :xfce:thunar:thunar.png?nolink|}} +~~NOTOC~~ 
-====== The UNIX File System ======+{{ :xfce:xfce.thunar.png?no link|}} 
 +====== Thunar - The UNIX File System ====== 
 + 
 +  * **[[#Folders and Paths|Folders and Paths]]** 
 +  * **[[#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.
Line 14: Line 21:
 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 ''My Files'' folder in Windows. The home directories of the various users in a system are usually located below the ''/home'' folder. For example ''/home/luke'' would be the home directory of the user with the login name luke, while ''/home/jane'' would be the home directory for the user with the login name jane. 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 ''My Files'' folder in Windows. The home directories of the various users in a system are usually located below the ''/home'' folder. For example ''/home/luke'' would be the home directory of the user with the login name luke, while ''/home/jane'' would be the home directory for the user with the login name jane.
  
 +[[|Back To Top]]
 ---- ----
  
Line 34: Line 42:
 !As mentioned earlier, (most) devices are also accessed through the file system. These special device files are usually located in the ''/dev'' folder. For example the special file ''/dev/hda'' represents the first IDE disk on a Linux system.  !As mentioned earlier, (most) devices are also accessed through the file system. These special device files are usually located in the ''/dev'' folder. For example the special file ''/dev/hda'' represents the first IDE disk on a Linux system. 
  
 +[[|Back To Top]]
 ----  ---- 
  
 ===== Gnome Virtual File System (GVFS)  ===== ===== Gnome Virtual File System (GVFS)  =====
-Some thunar features, like **support for trash**, **removable media** and **remote file systems** only can be used if the [[https://wiki.gnome.org/Projects/gvfs|gvfs]] packages provided by your distribution are installed+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://wiki.gnome.org/Projects/gvfs|gvfs]] packages provided by your distribution are installed
  
-E.g. For Debian and itsderivatives, the packages "gvfs-backends" and "gvfs-fuse" are required.+E.g. For Debian and its derivatives, the packages "gvfs-backends" and "gvfs-fuse" are required.
  
 Dependent on which gvfs-backends you want to use, further packages will need to be installed. Dependent on which gvfs-backends you want to use, further packages will need to be installed.
  
-Gvfs allows to mount new drives without the need to be root. You can e.g. use the GUI Tool [[https://goodies.xfce.org/projects/applications/gigolo|gigolo]] to do so.+Gvfs allows mounting new drives without the need to be root. You can e.g. use the GUI Tool [[https://goodies.xfce.org/projects/applications/gigolo|gigolo]] to do so.
  
 Best check the [[https://wiki.gnome.org/Projects/gvfs/backends|gvfs-backends documentation]] for details. Best check the [[https://wiki.gnome.org/Projects/gvfs/backends|gvfs-backends documentation]] for details.
Line 51: Line 60:
 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.
  
-Here some example locations to enter into the location selector. Please check the  [[https://wiki.gnome.org/Projects/gvfs|gvfs documentation]] for a complete list.+Here are some example locations to enter into the location selector. Please check the [[https://wiki.gnome.org/Projects/gvfs|gvfs documentation]] for a complete list.
  
 == Access via Secure file transfer program == == Access via Secure file transfer program ==