<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Fabby</id>
	<title>Manjaro - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Fabby"/>
	<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php/Special:Contributions/Fabby"/>
	<updated>2026-04-04T04:25:49Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Btrfs&amp;diff=28959</id>
		<title>Btrfs</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Btrfs&amp;diff=28959"/>
		<updated>2021-09-24T19:10:17Z</updated>

		<summary type="html">&lt;p&gt;Fabby: /* chances */ As per forum answer...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- This is a boilerplot to help you --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- TOC shows contents of the page --&amp;gt;__TOC__&lt;br /&gt;
[[File:Page Under Construction.jpg|thumb|center|Page under construction]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Example titles --&amp;gt;&lt;br /&gt;
=Btrfs is a modern CoW file system=&lt;br /&gt;
A modern '''C'''opy '''o'''n '''W'''rite file system for Linux aimed at implementing advanced features while also focusing on '''fault tolerance''', '''repair''' and '''easy administration'''. Btrfs not only is a file system, but also is partly a volume manager, software-raid, backup-tool, and it is flash-friendly.&lt;br /&gt;
&lt;br /&gt;
Because Btrfs is different, some things seem unfamiliar and strange. Then [https://btrfs.wiki.kernel.org/index.php/Main_Page btrfs.wiki.kernel.org] is a good starting point to search for answers.&lt;br /&gt;
Development of Btrfs started in 2007. Since that time, Btrfs is a part of the Linux kernel and is under active development. The Btrfs code base is '''[https://btrfs.wiki.kernel.org/index.php/Status stable] .''' However, new features are still under development. Its main features and benefits are:&lt;br /&gt;
*'''Snapshots''' which do not make the full copy of files&lt;br /&gt;
*'''RAID''' - support for software-based RAID 0, RAID 1, RAID 10&lt;br /&gt;
*'''Self-healing''' - checksums for data and metadata, automatic detection of silent data corruption (see [https://btrfs.wiki.kernel.org/index.php/Main_Page btrfs@kernel.org], [https://wiki.archlinux.org/title/Btrfs Btrfs@ARC-wiki], [https://de.wikipedia.org/wiki/Btrfs Btrfs@wikipedia])&lt;br /&gt;
&lt;br /&gt;
=== Familiar with btrfs-slang ? ===&lt;br /&gt;
Because Btrfs is different, you will find some words that do have a special meaning when used for btrfs. This may be a source of confusion. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''volume'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A '''volume''' is a pool of raw storage and consists of one or more '''device'''s. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs volume. You are able to add/remove devices at any time. ''Usually you do '''not''' mount a Btrfs volume.''&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''chunk'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A '''chunk''' is simply a piece of storage that Btrfs can use to put data on. Think of a chunk(usually 1GiB) as of a page in a book. The book is the volume, and the chunk is one page of it. When you start, all pages are empty. When you write data to the volume, one page (=&amp;quot;chunk&amp;quot;) after the other is written to. &lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ '''device'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A '''device''' is some linux device. It may be '''a partition''' like '''/dev/sdz1''' or /dev/sdz2. Or it may be a raw disk device like /dev/sdz without any partitioning. A Btrfs volume consists of '''at least one device'''.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''subvolume'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Btrfs subvolume is an independently mountable POSIX file-tree and '''not a block device'''. It is the part of a volume that will be '''mounted writeable''' into your Linux system. By convention the names of subvolumes start with @ ('''@''', '''@home''', '''@snapshots''' ...). All subvolumes share the space of the Btrfs volume. You may create subvolumes at will. (You may think of subvolumes ''as sort of &amp;quot;dynamic partitions&amp;quot; inside a Btrfs volume'')&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ '''default subvolume''' &amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;The default subvolume of a Btrfs volume is special. When you mount, you normally have to name a subvolume to mount. When you don't name a subvolume, the default subvolume will be used by mount. The default subvolume can be changed to any subvolume. It is advisable to set that subvolume as default, that is used for mounting linux '''&amp;quot;/&amp;quot;''' this is often the subvolume with name '''&amp;quot;@&amp;quot;'''&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''volume-root''' &amp;quot;/&amp;quot;, Btrfs '''layout''' &amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Btrfs volume contains one ore more subvolumes. But they are not stored in form of a list. These subvolumes are stored in a tree-like structure like in a filesystem.  Sometimes called the &amp;quot;top-level subvolume&amp;quot; or &amp;quot;root of the volume&amp;quot;. But be careful this is '''not linux-root &amp;quot;/&amp;quot;''', but Btrfs '''volume-root &amp;quot;/&amp;quot;'''. There are several basic schemas to '''layout''' subvolumes in a volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''snapshot'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A snapshot looks nearly the same as a subvolume. But don´t get confused. When we talk about snapshots we usually mean a &amp;quot;'''Read-Only (RO) photograph''' of a subvolume&amp;quot;. While the subvolume changes with time. A snapshot stays in the state of the subvolume at the time we made it. You can mount snapshots into your linux system, but you only can read the content. And the content will never change while this snapshot exists. When creating '''snapshots''' you have to watch out for the Btrfs-'''layout''' in use.&lt;br /&gt;
It is possible to make a writeable subvolume out of a RO snapshot. This is the way roll back does work.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Self-healing&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs Scrub&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs Balance&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs Quota&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Parts of Btrfs =&lt;br /&gt;
&lt;br /&gt;
== Volume ==&lt;br /&gt;
A pool of raw storage. Consists of one or more devices. The size of the volume will be the addition of all included devices, unless you use RAID. &lt;br /&gt;
&lt;br /&gt;
If you do use more then one device, please also read the section about RAID. You are able to add/remove devices at any time. With adding/removing devices it is also possible to move a volume from one device to another (without changing the UID).&lt;br /&gt;
&lt;br /&gt;
Usually you do not mount the Btrfs volume itself, but you mount subvolumes. There may be times when it is practical to mount the Btrfs volume itself.Then you are able to change the volume layout. All (writeable) subvolumes inside a volume are movable inside the volume with mv. Moving subvolumes will not touch the data, but change the volume layout in an instant.&lt;br /&gt;
&lt;br /&gt;
When not otherwise specified, additional devices are handled as '''J'''ust a '''B'''unch '''o'''f '''D'''isks (JBOD); this means &lt;br /&gt;
{{Info|In most cases it is advisable to use only one Btrfs volume}} &lt;br /&gt;
=== subvolume ===&lt;br /&gt;
&lt;br /&gt;
=== snapshot ===&lt;br /&gt;
A snapshot looks nearly the same as a subvolume. But snapshots really are &amp;quot;read-only photographs of a subvolume&amp;quot;. While the subvolume changes with time. The snapshot is frozen in the state of the subvolume at the time you made it.&lt;br /&gt;
A snapshot is read-only. Therefore it is guaranteed not to change. In a snapshot you will find all files of the subvolume frozen in time. {{BoxWarning|where to place snapshots|When creating snapshots you have to watch out for the volume layout in use}}&lt;br /&gt;
&lt;br /&gt;
Taking a snapshot is '''very fast''', and '''nearly priceless'''. After the snapshot is taken, all future writes will go as in CoW usual. But none of the space occupied by files in the snapshot will be reusable. As you write more and more new files the filesystem will grow because it can not reuse the files in the snapshot. A new snapshot will freeze additional all created or modified files since the last snapshot and so on. If you don´t release(delete) any snapshot you will eventually run out of space soon(disk full)&lt;br /&gt;
&lt;br /&gt;
Deleting a snapshot does not delete any files that are actually in use by other snapshots or the subvolume they where taken from. But to free some space, Btrfs has to test for every file in the snapshot, whether it is in use, or it is not. If it is not, the space of this file/version will be freed.(This is greatly simplified) Therefore it is '''costly to remove snapshots'''. And Btrfs will do this work in the background. You may notice this, because when you delete a snapshot there will be '''no immediate gain in freed space'''. After a while you will notice that some space was freed. &lt;br /&gt;
&lt;br /&gt;
Snapshots (if regularly made) may be used for:&lt;br /&gt;
* comparing config files from different &amp;quot;times&amp;quot;&lt;br /&gt;
* merging config files&lt;br /&gt;
* recovering accidentally deleted/overwritten files&lt;br /&gt;
* system roll back&lt;br /&gt;
* anchor for a backup with send/receive&lt;br /&gt;
* basis for a seed&lt;br /&gt;
* ''what do you use snapshots for ?''&lt;br /&gt;
&lt;br /&gt;
Making and deleting snapshots is best done automatically:&lt;br /&gt;
* snapper&lt;br /&gt;
* timeshift&lt;br /&gt;
&lt;br /&gt;
If you need to roll back into a snapshot you have to replace the actual subvolume by the chosen snapshot.&lt;br /&gt;
* Make a snapshot of the actual subvolume (for later reference)&lt;br /&gt;
* Move the subvolume out of its actual place&lt;br /&gt;
* Create a new subvolume from the snapshot chosen for roll back&lt;br /&gt;
* Make the new subvolume the default&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{BoxDanger|Snapshots together with quotas|There are reports about massive problems when using '''quotas''' together with snapshots (snapper, timeshift)}}&lt;br /&gt;
&lt;br /&gt;
=== quotas ===&lt;br /&gt;
Quota support in Btrfs is implemented at the subvolume level.&lt;br /&gt;
&lt;br /&gt;
For more info see [https://btrfs.wiki.kernel.org/index.php/Quota_support Quota_support@btrfs.kernel.org]&lt;br /&gt;
{{BoxDanger|Reports about problems|There are reports about massive problems when using quotas (especially together with snapshots, snapper, timeshift)}}&lt;br /&gt;
* [https://forum.manjaro.org/t/freeze-issues-with-btrfs-and-timeshift/22005/10 freeze-issues-with-btrfs-and-timeshift 2021]&lt;br /&gt;
* [https://forum.manjaro.org/t/cannot-clone-btrfs-boot-drive-with-clonezilla/78836/10 cannot-clone-btrfs-boot-drive-with-clonezilla 2021]&lt;br /&gt;
* [https://forum.manjaro.org/t/btrfs-qgroups-warning-error/64029 btrfs-qgroups-warning-error 2021]&lt;br /&gt;
* [https://forum.manjaro.org/t/files-disappearing-in-btrfs-and-ssd/28991 files-disappearing-in-btrfs-and-ssd 2020]&lt;br /&gt;
&lt;br /&gt;
=== RAID ===&lt;br /&gt;
&lt;br /&gt;
=== balance ===&lt;br /&gt;
&lt;br /&gt;
=== scrub ===&lt;br /&gt;
&lt;br /&gt;
=== compression ===&lt;br /&gt;
&lt;br /&gt;
{{BoxWarning|Grub needs to load the kernel and initrd|When you use compression on kernel, initrd, or grub config files, grub needs to decompress these files. Otherwise you will '''not be able to boot'''. GRUB introduced '''zstd''' support in '''2.04.'''}}&lt;br /&gt;
&lt;br /&gt;
=== encryption ===&lt;br /&gt;
&lt;br /&gt;
=== send / receive ===&lt;br /&gt;
&lt;br /&gt;
= Btrfs Tools =&lt;br /&gt;
&lt;br /&gt;
===Btrfs===&lt;br /&gt;
&lt;br /&gt;
===btrfsck===&lt;br /&gt;
this is not what you think it is 😜&lt;br /&gt;
&lt;br /&gt;
== Recomendations ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ We recommend using Btrfs with UEFI and GPT&lt;br /&gt;
|-&lt;br /&gt;
! Partition !! Filesystem !! Size !! Partition type&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda1 || Fat32 || 1GiB || EFI system partition&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda2 || Btrfs || 1Gib - 8EiB || Btrfs Volume &lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda3 || swap || 4GiB, at least your RAM-size || Swap partition (optional)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ IF you don't have UEFI, you may use Btrfs with BIOS and GPT&lt;br /&gt;
|-&lt;br /&gt;
! Partition !! Filesystem !! Size !! Partition type&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda1 ||(bootloader)|| 4MiB || BIOS boot partition&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda2 || Btrfs || 1Gib - 8EiB || Btrfs Volume &lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda3 || swap || 4GiB, at least your RAM-size || Swap partition (optional)&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- If you use command, it should be inside of usercmd. You can see below example --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=example command should be here}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use code, it should be like below example(a space before that) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Example codes should be here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Don't forget to look more templates: https://wiki.manjaro.org/index.php/Help:Template --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Please be aware that the information on this page is a simplified version of the reality. Is is written to make the reader understand a little of these complex things. To get an in depth understanding it will be neccesary to read further at btrfs.wiki.kernel.org or other places.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
=== Why not btrfs ? ===&lt;br /&gt;
A lot of people say: &amp;quot;'''I don't use btrfs because''' it is experimental and is '''not stable'''. You can´t use it in production. It is not safe!&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Not stable ? ====&lt;br /&gt;
The status of btrfs was experimental for a long time, but the the core functionality is considered '''good enough for daily use'''. &amp;lt;small&amp;gt;(from kernel.org)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you see statements declaring Btrfs as not stable, please look for the date of them. Some seem to date from 10 years ago. So if you want to give Btrfs a chance, you have to look for newer statements. Maybe even look at [https://btrfs.wiki.kernel.org Btrfs Kernel Wiki] as that sure is the best information regarding Btrfs&lt;br /&gt;
&lt;br /&gt;
==== Experimental ? ====&lt;br /&gt;
Btrfs is feature-rich! There are new features being implemented and these should be considered experimental for a few releases when the bugs get ironed out when number of brave users help stabilizing it.&amp;lt;small&amp;gt;(from kernel.org)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some features are '''not implemented yet'''. Others are only '''partly implemented'''. Some are '''experimental''' and not suggested for production use. As is always the case in Linux-land ''you'' decide what to use, and so you are responsible for your own decisions.&lt;br /&gt;
&lt;br /&gt;
==== Not usable for production ? ====&lt;br /&gt;
* [https://btrfs.wiki.kernel.org/index.php/Getting_started#Distro_support Distro support] for Btrfs as main filesystem &lt;br /&gt;
* Some companies do use Btrfs in production@wiki.btrfs.kernel.org&lt;br /&gt;
* Some manufacturers do deploy devices where Btrfs is installed by default.&lt;br /&gt;
&lt;br /&gt;
==== Difficult to repair ? ====&lt;br /&gt;
Indeed, when you search for the usual ways to repair a file system like FAT or Ext4 then you don't find good information. But this is not because it is difficult to repair Btrfs, but because repairing Btrfs '''does work very differently'''.&lt;br /&gt;
&lt;br /&gt;
== What's this &amp;quot;Copy on Write&amp;quot; ==&lt;br /&gt;
When you want to get the most out of using Btrfs you do need to know some things about this file system. Then you are able to use it properly and to your advantage. Btrfs is not difficult, but different to some extend.&lt;br /&gt;
&lt;br /&gt;
=== Write in place (FAT32) ===&lt;br /&gt;
Most older file systems do write &amp;quot;in place&amp;quot;. This means that some data or metadata will be written &amp;quot;over&amp;quot; the previous data at the same place. &lt;br /&gt;
&lt;br /&gt;
For example this is the case for FAT32 file systems. The '''F'''ile '''A'''llocation '''T'''able is at a fixed place on this file system. When the &amp;quot;FAT&amp;quot; changes (because a file got bigger and needs more blocks), this new FAT must be written with the new data to the same place as before. When the disk is ejected before (or while) this data is written, the file system will be corrupted. And the FAT does change a lot.&lt;br /&gt;
&lt;br /&gt;
The danger of corruption is especially big while metadata (like filename, permission, usage of disk space ...) is being written.&lt;br /&gt;
&lt;br /&gt;
=== Write to a metadata-log (Ext4) ===&lt;br /&gt;
There is a solution to this with newer file systems like Ext4. Instead of writing metadata &amp;quot;in place&amp;quot;, metadata is written into an &amp;quot;endless&amp;quot; log. Then it is not possible to be corrupted while overwritten. This is possible because metadata is only a very small part of the data in a file system.&lt;br /&gt;
&lt;br /&gt;
There has to be an additional mechanism to make this safe. Sometimes this is called &amp;quot;barriers&amp;quot;, and there have to be checksums that tell when a part of the log is corrupted.&lt;br /&gt;
&lt;br /&gt;
This does protect the file system itself, but not the files in it. Because a file may be overwritten in place, and then the old file is lost, and the new one may not have been written completely.&lt;br /&gt;
&lt;br /&gt;
=== Copy on Write! (Btrfs)===&lt;br /&gt;
Copy on Write is a &amp;quot;new&amp;quot; concept. It means the file system will try to '''never''' write over existing data. '''How is this even possible?'''&lt;br /&gt;
* Files are appended at the end of a &amp;quot;data page&amp;quot;&lt;br /&gt;
* Metadata is appended at a &amp;quot;metadata page&amp;quot;&lt;br /&gt;
* Inside a page nothing is ever overwritten&lt;br /&gt;
* When a page is full the file system will use the next free page&lt;br /&gt;
* Deleting a file does not write/clean its data, but writes metadata, that marks this file as deleted&lt;br /&gt;
* Overwriting a file does first append the new file to the &amp;quot;data page&amp;quot;, then writes the metadata for this file&lt;br /&gt;
* Changing small parts of a file will write only the new parts, then link the rest to the old file&lt;br /&gt;
* there are checksums for data and metadata&lt;br /&gt;
&lt;br /&gt;
==== Downsides ====&lt;br /&gt;
* Management of space is complex&lt;br /&gt;
* There are 2 sorts of pages&lt;br /&gt;
* There has to be a clean-up-process who makes the space of deleted files reusable, so that the disk does not run out of free pages&lt;br /&gt;
* It must be avoided to write data unnecessarily, because then the clean-up would also be very expensive&lt;br /&gt;
&lt;br /&gt;
==== (Dis)advantages ====&lt;br /&gt;
* It is possible to detect nearly any corruption because of the checksums&lt;br /&gt;
** When the power is lost, or the disk is disconnected, all old data is save. WHY?&lt;br /&gt;
** Every bit of &amp;quot;old&amp;quot; data from before the power loss or the disconnection is present because it is NOT overwritten&lt;br /&gt;
** Only the newly written data may be partly damaged&lt;br /&gt;
** The metadata may also be partly damaged&lt;br /&gt;
** When mounting the volume it is possible by analysing checksums and metadata to find the point in the file system where all was good&lt;br /&gt;
** Btrfs will automatically roll back to this point, then it can mount the file system writeable&lt;br /&gt;
&lt;br /&gt;
* CoW is a sound foundation to build upon&lt;br /&gt;
** Snapshots&lt;br /&gt;
** RAID&lt;br /&gt;
** Volume management&lt;br /&gt;
** Compression&lt;br /&gt;
** Encryption (maybe some time in the future)&lt;br /&gt;
&lt;br /&gt;
{{BoxWarning|Don´t disable CoW in Btrfs|It is possible to disable CoW in Btrfs. But then you '''loose all benefits''' of Btrfs. It won´t even make checksums. If you don't like CoW, then you better use another filesystem}}&lt;br /&gt;
&lt;br /&gt;
= Use the Forum! =&lt;br /&gt;
It is a good Idea to [https://forum.manjaro.org/search?q=btrfs search the forum] for posts related to btrfs. &lt;br /&gt;
&lt;br /&gt;
= Btrfs is fast moving! See Also:=&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
* [https://btrfs.wiki.kernel.org Btrfs@kernel.org]&lt;br /&gt;
* [https://wiki.archlinux.org/title/btrfs Btrfs@ARCH-wiki]&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Category or categories should have a translation extension below example--&amp;gt;&lt;br /&gt;
[[Category:Boilerplate{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=File_Systems&amp;diff=28958</id>
		<title>File Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=File_Systems&amp;diff=28958"/>
		<updated>2021-09-24T18:38:01Z</updated>

		<summary type="html">&lt;p&gt;Fabby: Correct spelling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
[[File:Page Under Construction.jpg|thumb|center|Page under construction]]&lt;br /&gt;
__TOC__&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
This page provides information on some of the filesystems commonly used in Manjaro. It also shows where and how they are used. Further information on these and other filesystems can be found in the ARCH Wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
A filesystem manages the space on a storage medium (hard disk, SSD ...). It makes this memory available to the operating system so that files can be saved and read again. Each of the following filesystems has advantages and disadvantages. They are mostly developed for a special purpose and are therefore used in a certain environment.&lt;br /&gt;
&lt;br /&gt;
== Linux == &amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
filesystems that are mostly used under Linux.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
Note that many filesystem drivers are already included in the Linux kernel. You may not need anything else to mount, read, or write these filesystems. But there are packages with additional tools. You may need them to format, check, repair, modify, or optimize such filesystems. So if you regularly use a filesystem, it is a good idea to install the appropriate tools.&lt;br /&gt;
&lt;br /&gt;
=== Ext2 → Ext3 → Ext4 === &amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
Ext4 is the default filesystem in Manjaro at the moment. It is the evolution of the most used Linux filesystems (Ext3, Ext2) and promises improved design, better performance, reliability, and features over its predecessors.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
If you are using Ext2 or Ext3, you can convert the partition to Ext4. Ext4 uses journaling, checksums and write barriers and is therefore more robust against damage.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
Currently Ext4 is fully supported in Win10 and OsX. Support for ext4 has been built in since WSL is included in Win10 (2016).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
see [https://ext4.wiki.kernel.org/ Ext4@kernel.org], [https://wiki.archlinux.org/title/Ext4 Ext4@ARCH-wiki], [https://de.wikipedia.org/wiki/Ext4 Ext4@wikipedia] &lt;br /&gt;
&amp;lt;br&amp;gt;For advanced optimizations see  [https://wiki.archlinux.org/index.php/Ext4#Improving_performance Improving Ext4 performance@Archwiki].&lt;br /&gt;
&lt;br /&gt;
====Install==== &amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
In Manjaro, e2fsprogs is already installed&lt;br /&gt;
&lt;br /&gt;
===Btrfs=== &amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
A modern '''C'''opy '''o'''n '''W'''rite filesystem for Linux aimed at implementing advanced features while also focusing on '''fault tolerance''', '''repair''' and '''easy administration'''. Btrfs not only is a filesystem, but also is partly a volume manager, software-raid, backup-tool, and it is flash-friendly.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
Because Btrfs is different, some things seem unfamiliar and strange. Then [https://btrfs.wiki.kernel.org/index.php/Main_Page Btrfs@kernel.org] is a good starting point to search for answers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
Development of Btrfs started in 2007. Since that time, Btrfs is a part of the Linux kernel and is under active development. The Btrfs code base is '''[https://btrfs.wiki.kernel.org/index.php/Status stable] .''' However, new features are still under development. Its main features and benefits are:&lt;br /&gt;
* '''Snapshots''' which do not make a full copy of files&lt;br /&gt;
* '''RAID''' - support for software-based RAID 0, RAID 1, RAID 10&lt;br /&gt;
* '''Self-healing''' - checksums for data and metadata, automatic detection of silent data corruptions&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
see [https://btrfs.wiki.kernel.org/index.php/Main_Page Btrfs@kernel.org], [https://wiki.archlinux.org/title/Btrfs Btrfs@ARC-wiki], [https://de.wikipedia.org/wiki/Btrfs Btrfs@wikipedia]&lt;br /&gt;
&lt;br /&gt;
====Install==== &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
&amp;lt;tvar|usercmd0&amp;gt;{{UserCmd|command=pamac install btrfs-progs}}&amp;lt;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ReiserFS → reiser4 === &amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:45--&amp;gt;&lt;br /&gt;
ReiserFS was the first journaling filesystem to be included in the standard kernel. It was actively used by some distros some time ago, but is not currently widely used. Reiser4 is the successor to ReiserFS(3). However, Reiser4 seems not to be integrated in the kernel yet.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
see [https://wiki.archlinux.org/title/Reiser4 Reiser4@ARCH-wiki], [https://en.wikipedia.org/wiki/ReiserFS ReiserFS@wikipedia], [https://en.wikipedia.org/wiki/Reiser4 Reiser4@wikipedia], [https://reiser4.wiki.kernel.org/ Reiser4@kernel.org]&lt;br /&gt;
&lt;br /&gt;
====Install==== &amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
&amp;lt;tvar|usercmd2&amp;gt;{{UserCmd|command=pamac install reiserfsprogs reiser4progs}}&amp;lt;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Windows == &amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:48--&amp;gt;&lt;br /&gt;
filesystems mostly used in windows&lt;br /&gt;
&lt;br /&gt;
=== NTFS === &amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:50--&amp;gt;&lt;br /&gt;
It is the most widely used filesystem on windows these days. It does exist in different versions, but unlike FAT32, all of them offer the following points:&lt;br /&gt;
* Large files&amp;gt; 4GB&lt;br /&gt;
* Long file names with UTF16 up to 255 characters&lt;br /&gt;
* Rights management, ACL&lt;br /&gt;
* Journaling of metadata&lt;br /&gt;
* Compression, encryption, ...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
Currently there are some restrictions when using NTFS with Linux. If windows is suddenly switched off or goes into hibernating, the NTFS filesystem is left in a &amp;quot;dirty-state&amp;quot;. When Windows starts again, NTFS is the first to be cleaned. This operation is currently not supported by the Linux driver. Then Linux shows the NTFS filesystem as read-only to be on the safe side.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
see [https://wiki.archlinux.org/title/NTFS NTFS@ARCH-wiki], [https://en.wikipedia.org/wiki/NTFS NTFS@wikipedia]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
{{warning |If you regularly switch between Windows and Linux, you should switch off &amp;quot;hibernation&amp;quot;, &amp;quot;Hybrid Boot&amp;quot;, &amp;quot;Fast Boot&amp;quot; in Windows. Then Linux has always full (read / write) access to NTFS drives.&lt;br /&gt;
* [https://forum.manjaro.org/t/all-of-my-files-are-in-read-only-mode/83777/7 all-of-my-files-are-in-read-only-mode@forum]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====Install==== &amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:54--&amp;gt;&lt;br /&gt;
&amp;lt;tvar|usercmd3&amp;gt;{{UserCmd|command=pamac install ntfs-3g}}&amp;lt;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== DOS == &amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
filesystems under DOS and early windows on a lot of floppydisks and USB-sticks&lt;br /&gt;
&lt;br /&gt;
=== FAT16 → FAT32 (+VFAT) === &amp;lt;!--T:56--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:57--&amp;gt;&lt;br /&gt;
This is a traditional filesystem under DOS and early Windows versions. Even today it can be found on many floppy disks, USB sticks and hard drives. It is supported by all types of operating systems and is therefore often used to exchange files, to pass them on, or to keep them accessible to both operating systems in the case of dualboot.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:58--&amp;gt;&lt;br /&gt;
Even with FAT32, this comes not without its disadvantages.&lt;br /&gt;
* no support for user rights or xattr&lt;br /&gt;
* severely restricted file names (8.3 or LFN for VFAT, no distinction between lowercase and uppercase)&lt;br /&gt;
* no files over 2GB (FAT16) 4GB (FAT32)&lt;br /&gt;
* no journaling&lt;br /&gt;
* not robust&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:59--&amp;gt;&lt;br /&gt;
{{warning | FAT Filesystems do not use journaling. Data on such filesystems is vulnerable to irreparable corruption due to ''improper ejection or power outage''.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:60--&amp;gt;&lt;br /&gt;
see [https://wiki.archlinux.org/title/FAT FAT@ARCH-wiki], [https://en.wikipedia.org/wiki/File_Allocation_Table FAT@wikipedia]&lt;br /&gt;
&lt;br /&gt;
====Install==== &amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:61--&amp;gt;&lt;br /&gt;
&amp;lt;tvar|usercmd4&amp;gt;{{UserCmd|command=pamac install dosfstools}}&amp;lt;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== exFAT === &amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:62--&amp;gt;&lt;br /&gt;
Microsoft developed the exFAT (Extended File Allocation Table) in 2006 and optimized it for flash memories such as USB sticks and SD cards. It can store large files and large numbers of files, and it can manage very large partitions. It is supported by Linux, Windows, macOS and many other devices and is one of the most compatible filesystems. ExFAT is included in Linux 5.4 and higher.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:63--&amp;gt;&lt;br /&gt;
* Flash friendly&lt;br /&gt;
* No support for user rights or xattr&lt;br /&gt;
* Files over 4 GB&lt;br /&gt;
* Checksums for metadata&lt;br /&gt;
* No journal&lt;br /&gt;
* Not robust&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:64--&amp;gt;&lt;br /&gt;
{{warning | exFAT FS does not use journaling. Data on such a filesystem is vulnerable to irreparable corruption due to ''improper ejection or power outage''.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
see [https://en.wikipedia.org/wiki/ExFAT ExFAT@wikipedia]&lt;br /&gt;
&lt;br /&gt;
====Install==== &amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:65--&amp;gt;&lt;br /&gt;
&amp;lt;tvar|usercmd5&amp;gt;{{UserCmd|command=pamac install exfatprogs}}&amp;lt;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== macOS == &amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:66--&amp;gt;&lt;br /&gt;
Filesystems mostly used in macOS&lt;br /&gt;
&lt;br /&gt;
=== HFS → HFS+ === &amp;lt;!--T:67--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:68--&amp;gt;&lt;br /&gt;
see [https://en.wikipedia.org/wiki/HFS_Plus HFSPlus@wikipedia]&lt;br /&gt;
&lt;br /&gt;
====Install from AUR==== &amp;lt;!--T:69--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:70--&amp;gt;&lt;br /&gt;
&amp;lt;tvar|usercmd6&amp;gt;{{UserCmd|command=pamac install hfsprogs}}&amp;lt;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Others == &amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== XFS === &amp;lt;!--T:71--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:72--&amp;gt;&lt;br /&gt;
see [https://wiki.archlinux.org/title/XFS XFS@ARCH-wiki]&lt;br /&gt;
&lt;br /&gt;
===ZFS=== &amp;lt;!--T:73--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:74--&amp;gt;&lt;br /&gt;
see [https://wiki.archlinux.org/title/ZFS ZFS@ARCH-wiki]&lt;br /&gt;
&lt;br /&gt;
==Comparisions== &amp;lt;!--T:75--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ &amp;lt;translate&amp;gt;&amp;lt;!--T:76--&amp;gt; Possible usage of Filesystems&amp;lt;/translate&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Filesystem !! Manjaro !! Win10 !! OSX !! Win9x, DOS&lt;br /&gt;
|-&lt;br /&gt;
|ext2||●||▷ ExtFS||●|| &lt;br /&gt;
|-&lt;br /&gt;
|ext3/4||●||▷ ExtFS||?|| &lt;br /&gt;
|-&lt;br /&gt;
|btrfs||● btrfs-progs||▷ ExtFS, WinBtrfs||-||-&lt;br /&gt;
|-&lt;br /&gt;
|reiser3||● reiser4progs||▷ RFSTool||?||-&lt;br /&gt;
|-&lt;br /&gt;
|reiser4||○ reiserfs||?||?||-&lt;br /&gt;
|-&lt;br /&gt;
|NTFS||○ ntfs-3g&amp;lt;br&amp;gt;▶ 5.15?? ntfs3||●||?|| &lt;br /&gt;
|-&lt;br /&gt;
|FAT32||● dosfstools||●||●|| ●&lt;br /&gt;
|-&lt;br /&gt;
|exFAT||▶ 5.4 exfatprogs||●||?||?&lt;br /&gt;
|-&lt;br /&gt;
|HFS||○ hfsprogs (AUR)||?||●|| &lt;br /&gt;
|-&lt;br /&gt;
|XFS||?||▷ ExtFS||?||  &lt;br /&gt;
|-&lt;br /&gt;
|ZFS||?||?||?||  &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:77--&amp;gt;&lt;br /&gt;
● = fully supported, additional tools to install&lt;br /&gt;
 ▶ = included since kernel x.x.x &lt;br /&gt;
 ○ = partially supported&lt;br /&gt;
 ▷ = possible via external tools&lt;br /&gt;
 ? = feel free to extend ;-)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:78--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Some important properties&lt;br /&gt;
|-&lt;br /&gt;
! Properties !!ext2!!ext3!!ext4!!btrfs||reiserfs(3)||XFS&lt;br /&gt;
|-&lt;br /&gt;
|journaling ||-||● ordered||● ordered||● full||▶ 2.6||●&lt;br /&gt;
|-&lt;br /&gt;
|barriers ||-||||●||●&lt;br /&gt;
|-&lt;br /&gt;
|checksum ||-||-||◎ metadata||● full||●&lt;br /&gt;
|-&lt;br /&gt;
|kompression||-||-||-||●,&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;zstd ▶ 4.14/5.1&amp;lt;/small&amp;gt;||&lt;br /&gt;
|-&lt;br /&gt;
|encryption||-||-||▶ 4.13||-&lt;br /&gt;
|-&lt;br /&gt;
|snapshots||-||-||-||●||-&lt;br /&gt;
|-&lt;br /&gt;
|TRIM possible||-||-||▶ 2.6.33||▶ 4.3&lt;br /&gt;
|-&lt;br /&gt;
|xattr, ACL||◎||?||ACL||ACL||ACL&lt;br /&gt;
|-&lt;br /&gt;
|small repair||● fsck||● fsck||● fsck||● auto||reiserfsck&lt;br /&gt;
|-&lt;br /&gt;
|journal repair||● fsck||● fsck||● fsck||● auto 3.2||&lt;br /&gt;
|-&lt;br /&gt;
|repair after power loss||-||?||● tune2fs, fsck||● auto, scrub||&lt;br /&gt;
|-&lt;br /&gt;
|since||1993||2001||2008||2009||2001&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=See also= &amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:79--&amp;gt;&lt;br /&gt;
[https://en.wikipedia.org/wiki/ExFAT Wikipedia:exFAT]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://en.wikipedia.org/wiki/Comparison_of_file_systems Wikipedia:Comparison of filesystems]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://wiki.archlinux.org/index.php/Filesystems Archwiki:filesystems]&amp;lt;br /&amp;gt; &lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;br /&gt;
[[Category:filesystems{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Btrfs&amp;diff=28957</id>
		<title>Btrfs</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Btrfs&amp;diff=28957"/>
		<updated>2021-09-24T18:28:09Z</updated>

		<summary type="html">&lt;p&gt;Fabby: /* additional Information */ Check Spelling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- This is a boilerplot to help you --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- TOC shows contents of the page --&amp;gt;__TOC__&lt;br /&gt;
[[File:Page Under Construction.jpg|thumb|center|Page under construction]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Example titles --&amp;gt;&lt;br /&gt;
=Btrfs is a modern CoW file system=&lt;br /&gt;
A modern '''C'''opy '''o'''n '''W'''rite file system for Linux aimed at implementing advanced features while also focusing on '''fault tolerance''', '''repair''' and '''easy administration'''. Btrfs not only is a file system, but also is partly a volume manager, software-raid, backup-tool, and it is flash-friendly.&lt;br /&gt;
&lt;br /&gt;
Because Btrfs is different, some things seem unfamiliar and strange. Then [https://btrfs.wiki.kernel.org/index.php/Main_Page btrfs.wiki.kernel.org] is a good starting point to search for answers.&lt;br /&gt;
Development of Btrfs started in 2007. Since that time, Btrfs is a part of the Linux kernel and is under active development. The Btrfs code base is '''[https://btrfs.wiki.kernel.org/index.php/Status stable] .''' However, new features are still under development. Its main features and benefits are:&lt;br /&gt;
*'''Snapshots''' which do not make the full copy of files&lt;br /&gt;
*'''RAID''' - support for software-based RAID 0, RAID 1, RAID 10&lt;br /&gt;
*'''Self-healing''' - checksums for data and metadata, automatic detection of silent data corruption (see [https://btrfs.wiki.kernel.org/index.php/Main_Page btrfs@kernel.org], [https://wiki.archlinux.org/title/Btrfs Btrfs@ARC-wiki], [https://de.wikipedia.org/wiki/Btrfs Btrfs@wikipedia])&lt;br /&gt;
&lt;br /&gt;
=== Familiar with btrfs-slang ? ===&lt;br /&gt;
Because Btrfs is different, you will find some words that do have a special meaning when used for btrfs. This may be a source of confusion. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''volume'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A '''volume''' is a pool of raw storage and consists of one or more '''device'''s. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs volume. You are able to add/remove devices at any time. ''Usually you do '''not''' mount a Btrfs volume.''&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''chunk'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A '''chunk''' is simply a piece of storage that Btrfs can use to put data on. Think of a chunk(usually 1GiB) as of a page in a book. The book is the volume, and the chunk is one page of it. When you start, all pages are empty. When you write data to the volume, one page (=&amp;quot;chunk&amp;quot;) after the other is written to. &lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ '''device'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A '''device''' is some linux device. It may be '''a partition''' like '''/dev/sdz1''' or /dev/sdz2. Or it may be a raw disk device like /dev/sdz without any partitioning. A Btrfs volume consists of '''at least one device'''.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''subvolume'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Btrfs subvolume is an independently mountable POSIX file-tree and '''not a block device'''. It is the part of a volume that will be '''mounted writeable''' into your Linux system. By convention the names of subvolumes start with @ ('''@''', '''@home''', '''@snapshots''' ...). All subvolumes share the space of the Btrfs volume. You may create subvolumes at will. (You may think of subvolumes ''as sort of &amp;quot;dynamic partitions&amp;quot; inside a Btrfs volume'')&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ '''default subvolume''' &amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;The default subvolume of a Btrfs volume is special. When you mount, you normally have to name a subvolume to mount. When you don't name a subvolume, the default subvolume will be used by mount. The default subvolume can be changed to any subvolume. It is advisable to set that subvolume as default, that is used for mounting linux '''&amp;quot;/&amp;quot;''' this is often the subvolume with name '''&amp;quot;@&amp;quot;'''&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''volume-root''' &amp;quot;/&amp;quot;, Btrfs '''layout''' &amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Btrfs volume contains one ore more subvolumes. But they are not stored in form of a list. These subvolumes are stored in a tree-like structure like in a filesystem.  Sometimes called the &amp;quot;top-level subvolume&amp;quot; or &amp;quot;root of the volume&amp;quot;. But be careful this is '''not linux-root &amp;quot;/&amp;quot;''', but Btrfs '''volume-root &amp;quot;/&amp;quot;'''. There are several basic schemas to '''layout''' subvolumes in a volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''snapshot'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A snapshot looks nearly the same as a subvolume. But don´t get confused. When we talk about snapshots we usually mean a &amp;quot;'''Read-Only (RO) photograph''' of a subvolume&amp;quot;. While the subvolume changes with time. A snapshot stays in the state of the subvolume at the time we made it. You can mount snapshots into your linux system, but you only can read the content. And the content will never change while this snapshot exists. When creating '''snapshots''' you have to watch out for the Btrfs-'''layout''' in use.&lt;br /&gt;
It is possible to make a writeable subvolume out of a RO snapshot. This is the way roll back does work.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Self-healing&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs Scrub&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs Balance&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs Quota&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Parts of Btrfs =&lt;br /&gt;
&lt;br /&gt;
== Volume ==&lt;br /&gt;
A pool of raw storage. Consists of one or more devices. The size of the volume will be the addition of all included devices, unless you use RAID. &lt;br /&gt;
&lt;br /&gt;
If you do use more then one device, please also read the section about RAID. You are able to add/remove devices at any time. With adding/removing devices it is also possible to move a volume from one device to another (without changing the UID).&lt;br /&gt;
&lt;br /&gt;
Usually you do not mount the Btrfs volume itself, but you mount subvolumes. There may be times when it is practical to mount the Btrfs volume itself.Then you are able to change the volume layout. All (writeable) subvolumes inside a volume are movable inside the volume with mv. Moving subvolumes will not touch the data, but change the volume layout in an instant.&lt;br /&gt;
&lt;br /&gt;
When not otherwise specified, additional devices are handled as '''J'''ust a '''B'''unch '''o'''f '''D'''isks (JBOD); this means &lt;br /&gt;
{{Info|In most cases it is advisable to use only one Btrfs volume}} &lt;br /&gt;
=== subvolume ===&lt;br /&gt;
&lt;br /&gt;
=== snapshot ===&lt;br /&gt;
A snapshot looks nearly the same as a subvolume. But snapshots really are &amp;quot;read-only photographs of a subvolume&amp;quot;. While the subvolume changes with time. The snapshot is frozen in the state of the subvolume at the time you made it.&lt;br /&gt;
A snapshot is read-only. Therefore it is guaranteed not to change. In a snapshot you will find all files of the subvolume frozen in time. {{BoxWarning|where to place snapshots|When creating snapshots you have to watch out for the volume layout in use}}&lt;br /&gt;
&lt;br /&gt;
Taking a snapshot is '''very fast''', and '''nearly priceless'''. After the snapshot is taken, all future writes will go as in CoW usual. But none of the space occupied by files in the snapshot will be reusable. As you write more and more new files the filesystem will grow because it can not reuse the files in the snapshot. A new snapshot will freeze additional all created or modified files since the last snapshot and so on. If you don´t release(delete) any snapshot you will eventually run out of space soon(disk full)&lt;br /&gt;
&lt;br /&gt;
Deleting a snapshot does not delete any files that are actually in use by other snapshots or the subvolume they where taken from. But to free some space, Btrfs has to test for every file in the snapshot, whether it is in use, or it is not. If it is not, the space of this file/version will be freed.(This is greatly simplified) Therefore it is '''costly to remove snapshots'''. And Btrfs will do this work in the background. You may notice this, because when you delete a snapshot there will be '''no immediate gain in freed space'''. After a while you will notice that some space was freed. &lt;br /&gt;
&lt;br /&gt;
Snapshots (if regularly made) may be used for:&lt;br /&gt;
* comparing config files from different &amp;quot;times&amp;quot;&lt;br /&gt;
* merging config files&lt;br /&gt;
* recovering accidentally deleted/overwritten files&lt;br /&gt;
* system roll back&lt;br /&gt;
* anchor for a backup with send/receive&lt;br /&gt;
* basis for a seed&lt;br /&gt;
* ''what do you use snapshots for ?''&lt;br /&gt;
&lt;br /&gt;
Making and deleting snapshots is best done automatically:&lt;br /&gt;
* snapper&lt;br /&gt;
* timeshift&lt;br /&gt;
&lt;br /&gt;
If you need to roll back into a snapshot you have to replace the actual subvolume by the chosen snapshot.&lt;br /&gt;
* Make a snapshot of the actual subvolume (for later reference)&lt;br /&gt;
* Move the subvolume out of its actual place&lt;br /&gt;
* Create a new subvolume from the snapshot chosen for roll back&lt;br /&gt;
* Make the new subvolume the default&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{BoxDanger|Snapshots together with quotas|There are reports about massive problems when using '''quotas''' together with snapshots (snapper, timeshift)}}&lt;br /&gt;
&lt;br /&gt;
=== quotas ===&lt;br /&gt;
Quota support in Btrfs is implemented at the subvolume level.&lt;br /&gt;
&lt;br /&gt;
For more info see [https://btrfs.wiki.kernel.org/index.php/Quota_support Quota_support@btrfs.kernel.org]&lt;br /&gt;
{{BoxDanger|Reports about problems|There are reports about massive problems when using quotas (especially together with snapshots, snapper, timeshift)}}&lt;br /&gt;
* [https://forum.manjaro.org/t/freeze-issues-with-btrfs-and-timeshift/22005/10 freeze-issues-with-btrfs-and-timeshift 2021]&lt;br /&gt;
* [https://forum.manjaro.org/t/cannot-clone-btrfs-boot-drive-with-clonezilla/78836/10 cannot-clone-btrfs-boot-drive-with-clonezilla 2021]&lt;br /&gt;
* [https://forum.manjaro.org/t/btrfs-qgroups-warning-error/64029 btrfs-qgroups-warning-error 2021]&lt;br /&gt;
* [https://forum.manjaro.org/t/files-disappearing-in-btrfs-and-ssd/28991 files-disappearing-in-btrfs-and-ssd 2020]&lt;br /&gt;
&lt;br /&gt;
=== RAID ===&lt;br /&gt;
&lt;br /&gt;
=== balance ===&lt;br /&gt;
&lt;br /&gt;
=== scrub ===&lt;br /&gt;
&lt;br /&gt;
=== compression ===&lt;br /&gt;
&lt;br /&gt;
{{BoxWarning|Grub needs to load the kernel and initrd|When you use compression on kernel, initrd, or grub config files, grub needs to decompress these files. Otherwise you will '''not be able to boot'''. GRUB introduced '''zstd''' support in '''2.04.'''}}&lt;br /&gt;
&lt;br /&gt;
=== encryption ===&lt;br /&gt;
&lt;br /&gt;
=== send / receive ===&lt;br /&gt;
&lt;br /&gt;
= Btrfs Tools =&lt;br /&gt;
&lt;br /&gt;
===Btrfs===&lt;br /&gt;
&lt;br /&gt;
===btrfsck===&lt;br /&gt;
this is not what you think it is 😜&lt;br /&gt;
&lt;br /&gt;
== Recomendations ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ We recommend using Btrfs with UEFI and GPT&lt;br /&gt;
|-&lt;br /&gt;
! Partition !! Filesystem !! Size !! Partition type&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda1 || Fat32 || 1GiB || EFI system partition&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda2 || Btrfs || 1Gib - 8EiB || Btrfs Volume &lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda3 || swap || 4GiB, at least your RAM-size || Swap partition (optional)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ IF you don't have UEFI, you may use Btrfs with BIOS and GPT&lt;br /&gt;
|-&lt;br /&gt;
! Partition !! Filesystem !! Size !! Partition type&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda1 ||(bootloader)|| 4MiB || BIOS boot partition&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda2 || Btrfs || 1Gib - 8EiB || Btrfs Volume &lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda3 || swap || 4GiB, at least your RAM-size || Swap partition (optional)&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- If you use command, it should be inside of usercmd. You can see below example --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=example command should be here}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use code, it should be like below example(a space before that) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Example codes should be here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Don't forget to look more templates: https://wiki.manjaro.org/index.php/Help:Template --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Please be aware that the information on this page is a simplified version of the reality. Is is written to make the reader understand a little of these complex things. To get an in depth understanding it will be neccesary to read further at btrfs.wiki.kernel.org or other places.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Additional Information =&lt;br /&gt;
=== Why not btrfs ? ===&lt;br /&gt;
A lot of people say: &amp;quot;'''I don't use btrfs because''' it is experimental and is '''not stable'''. You can´t use it in production. It is not safe!&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Not stable ? ====&lt;br /&gt;
The status of btrfs was experimental for a long time, but the the core functionality is considered '''good enough for daily use'''. &amp;lt;small&amp;gt;(from kernel.org)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you see statements declaring Btrfs as not stable, please look for the date of them. Some seem to date from 10 years ago. So if you want to give Btrfs a chance, you have to look for newer statements. Maybe even look at [https://btrfs.wiki.kernel.org Btrfs Kernel Wiki] as that sure is the best information regarding Btrfs&lt;br /&gt;
&lt;br /&gt;
==== Experimental ? ====&lt;br /&gt;
Btrfs is feature-rich! There are new features being implemented and these should be considered experimental for a few releases when the bugs get ironed out when number of brave users help stabilizing it.&amp;lt;small&amp;gt;(from kernel.org)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some features are '''not implemented yet'''. Others are only '''partly implemented'''. Some are '''experimental''' and not suggested for production use. As is always the case in Linux-land ''you'' decide what to use, and so you are responsible for your own decisions.&lt;br /&gt;
&lt;br /&gt;
==== Not usable for production ? ====&lt;br /&gt;
* [https://btrfs.wiki.kernel.org/index.php/Getting_started#Distro_support Distro support] for Btrfs as main filesystem &lt;br /&gt;
* Some companies do use Btrfs in production@wiki.btrfs.kernel.org&lt;br /&gt;
* Some manufacturers do deploy devices where Btrfs is installed by default.&lt;br /&gt;
&lt;br /&gt;
==== Difficult to repair ? ====&lt;br /&gt;
Indeed, when you search for the usual ways to repair a file system like FAT or Ext4 then you don't find good information. But this is not because it is difficult to repair Btrfs, but because repairing Btrfs '''does work very differently'''.&lt;br /&gt;
&lt;br /&gt;
== What's this &amp;quot;Copy on Write&amp;quot; ==&lt;br /&gt;
When you want to get the most out of using Btrfs you do need to know some things about this file system. Then you are able to use it properly and to your advantage. Btrfs is not difficult, but different to some extend.&lt;br /&gt;
&lt;br /&gt;
=== Write in place (FAT32) ===&lt;br /&gt;
Most older file systems do write &amp;quot;in place&amp;quot;. This means that some data or metadata will be written &amp;quot;over&amp;quot; the previous data at the same place. &lt;br /&gt;
&lt;br /&gt;
For example this is the case for FAT32 file systems. The '''F'''ile '''A'''llocation '''T'''able is at a fixed place on this file system. When the &amp;quot;FAT&amp;quot; changes (because a file got bigger and needs more blocks), this new FAT must be written with the new data to the same place as before. When the disk is ejected before (or while) this data is written, the file system will be corrupted. And the FAT does change a lot.&lt;br /&gt;
&lt;br /&gt;
The danger of corruption is especially big while metadata (like filename, permission, usage of disk space ...) is being written.&lt;br /&gt;
&lt;br /&gt;
=== Write to a metadata-log (Ext4) ===&lt;br /&gt;
There is a solution to this with newer file systems like Ext4. Instead of writing metadata &amp;quot;in place&amp;quot;, metadata is written into an &amp;quot;endless&amp;quot; log. Then it is not possible to be corrupted while overwritten. This is possible because metadata is only a very small part of the data in a file system.&lt;br /&gt;
&lt;br /&gt;
There has to be an additional mechanism to make this safe. Sometimes this is called &amp;quot;barriers&amp;quot;, and there have to be checksums that tell when a part of the log is corrupted.&lt;br /&gt;
&lt;br /&gt;
This does protect the file system itself, but not the files in it. Because a file may be overwritten in place, and then the old file is lost, and the new one may not have been written completely.&lt;br /&gt;
&lt;br /&gt;
=== Copy on Write! (Btrfs)===&lt;br /&gt;
Copy on Write is a &amp;quot;new&amp;quot; concept. It means the file system will try to '''never''' write over existing data. '''How is this even possible?'''&lt;br /&gt;
* Files are appended at the end of a &amp;quot;data page&amp;quot;&lt;br /&gt;
* Metadata is appended at a &amp;quot;metadata page&amp;quot;&lt;br /&gt;
* Inside a page nothing is ever overwritten&lt;br /&gt;
* When a page is full the file system will use the next free page&lt;br /&gt;
* Deleting a file does not write/clean its data, but writes metadata, that marks this file as deleted&lt;br /&gt;
* Overwriting a file does first append the new file to the &amp;quot;data page&amp;quot;, then writes the metadata for this file&lt;br /&gt;
* Changing small parts of a file will write only the new parts, then link the rest to the old file&lt;br /&gt;
* there are checksums for data and metadata&lt;br /&gt;
&lt;br /&gt;
==== Downsides ====&lt;br /&gt;
* Management of space is complex&lt;br /&gt;
* There are 2 sorts of pages&lt;br /&gt;
* There has to be a clean-up-process who makes the space of deleted files reusable, so that the disk does not run out of free pages&lt;br /&gt;
* It must be avoided to write data unnecessarily, because then the clean-up would also be very expensive&lt;br /&gt;
&lt;br /&gt;
==== chances ====&lt;br /&gt;
* It is possible to detect nearly any corruption because of the checksums&lt;br /&gt;
** When the power is lost, or the disk is disconnected, all old data is save. WHY?&lt;br /&gt;
** Every bit of &amp;quot;old&amp;quot; data from before the power loss or the disconnection is present because it is NOT overwritten&lt;br /&gt;
** Only the newly written data may be partly damaged&lt;br /&gt;
** The metadata may also be partly damaged&lt;br /&gt;
** When mounting the volume it is possible by analysing checksums and metadata to find the point in the file system where all was good&lt;br /&gt;
** Btrfs will automatically roll back to this point, then it can mount the file system writeable&lt;br /&gt;
&lt;br /&gt;
* CoW is a sound foundation to build upon&lt;br /&gt;
** Snapshots&lt;br /&gt;
** RAID&lt;br /&gt;
** Volume management&lt;br /&gt;
** Compression&lt;br /&gt;
** Encryption (maybe some time in the future)&lt;br /&gt;
&lt;br /&gt;
{{BoxWarning|Don´t disable CoW in Btrfs|It is possible to disable CoW in Btrfs. But then you '''loose all benefits''' of Btrfs. It won´t even make checksums. If you don't like CoW, then you better use another filesystem}}&lt;br /&gt;
&lt;br /&gt;
= Use the Forum! =&lt;br /&gt;
It is a good Idea to [https://forum.manjaro.org/search?q=btrfs search the forum] for posts related to btrfs. &lt;br /&gt;
&lt;br /&gt;
= Btrfs is fast moving! See Also:=&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
* [https://btrfs.wiki.kernel.org Btrfs@kernel.org]&lt;br /&gt;
* [https://wiki.archlinux.org/title/btrfs Btrfs@ARCH-wiki]&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Category or categories should have a translation extension below example--&amp;gt;&lt;br /&gt;
[[Category:Boilerplate{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Btrfs&amp;diff=28956</id>
		<title>Btrfs</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Btrfs&amp;diff=28956"/>
		<updated>2021-09-24T18:22:59Z</updated>

		<summary type="html">&lt;p&gt;Fabby: /* btrfsck */ Check spelling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- This is a boilerplot to help you --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- TOC shows contents of the page --&amp;gt;__TOC__&lt;br /&gt;
[[File:Page Under Construction.jpg|thumb|center|Page under construction]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Example titles --&amp;gt;&lt;br /&gt;
=Btrfs is a modern CoW file system=&lt;br /&gt;
A modern '''C'''opy '''o'''n '''W'''rite file system for Linux aimed at implementing advanced features while also focusing on '''fault tolerance''', '''repair''' and '''easy administration'''. Btrfs not only is a file system, but also is partly a volume manager, software-raid, backup-tool, and it is flash-friendly.&lt;br /&gt;
&lt;br /&gt;
Because Btrfs is different, some things seem unfamiliar and strange. Then [https://btrfs.wiki.kernel.org/index.php/Main_Page btrfs.wiki.kernel.org] is a good starting point to search for answers.&lt;br /&gt;
Development of Btrfs started in 2007. Since that time, Btrfs is a part of the Linux kernel and is under active development. The Btrfs code base is '''[https://btrfs.wiki.kernel.org/index.php/Status stable] .''' However, new features are still under development. Its main features and benefits are:&lt;br /&gt;
*'''Snapshots''' which do not make the full copy of files&lt;br /&gt;
*'''RAID''' - support for software-based RAID 0, RAID 1, RAID 10&lt;br /&gt;
*'''Self-healing''' - checksums for data and metadata, automatic detection of silent data corruption (see [https://btrfs.wiki.kernel.org/index.php/Main_Page btrfs@kernel.org], [https://wiki.archlinux.org/title/Btrfs Btrfs@ARC-wiki], [https://de.wikipedia.org/wiki/Btrfs Btrfs@wikipedia])&lt;br /&gt;
&lt;br /&gt;
=== Familiar with btrfs-slang ? ===&lt;br /&gt;
Because Btrfs is different, you will find some words that do have a special meaning when used for btrfs. This may be a source of confusion. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''volume'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A '''volume''' is a pool of raw storage and consists of one or more '''device'''s. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs volume. You are able to add/remove devices at any time. ''Usually you do '''not''' mount a Btrfs volume.''&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''chunk'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A '''chunk''' is simply a piece of storage that Btrfs can use to put data on. Think of a chunk(usually 1GiB) as of a page in a book. The book is the volume, and the chunk is one page of it. When you start, all pages are empty. When you write data to the volume, one page (=&amp;quot;chunk&amp;quot;) after the other is written to. &lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ '''device'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A '''device''' is some linux device. It may be '''a partition''' like '''/dev/sdz1''' or /dev/sdz2. Or it may be a raw disk device like /dev/sdz without any partitioning. A Btrfs volume consists of '''at least one device'''.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''subvolume'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Btrfs subvolume is an independently mountable POSIX file-tree and '''not a block device'''. It is the part of a volume that will be '''mounted writeable''' into your Linux system. By convention the names of subvolumes start with @ ('''@''', '''@home''', '''@snapshots''' ...). All subvolumes share the space of the Btrfs volume. You may create subvolumes at will. (You may think of subvolumes ''as sort of &amp;quot;dynamic partitions&amp;quot; inside a Btrfs volume'')&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ '''default subvolume''' &amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;The default subvolume of a Btrfs volume is special. When you mount, you normally have to name a subvolume to mount. When you don't name a subvolume, the default subvolume will be used by mount. The default subvolume can be changed to any subvolume. It is advisable to set that subvolume as default, that is used for mounting linux '''&amp;quot;/&amp;quot;''' this is often the subvolume with name '''&amp;quot;@&amp;quot;'''&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''volume-root''' &amp;quot;/&amp;quot;, Btrfs '''layout''' &amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Btrfs volume contains one ore more subvolumes. But they are not stored in form of a list. These subvolumes are stored in a tree-like structure like in a filesystem.  Sometimes called the &amp;quot;top-level subvolume&amp;quot; or &amp;quot;root of the volume&amp;quot;. But be careful this is '''not linux-root &amp;quot;/&amp;quot;''', but Btrfs '''volume-root &amp;quot;/&amp;quot;'''. There are several basic schemas to '''layout''' subvolumes in a volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''snapshot'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A snapshot looks nearly the same as a subvolume. But don´t get confused. When we talk about snapshots we usually mean a &amp;quot;'''Read-Only (RO) photograph''' of a subvolume&amp;quot;. While the subvolume changes with time. A snapshot stays in the state of the subvolume at the time we made it. You can mount snapshots into your linux system, but you only can read the content. And the content will never change while this snapshot exists. When creating '''snapshots''' you have to watch out for the Btrfs-'''layout''' in use.&lt;br /&gt;
It is possible to make a writeable subvolume out of a RO snapshot. This is the way roll back does work.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Self-healing&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs Scrub&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs Balance&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs Quota&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Parts of Btrfs =&lt;br /&gt;
&lt;br /&gt;
== Volume ==&lt;br /&gt;
A pool of raw storage. Consists of one or more devices. The size of the volume will be the addition of all included devices, unless you use RAID. &lt;br /&gt;
&lt;br /&gt;
If you do use more then one device, please also read the section about RAID. You are able to add/remove devices at any time. With adding/removing devices it is also possible to move a volume from one device to another (without changing the UID).&lt;br /&gt;
&lt;br /&gt;
Usually you do not mount the Btrfs volume itself, but you mount subvolumes. There may be times when it is practical to mount the Btrfs volume itself.Then you are able to change the volume layout. All (writeable) subvolumes inside a volume are movable inside the volume with mv. Moving subvolumes will not touch the data, but change the volume layout in an instant.&lt;br /&gt;
&lt;br /&gt;
When not otherwise specified, additional devices are handled as '''J'''ust a '''B'''unch '''o'''f '''D'''isks (JBOD); this means &lt;br /&gt;
{{Info|In most cases it is advisable to use only one Btrfs volume}} &lt;br /&gt;
=== subvolume ===&lt;br /&gt;
&lt;br /&gt;
=== snapshot ===&lt;br /&gt;
A snapshot looks nearly the same as a subvolume. But snapshots really are &amp;quot;read-only photographs of a subvolume&amp;quot;. While the subvolume changes with time. The snapshot is frozen in the state of the subvolume at the time you made it.&lt;br /&gt;
A snapshot is read-only. Therefore it is guaranteed not to change. In a snapshot you will find all files of the subvolume frozen in time. {{BoxWarning|where to place snapshots|When creating snapshots you have to watch out for the volume layout in use}}&lt;br /&gt;
&lt;br /&gt;
Taking a snapshot is '''very fast''', and '''nearly priceless'''. After the snapshot is taken, all future writes will go as in CoW usual. But none of the space occupied by files in the snapshot will be reusable. As you write more and more new files the filesystem will grow because it can not reuse the files in the snapshot. A new snapshot will freeze additional all created or modified files since the last snapshot and so on. If you don´t release(delete) any snapshot you will eventually run out of space soon(disk full)&lt;br /&gt;
&lt;br /&gt;
Deleting a snapshot does not delete any files that are actually in use by other snapshots or the subvolume they where taken from. But to free some space, Btrfs has to test for every file in the snapshot, whether it is in use, or it is not. If it is not, the space of this file/version will be freed.(This is greatly simplified) Therefore it is '''costly to remove snapshots'''. And Btrfs will do this work in the background. You may notice this, because when you delete a snapshot there will be '''no immediate gain in freed space'''. After a while you will notice that some space was freed. &lt;br /&gt;
&lt;br /&gt;
Snapshots (if regularly made) may be used for:&lt;br /&gt;
* comparing config files from different &amp;quot;times&amp;quot;&lt;br /&gt;
* merging config files&lt;br /&gt;
* recovering accidentally deleted/overwritten files&lt;br /&gt;
* system roll back&lt;br /&gt;
* anchor for a backup with send/receive&lt;br /&gt;
* basis for a seed&lt;br /&gt;
* ''what do you use snapshots for ?''&lt;br /&gt;
&lt;br /&gt;
Making and deleting snapshots is best done automatically:&lt;br /&gt;
* snapper&lt;br /&gt;
* timeshift&lt;br /&gt;
&lt;br /&gt;
If you need to roll back into a snapshot you have to replace the actual subvolume by the chosen snapshot.&lt;br /&gt;
* Make a snapshot of the actual subvolume (for later reference)&lt;br /&gt;
* Move the subvolume out of its actual place&lt;br /&gt;
* Create a new subvolume from the snapshot chosen for roll back&lt;br /&gt;
* Make the new subvolume the default&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{BoxDanger|Snapshots together with quotas|There are reports about massive problems when using '''quotas''' together with snapshots (snapper, timeshift)}}&lt;br /&gt;
&lt;br /&gt;
=== quotas ===&lt;br /&gt;
Quota support in Btrfs is implemented at the subvolume level.&lt;br /&gt;
&lt;br /&gt;
For more info see [https://btrfs.wiki.kernel.org/index.php/Quota_support Quota_support@btrfs.kernel.org]&lt;br /&gt;
{{BoxDanger|Reports about problems|There are reports about massive problems when using quotas (especially together with snapshots, snapper, timeshift)}}&lt;br /&gt;
* [https://forum.manjaro.org/t/freeze-issues-with-btrfs-and-timeshift/22005/10 freeze-issues-with-btrfs-and-timeshift 2021]&lt;br /&gt;
* [https://forum.manjaro.org/t/cannot-clone-btrfs-boot-drive-with-clonezilla/78836/10 cannot-clone-btrfs-boot-drive-with-clonezilla 2021]&lt;br /&gt;
* [https://forum.manjaro.org/t/btrfs-qgroups-warning-error/64029 btrfs-qgroups-warning-error 2021]&lt;br /&gt;
* [https://forum.manjaro.org/t/files-disappearing-in-btrfs-and-ssd/28991 files-disappearing-in-btrfs-and-ssd 2020]&lt;br /&gt;
&lt;br /&gt;
=== RAID ===&lt;br /&gt;
&lt;br /&gt;
=== balance ===&lt;br /&gt;
&lt;br /&gt;
=== scrub ===&lt;br /&gt;
&lt;br /&gt;
=== compression ===&lt;br /&gt;
&lt;br /&gt;
{{BoxWarning|Grub needs to load the kernel and initrd|When you use compression on kernel, initrd, or grub config files, grub needs to decompress these files. Otherwise you will '''not be able to boot'''. GRUB introduced '''zstd''' support in '''2.04.'''}}&lt;br /&gt;
&lt;br /&gt;
=== encryption ===&lt;br /&gt;
&lt;br /&gt;
=== send / receive ===&lt;br /&gt;
&lt;br /&gt;
= Btrfs Tools =&lt;br /&gt;
&lt;br /&gt;
===Btrfs===&lt;br /&gt;
&lt;br /&gt;
===btrfsck===&lt;br /&gt;
this is not what you think it is 😜&lt;br /&gt;
&lt;br /&gt;
== Recomendations ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ We recommend using Btrfs with UEFI and GPT&lt;br /&gt;
|-&lt;br /&gt;
! Partition !! Filesystem !! Size !! Partition type&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda1 || Fat32 || 1GiB || EFI system partition&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda2 || Btrfs || 1Gib - 8EiB || Btrfs Volume &lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda3 || swap || 4GiB, at least your RAM-size || Swap partition (optional)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ IF you don't have UEFI, you may use Btrfs with BIOS and GPT&lt;br /&gt;
|-&lt;br /&gt;
! Partition !! Filesystem !! Size !! Partition type&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda1 ||(bootloader)|| 4MiB || BIOS boot partition&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda2 || Btrfs || 1Gib - 8EiB || Btrfs Volume &lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda3 || swap || 4GiB, at least your RAM-size || Swap partition (optional)&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- If you use command, it should be inside of usercmd. You can see below example --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=example command should be here}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use code, it should be like below example(a space before that) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Example codes should be here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Don't forget to look more templates: https://wiki.manjaro.org/index.php/Help:Template --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Please be aware that the information on this page is a simplified version of the reality. Is is written to make the reader understand a little of these complex things. To get an in depth understanding it will be neccesary to read further at btrfs.wiki.kernel.org or other places.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= additional Information =&lt;br /&gt;
=== why not btrfs ? ===&lt;br /&gt;
A lot of people say: &amp;quot;'''I don't use btrfs because''' it is experimental and is '''not stable'''. You can´t use it in production. It is not safe!&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== not stable ? ====&lt;br /&gt;
The status of btrfs was experimental for a long time, but the the core functionality is considered '''good enough for daily use'''. &amp;lt;small&amp;gt;(from kernel.org)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you see statements declaring Btrfs as not stable, please look for the date of them. Some seem to date from 10 years ago. So if you want to give btrfs a chance, you have to look for newer statements. Maybe even look at btrfs.wiki.kernel.org there sure is the best information regarding btrfs&lt;br /&gt;
&lt;br /&gt;
==== experimental ? ====&lt;br /&gt;
Btrfs is feature-rich! There are new features being implemented and these should be considered experimental for a few releases when the bugs get ironed out when number of brave users help stabilizing it.&amp;lt;small&amp;gt;(from kernel.org)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some features are '''not implemented yet'''. Others are only '''partly implemented'''. Some are '''experimental''' and not suggested for production use. As is always the case in Linux-land ''you'' decide what to use, and so you are responsible for your own decisions.&lt;br /&gt;
&lt;br /&gt;
==== not usable for production ? ====&lt;br /&gt;
* [https://btrfs.wiki.kernel.org/index.php/Getting_started#Distro_support Distro support] for Btrfs as main filesystem &lt;br /&gt;
* Some firms do use btrfs in production@wiki.btrfs.kernel.org&lt;br /&gt;
* Some manufacturers do deploy devices where btrfs is used inside&lt;br /&gt;
&lt;br /&gt;
==== difficult to repair ? ====&lt;br /&gt;
Indeed when you search for the usual ways to repair a file system like FAT or Ext4 then you don't find good information. But this is not because it is difficult to repair btrfs, but because repairing btrfs '''does work very different'''.&lt;br /&gt;
&lt;br /&gt;
== What's this &amp;quot;Copy on Write&amp;quot; ==&lt;br /&gt;
When you want to get the most out of using btrfs you do need to know some things about this file system. Then you are able to use it properly and to your advantage. btrfs is not difficult,l but different to some extend.&lt;br /&gt;
&lt;br /&gt;
=== write in place (FAT32) ===&lt;br /&gt;
Most file systems did write &amp;quot;in place&amp;quot;. This means that some data or metadata will be written &amp;quot;over&amp;quot; the previous data at the same place. &lt;br /&gt;
&lt;br /&gt;
For example this is the case for FAT32 file systems. The '''F'''ile '''A'''llocation '''T'''able is at a fixed place on this file system. When the &amp;quot;FAT&amp;quot; changes (because a file got bigger and needs more blocks), this new FAT must be written with the new data to the same place as bevor. When the disk is ejected bevor(or while) this data is written, the file system will be corrupted. And the FAT does change a lot.&lt;br /&gt;
&lt;br /&gt;
The danger of corruption is especially big while metadata (like filename, permission, usage of disk space ...) is being written.&lt;br /&gt;
&lt;br /&gt;
=== write to a metadata-log (Ext4) ===&lt;br /&gt;
There is a solution to this with newer file systems like Ext4. Instead of writing metadata &amp;quot;in place&amp;quot;, metadata is written into an &amp;quot;endless&amp;quot; log. Then it is not possible to be corrupted while overwritten. This is possible because metadata is only a very small part of the data in a file system.&lt;br /&gt;
&lt;br /&gt;
There has to be an additional mechanism to make this safe. Sometimes this is called &amp;quot;barriers&amp;quot;, and there have to be checksums that tell when a part of the log is corrupted.&lt;br /&gt;
&lt;br /&gt;
This does protect the file system itself, but not the files in it. Because a file may be overwritten in place, and then the old file is lost, and the new one may not have been written completely.&lt;br /&gt;
&lt;br /&gt;
=== Copy on Write! (Btrfs)===&lt;br /&gt;
Copy on Write is a &amp;quot;new&amp;quot; concept. It means the file system will try to '''never''' write over existing data. '''How is this even possible?'''&lt;br /&gt;
* Files are appended at the end of a &amp;quot;data page&amp;quot;&lt;br /&gt;
* Metadata is appended at a &amp;quot;metadata page&amp;quot;&lt;br /&gt;
* Inside a page nothing is ever overwritten&lt;br /&gt;
* When a page is full the file system will use the next free page&lt;br /&gt;
* Deleting a file does not write/clean its data, but writes metadata, that marks this file as deleted&lt;br /&gt;
* Overwriting a file does first append the new file to the &amp;quot;data page&amp;quot;, then writes the metadata for this file&lt;br /&gt;
* Changing small parts of a file will write only the new parts, then link the rest to the old file&lt;br /&gt;
* there are checksums for data and metadata&lt;br /&gt;
&lt;br /&gt;
==== downsides ====&lt;br /&gt;
* Management of space is complex&lt;br /&gt;
* There are 2 sorts of pages&lt;br /&gt;
* There has to be a clean-up-process who makes the space of deleted files reusable, so that the disk does not run out of free pages&lt;br /&gt;
* It must be avoided to write data unnecessarily, because then the clean-up would also be very expensive&lt;br /&gt;
&lt;br /&gt;
==== chances ====&lt;br /&gt;
* It is possible to detect nearly any corruption because of the checksums&lt;br /&gt;
** When the power is lost, or the disk is disconnected, all old data is save. WHY?&lt;br /&gt;
** Every bit of &amp;quot;old&amp;quot; data from before the power loss or the disconnection is present because it is NOT overwritten&lt;br /&gt;
** Only the newly written data may be partly damaged&lt;br /&gt;
** The metadata may also be partly damaged&lt;br /&gt;
** When mounting the volume it is possible by analysing checksums and metadata to find the point in the file system where all was good&lt;br /&gt;
** Btrfs will automatically roll back to this point, then it can mount the file system writeable&lt;br /&gt;
&lt;br /&gt;
* CoW is a sound foundation to build upon&lt;br /&gt;
** Snapshots&lt;br /&gt;
** RAID&lt;br /&gt;
** Volume management&lt;br /&gt;
** Compression&lt;br /&gt;
** Encryption (maybe some time in the future)&lt;br /&gt;
&lt;br /&gt;
{{BoxWarning|Don´t disable CoW in Btrfs|It is possible to disable CoW in Btrfs. But then you '''loose all benefits''' of Btrfs. It won´t even make checksums. If you don't like CoW, then you better use another filesystem}}&lt;br /&gt;
&lt;br /&gt;
= Use the Forum! =&lt;br /&gt;
It is a good Idea to [https://forum.manjaro.org/search?q=btrfs search the forum] for posts related to btrfs. &lt;br /&gt;
&lt;br /&gt;
= Btrfs is fast moving! See Also:=&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
* [https://btrfs.wiki.kernel.org Btrfs@kernel.org]&lt;br /&gt;
* [https://wiki.archlinux.org/title/btrfs Btrfs@ARCH-wiki]&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Category or categories should have a translation extension below example--&amp;gt;&lt;br /&gt;
[[Category:Boilerplate{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Btrfs&amp;diff=28955</id>
		<title>Btrfs</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Btrfs&amp;diff=28955"/>
		<updated>2021-09-24T18:22:07Z</updated>

		<summary type="html">&lt;p&gt;Fabby: /* btrfs */ Check spelling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- This is a boilerplot to help you --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- TOC shows contents of the page --&amp;gt;__TOC__&lt;br /&gt;
[[File:Page Under Construction.jpg|thumb|center|Page under construction]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Example titles --&amp;gt;&lt;br /&gt;
=Btrfs is a modern CoW file system=&lt;br /&gt;
A modern '''C'''opy '''o'''n '''W'''rite file system for Linux aimed at implementing advanced features while also focusing on '''fault tolerance''', '''repair''' and '''easy administration'''. Btrfs not only is a file system, but also is partly a volume manager, software-raid, backup-tool, and it is flash-friendly.&lt;br /&gt;
&lt;br /&gt;
Because Btrfs is different, some things seem unfamiliar and strange. Then [https://btrfs.wiki.kernel.org/index.php/Main_Page btrfs.wiki.kernel.org] is a good starting point to search for answers.&lt;br /&gt;
Development of Btrfs started in 2007. Since that time, Btrfs is a part of the Linux kernel and is under active development. The Btrfs code base is '''[https://btrfs.wiki.kernel.org/index.php/Status stable] .''' However, new features are still under development. Its main features and benefits are:&lt;br /&gt;
*'''Snapshots''' which do not make the full copy of files&lt;br /&gt;
*'''RAID''' - support for software-based RAID 0, RAID 1, RAID 10&lt;br /&gt;
*'''Self-healing''' - checksums for data and metadata, automatic detection of silent data corruption (see [https://btrfs.wiki.kernel.org/index.php/Main_Page btrfs@kernel.org], [https://wiki.archlinux.org/title/Btrfs Btrfs@ARC-wiki], [https://de.wikipedia.org/wiki/Btrfs Btrfs@wikipedia])&lt;br /&gt;
&lt;br /&gt;
=== Familiar with btrfs-slang ? ===&lt;br /&gt;
Because Btrfs is different, you will find some words that do have a special meaning when used for btrfs. This may be a source of confusion. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''volume'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A '''volume''' is a pool of raw storage and consists of one or more '''device'''s. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs volume. You are able to add/remove devices at any time. ''Usually you do '''not''' mount a Btrfs volume.''&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''chunk'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A '''chunk''' is simply a piece of storage that Btrfs can use to put data on. Think of a chunk(usually 1GiB) as of a page in a book. The book is the volume, and the chunk is one page of it. When you start, all pages are empty. When you write data to the volume, one page (=&amp;quot;chunk&amp;quot;) after the other is written to. &lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ '''device'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A '''device''' is some linux device. It may be '''a partition''' like '''/dev/sdz1''' or /dev/sdz2. Or it may be a raw disk device like /dev/sdz without any partitioning. A Btrfs volume consists of '''at least one device'''.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''subvolume'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Btrfs subvolume is an independently mountable POSIX file-tree and '''not a block device'''. It is the part of a volume that will be '''mounted writeable''' into your Linux system. By convention the names of subvolumes start with @ ('''@''', '''@home''', '''@snapshots''' ...). All subvolumes share the space of the Btrfs volume. You may create subvolumes at will. (You may think of subvolumes ''as sort of &amp;quot;dynamic partitions&amp;quot; inside a Btrfs volume'')&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ '''default subvolume''' &amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;The default subvolume of a Btrfs volume is special. When you mount, you normally have to name a subvolume to mount. When you don't name a subvolume, the default subvolume will be used by mount. The default subvolume can be changed to any subvolume. It is advisable to set that subvolume as default, that is used for mounting linux '''&amp;quot;/&amp;quot;''' this is often the subvolume with name '''&amp;quot;@&amp;quot;'''&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''volume-root''' &amp;quot;/&amp;quot;, Btrfs '''layout''' &amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Btrfs volume contains one ore more subvolumes. But they are not stored in form of a list. These subvolumes are stored in a tree-like structure like in a filesystem.  Sometimes called the &amp;quot;top-level subvolume&amp;quot; or &amp;quot;root of the volume&amp;quot;. But be careful this is '''not linux-root &amp;quot;/&amp;quot;''', but Btrfs '''volume-root &amp;quot;/&amp;quot;'''. There are several basic schemas to '''layout''' subvolumes in a volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''snapshot'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A snapshot looks nearly the same as a subvolume. But don´t get confused. When we talk about snapshots we usually mean a &amp;quot;'''Read-Only (RO) photograph''' of a subvolume&amp;quot;. While the subvolume changes with time. A snapshot stays in the state of the subvolume at the time we made it. You can mount snapshots into your linux system, but you only can read the content. And the content will never change while this snapshot exists. When creating '''snapshots''' you have to watch out for the Btrfs-'''layout''' in use.&lt;br /&gt;
It is possible to make a writeable subvolume out of a RO snapshot. This is the way roll back does work.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Self-healing&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs Scrub&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs Balance&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs Quota&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Parts of Btrfs =&lt;br /&gt;
&lt;br /&gt;
== Volume ==&lt;br /&gt;
A pool of raw storage. Consists of one or more devices. The size of the volume will be the addition of all included devices, unless you use RAID. &lt;br /&gt;
&lt;br /&gt;
If you do use more then one device, please also read the section about RAID. You are able to add/remove devices at any time. With adding/removing devices it is also possible to move a volume from one device to another (without changing the UID).&lt;br /&gt;
&lt;br /&gt;
Usually you do not mount the Btrfs volume itself, but you mount subvolumes. There may be times when it is practical to mount the Btrfs volume itself.Then you are able to change the volume layout. All (writeable) subvolumes inside a volume are movable inside the volume with mv. Moving subvolumes will not touch the data, but change the volume layout in an instant.&lt;br /&gt;
&lt;br /&gt;
When not otherwise specified, additional devices are handled as '''J'''ust a '''B'''unch '''o'''f '''D'''isks (JBOD); this means &lt;br /&gt;
{{Info|In most cases it is advisable to use only one Btrfs volume}} &lt;br /&gt;
=== subvolume ===&lt;br /&gt;
&lt;br /&gt;
=== snapshot ===&lt;br /&gt;
A snapshot looks nearly the same as a subvolume. But snapshots really are &amp;quot;read-only photographs of a subvolume&amp;quot;. While the subvolume changes with time. The snapshot is frozen in the state of the subvolume at the time you made it.&lt;br /&gt;
A snapshot is read-only. Therefore it is guaranteed not to change. In a snapshot you will find all files of the subvolume frozen in time. {{BoxWarning|where to place snapshots|When creating snapshots you have to watch out for the volume layout in use}}&lt;br /&gt;
&lt;br /&gt;
Taking a snapshot is '''very fast''', and '''nearly priceless'''. After the snapshot is taken, all future writes will go as in CoW usual. But none of the space occupied by files in the snapshot will be reusable. As you write more and more new files the filesystem will grow because it can not reuse the files in the snapshot. A new snapshot will freeze additional all created or modified files since the last snapshot and so on. If you don´t release(delete) any snapshot you will eventually run out of space soon(disk full)&lt;br /&gt;
&lt;br /&gt;
Deleting a snapshot does not delete any files that are actually in use by other snapshots or the subvolume they where taken from. But to free some space, Btrfs has to test for every file in the snapshot, whether it is in use, or it is not. If it is not, the space of this file/version will be freed.(This is greatly simplified) Therefore it is '''costly to remove snapshots'''. And Btrfs will do this work in the background. You may notice this, because when you delete a snapshot there will be '''no immediate gain in freed space'''. After a while you will notice that some space was freed. &lt;br /&gt;
&lt;br /&gt;
Snapshots (if regularly made) may be used for:&lt;br /&gt;
* comparing config files from different &amp;quot;times&amp;quot;&lt;br /&gt;
* merging config files&lt;br /&gt;
* recovering accidentally deleted/overwritten files&lt;br /&gt;
* system roll back&lt;br /&gt;
* anchor for a backup with send/receive&lt;br /&gt;
* basis for a seed&lt;br /&gt;
* ''what do you use snapshots for ?''&lt;br /&gt;
&lt;br /&gt;
Making and deleting snapshots is best done automatically:&lt;br /&gt;
* snapper&lt;br /&gt;
* timeshift&lt;br /&gt;
&lt;br /&gt;
If you need to roll back into a snapshot you have to replace the actual subvolume by the chosen snapshot.&lt;br /&gt;
* Make a snapshot of the actual subvolume (for later reference)&lt;br /&gt;
* Move the subvolume out of its actual place&lt;br /&gt;
* Create a new subvolume from the snapshot chosen for roll back&lt;br /&gt;
* Make the new subvolume the default&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{BoxDanger|Snapshots together with quotas|There are reports about massive problems when using '''quotas''' together with snapshots (snapper, timeshift)}}&lt;br /&gt;
&lt;br /&gt;
=== quotas ===&lt;br /&gt;
Quota support in Btrfs is implemented at the subvolume level.&lt;br /&gt;
&lt;br /&gt;
For more info see [https://btrfs.wiki.kernel.org/index.php/Quota_support Quota_support@btrfs.kernel.org]&lt;br /&gt;
{{BoxDanger|Reports about problems|There are reports about massive problems when using quotas (especially together with snapshots, snapper, timeshift)}}&lt;br /&gt;
* [https://forum.manjaro.org/t/freeze-issues-with-btrfs-and-timeshift/22005/10 freeze-issues-with-btrfs-and-timeshift 2021]&lt;br /&gt;
* [https://forum.manjaro.org/t/cannot-clone-btrfs-boot-drive-with-clonezilla/78836/10 cannot-clone-btrfs-boot-drive-with-clonezilla 2021]&lt;br /&gt;
* [https://forum.manjaro.org/t/btrfs-qgroups-warning-error/64029 btrfs-qgroups-warning-error 2021]&lt;br /&gt;
* [https://forum.manjaro.org/t/files-disappearing-in-btrfs-and-ssd/28991 files-disappearing-in-btrfs-and-ssd 2020]&lt;br /&gt;
&lt;br /&gt;
=== RAID ===&lt;br /&gt;
&lt;br /&gt;
=== balance ===&lt;br /&gt;
&lt;br /&gt;
=== scrub ===&lt;br /&gt;
&lt;br /&gt;
=== compression ===&lt;br /&gt;
&lt;br /&gt;
{{BoxWarning|Grub needs to load the kernel and initrd|When you use compression on kernel, initrd, or grub config files, grub needs to decompress these files. Otherwise you will '''not be able to boot'''. GRUB introduced '''zstd''' support in '''2.04.'''}}&lt;br /&gt;
&lt;br /&gt;
=== encryption ===&lt;br /&gt;
&lt;br /&gt;
=== send / receive ===&lt;br /&gt;
&lt;br /&gt;
= Btrfs Tools =&lt;br /&gt;
&lt;br /&gt;
===Btrfs===&lt;br /&gt;
&lt;br /&gt;
===btrfsck===&lt;br /&gt;
this is not what you think ;-)&lt;br /&gt;
&lt;br /&gt;
== Recomendations ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ We recommend using Btrfs with UEFI and GPT&lt;br /&gt;
|-&lt;br /&gt;
! Partition !! Filesystem !! Size !! Partition type&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda1 || Fat32 || 1GiB || EFI system partition&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda2 || Btrfs || 1Gib - 8EiB || Btrfs Volume &lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda3 || swap || 4GiB, at least your RAM-size || Swap partition (optional)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ IF you don't have UEFI, you may use Btrfs with BIOS and GPT&lt;br /&gt;
|-&lt;br /&gt;
! Partition !! Filesystem !! Size !! Partition type&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda1 ||(bootloader)|| 4MiB || BIOS boot partition&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda2 || Btrfs || 1Gib - 8EiB || Btrfs Volume &lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda3 || swap || 4GiB, at least your RAM-size || Swap partition (optional)&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- If you use command, it should be inside of usercmd. You can see below example --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=example command should be here}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use code, it should be like below example(a space before that) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Example codes should be here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Don't forget to look more templates: https://wiki.manjaro.org/index.php/Help:Template --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Please be aware that the information on this page is a simplified version of the reality. Is is written to make the reader understand a little of these complex things. To get an in depth understanding it will be neccesary to read further at btrfs.wiki.kernel.org or other places.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= additional Information =&lt;br /&gt;
=== why not btrfs ? ===&lt;br /&gt;
A lot of people say: &amp;quot;'''I don't use btrfs because''' it is experimental and is '''not stable'''. You can´t use it in production. It is not safe!&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== not stable ? ====&lt;br /&gt;
The status of btrfs was experimental for a long time, but the the core functionality is considered '''good enough for daily use'''. &amp;lt;small&amp;gt;(from kernel.org)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you see statements declaring Btrfs as not stable, please look for the date of them. Some seem to date from 10 years ago. So if you want to give btrfs a chance, you have to look for newer statements. Maybe even look at btrfs.wiki.kernel.org there sure is the best information regarding btrfs&lt;br /&gt;
&lt;br /&gt;
==== experimental ? ====&lt;br /&gt;
Btrfs is feature-rich! There are new features being implemented and these should be considered experimental for a few releases when the bugs get ironed out when number of brave users help stabilizing it.&amp;lt;small&amp;gt;(from kernel.org)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some features are '''not implemented yet'''. Others are only '''partly implemented'''. Some are '''experimental''' and not suggested for production use. As is always the case in Linux-land ''you'' decide what to use, and so you are responsible for your own decisions.&lt;br /&gt;
&lt;br /&gt;
==== not usable for production ? ====&lt;br /&gt;
* [https://btrfs.wiki.kernel.org/index.php/Getting_started#Distro_support Distro support] for Btrfs as main filesystem &lt;br /&gt;
* Some firms do use btrfs in production@wiki.btrfs.kernel.org&lt;br /&gt;
* Some manufacturers do deploy devices where btrfs is used inside&lt;br /&gt;
&lt;br /&gt;
==== difficult to repair ? ====&lt;br /&gt;
Indeed when you search for the usual ways to repair a file system like FAT or Ext4 then you don't find good information. But this is not because it is difficult to repair btrfs, but because repairing btrfs '''does work very different'''.&lt;br /&gt;
&lt;br /&gt;
== What's this &amp;quot;Copy on Write&amp;quot; ==&lt;br /&gt;
When you want to get the most out of using btrfs you do need to know some things about this file system. Then you are able to use it properly and to your advantage. btrfs is not difficult,l but different to some extend.&lt;br /&gt;
&lt;br /&gt;
=== write in place (FAT32) ===&lt;br /&gt;
Most file systems did write &amp;quot;in place&amp;quot;. This means that some data or metadata will be written &amp;quot;over&amp;quot; the previous data at the same place. &lt;br /&gt;
&lt;br /&gt;
For example this is the case for FAT32 file systems. The '''F'''ile '''A'''llocation '''T'''able is at a fixed place on this file system. When the &amp;quot;FAT&amp;quot; changes (because a file got bigger and needs more blocks), this new FAT must be written with the new data to the same place as bevor. When the disk is ejected bevor(or while) this data is written, the file system will be corrupted. And the FAT does change a lot.&lt;br /&gt;
&lt;br /&gt;
The danger of corruption is especially big while metadata (like filename, permission, usage of disk space ...) is being written.&lt;br /&gt;
&lt;br /&gt;
=== write to a metadata-log (Ext4) ===&lt;br /&gt;
There is a solution to this with newer file systems like Ext4. Instead of writing metadata &amp;quot;in place&amp;quot;, metadata is written into an &amp;quot;endless&amp;quot; log. Then it is not possible to be corrupted while overwritten. This is possible because metadata is only a very small part of the data in a file system.&lt;br /&gt;
&lt;br /&gt;
There has to be an additional mechanism to make this safe. Sometimes this is called &amp;quot;barriers&amp;quot;, and there have to be checksums that tell when a part of the log is corrupted.&lt;br /&gt;
&lt;br /&gt;
This does protect the file system itself, but not the files in it. Because a file may be overwritten in place, and then the old file is lost, and the new one may not have been written completely.&lt;br /&gt;
&lt;br /&gt;
=== Copy on Write! (Btrfs)===&lt;br /&gt;
Copy on Write is a &amp;quot;new&amp;quot; concept. It means the file system will try to '''never''' write over existing data. '''How is this even possible?'''&lt;br /&gt;
* Files are appended at the end of a &amp;quot;data page&amp;quot;&lt;br /&gt;
* Metadata is appended at a &amp;quot;metadata page&amp;quot;&lt;br /&gt;
* Inside a page nothing is ever overwritten&lt;br /&gt;
* When a page is full the file system will use the next free page&lt;br /&gt;
* Deleting a file does not write/clean its data, but writes metadata, that marks this file as deleted&lt;br /&gt;
* Overwriting a file does first append the new file to the &amp;quot;data page&amp;quot;, then writes the metadata for this file&lt;br /&gt;
* Changing small parts of a file will write only the new parts, then link the rest to the old file&lt;br /&gt;
* there are checksums for data and metadata&lt;br /&gt;
&lt;br /&gt;
==== downsides ====&lt;br /&gt;
* Management of space is complex&lt;br /&gt;
* There are 2 sorts of pages&lt;br /&gt;
* There has to be a clean-up-process who makes the space of deleted files reusable, so that the disk does not run out of free pages&lt;br /&gt;
* It must be avoided to write data unnecessarily, because then the clean-up would also be very expensive&lt;br /&gt;
&lt;br /&gt;
==== chances ====&lt;br /&gt;
* It is possible to detect nearly any corruption because of the checksums&lt;br /&gt;
** When the power is lost, or the disk is disconnected, all old data is save. WHY?&lt;br /&gt;
** Every bit of &amp;quot;old&amp;quot; data from before the power loss or the disconnection is present because it is NOT overwritten&lt;br /&gt;
** Only the newly written data may be partly damaged&lt;br /&gt;
** The metadata may also be partly damaged&lt;br /&gt;
** When mounting the volume it is possible by analysing checksums and metadata to find the point in the file system where all was good&lt;br /&gt;
** Btrfs will automatically roll back to this point, then it can mount the file system writeable&lt;br /&gt;
&lt;br /&gt;
* CoW is a sound foundation to build upon&lt;br /&gt;
** Snapshots&lt;br /&gt;
** RAID&lt;br /&gt;
** Volume management&lt;br /&gt;
** Compression&lt;br /&gt;
** Encryption (maybe some time in the future)&lt;br /&gt;
&lt;br /&gt;
{{BoxWarning|Don´t disable CoW in Btrfs|It is possible to disable CoW in Btrfs. But then you '''loose all benefits''' of Btrfs. It won´t even make checksums. If you don't like CoW, then you better use another filesystem}}&lt;br /&gt;
&lt;br /&gt;
= Use the Forum! =&lt;br /&gt;
It is a good Idea to [https://forum.manjaro.org/search?q=btrfs search the forum] for posts related to btrfs. &lt;br /&gt;
&lt;br /&gt;
= Btrfs is fast moving! See Also:=&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
* [https://btrfs.wiki.kernel.org Btrfs@kernel.org]&lt;br /&gt;
* [https://wiki.archlinux.org/title/btrfs Btrfs@ARCH-wiki]&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Category or categories should have a translation extension below example--&amp;gt;&lt;br /&gt;
[[Category:Boilerplate{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Btrfs&amp;diff=28954</id>
		<title>Btrfs</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Btrfs&amp;diff=28954"/>
		<updated>2021-09-24T18:21:21Z</updated>

		<summary type="html">&lt;p&gt;Fabby: /* volume */ Check spelling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- This is a boilerplot to help you --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- TOC shows contents of the page --&amp;gt;__TOC__&lt;br /&gt;
[[File:Page Under Construction.jpg|thumb|center|Page under construction]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Example titles --&amp;gt;&lt;br /&gt;
=Btrfs is a modern CoW file system=&lt;br /&gt;
A modern '''C'''opy '''o'''n '''W'''rite file system for Linux aimed at implementing advanced features while also focusing on '''fault tolerance''', '''repair''' and '''easy administration'''. Btrfs not only is a file system, but also is partly a volume manager, software-raid, backup-tool, and it is flash-friendly.&lt;br /&gt;
&lt;br /&gt;
Because Btrfs is different, some things seem unfamiliar and strange. Then [https://btrfs.wiki.kernel.org/index.php/Main_Page btrfs.wiki.kernel.org] is a good starting point to search for answers.&lt;br /&gt;
Development of Btrfs started in 2007. Since that time, Btrfs is a part of the Linux kernel and is under active development. The Btrfs code base is '''[https://btrfs.wiki.kernel.org/index.php/Status stable] .''' However, new features are still under development. Its main features and benefits are:&lt;br /&gt;
*'''Snapshots''' which do not make the full copy of files&lt;br /&gt;
*'''RAID''' - support for software-based RAID 0, RAID 1, RAID 10&lt;br /&gt;
*'''Self-healing''' - checksums for data and metadata, automatic detection of silent data corruption (see [https://btrfs.wiki.kernel.org/index.php/Main_Page btrfs@kernel.org], [https://wiki.archlinux.org/title/Btrfs Btrfs@ARC-wiki], [https://de.wikipedia.org/wiki/Btrfs Btrfs@wikipedia])&lt;br /&gt;
&lt;br /&gt;
=== Familiar with btrfs-slang ? ===&lt;br /&gt;
Because Btrfs is different, you will find some words that do have a special meaning when used for btrfs. This may be a source of confusion. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''volume'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A '''volume''' is a pool of raw storage and consists of one or more '''device'''s. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs volume. You are able to add/remove devices at any time. ''Usually you do '''not''' mount a Btrfs volume.''&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''chunk'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A '''chunk''' is simply a piece of storage that Btrfs can use to put data on. Think of a chunk(usually 1GiB) as of a page in a book. The book is the volume, and the chunk is one page of it. When you start, all pages are empty. When you write data to the volume, one page (=&amp;quot;chunk&amp;quot;) after the other is written to. &lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ '''device'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A '''device''' is some linux device. It may be '''a partition''' like '''/dev/sdz1''' or /dev/sdz2. Or it may be a raw disk device like /dev/sdz without any partitioning. A Btrfs volume consists of '''at least one device'''.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''subvolume'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Btrfs subvolume is an independently mountable POSIX file-tree and '''not a block device'''. It is the part of a volume that will be '''mounted writeable''' into your Linux system. By convention the names of subvolumes start with @ ('''@''', '''@home''', '''@snapshots''' ...). All subvolumes share the space of the Btrfs volume. You may create subvolumes at will. (You may think of subvolumes ''as sort of &amp;quot;dynamic partitions&amp;quot; inside a Btrfs volume'')&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ '''default subvolume''' &amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;The default subvolume of a Btrfs volume is special. When you mount, you normally have to name a subvolume to mount. When you don't name a subvolume, the default subvolume will be used by mount. The default subvolume can be changed to any subvolume. It is advisable to set that subvolume as default, that is used for mounting linux '''&amp;quot;/&amp;quot;''' this is often the subvolume with name '''&amp;quot;@&amp;quot;'''&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''volume-root''' &amp;quot;/&amp;quot;, Btrfs '''layout''' &amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Btrfs volume contains one ore more subvolumes. But they are not stored in form of a list. These subvolumes are stored in a tree-like structure like in a filesystem.  Sometimes called the &amp;quot;top-level subvolume&amp;quot; or &amp;quot;root of the volume&amp;quot;. But be careful this is '''not linux-root &amp;quot;/&amp;quot;''', but Btrfs '''volume-root &amp;quot;/&amp;quot;'''. There are several basic schemas to '''layout''' subvolumes in a volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''snapshot'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A snapshot looks nearly the same as a subvolume. But don´t get confused. When we talk about snapshots we usually mean a &amp;quot;'''Read-Only (RO) photograph''' of a subvolume&amp;quot;. While the subvolume changes with time. A snapshot stays in the state of the subvolume at the time we made it. You can mount snapshots into your linux system, but you only can read the content. And the content will never change while this snapshot exists. When creating '''snapshots''' you have to watch out for the Btrfs-'''layout''' in use.&lt;br /&gt;
It is possible to make a writeable subvolume out of a RO snapshot. This is the way roll back does work.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Self-healing&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs Scrub&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs Balance&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs Quota&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Parts of Btrfs =&lt;br /&gt;
&lt;br /&gt;
== Volume ==&lt;br /&gt;
A pool of raw storage. Consists of one or more devices. The size of the volume will be the addition of all included devices, unless you use RAID. &lt;br /&gt;
&lt;br /&gt;
If you do use more then one device, please also read the section about RAID. You are able to add/remove devices at any time. With adding/removing devices it is also possible to move a volume from one device to another (without changing the UID).&lt;br /&gt;
&lt;br /&gt;
Usually you do not mount the Btrfs volume itself, but you mount subvolumes. There may be times when it is practical to mount the Btrfs volume itself.Then you are able to change the volume layout. All (writeable) subvolumes inside a volume are movable inside the volume with mv. Moving subvolumes will not touch the data, but change the volume layout in an instant.&lt;br /&gt;
&lt;br /&gt;
When not otherwise specified, additional devices are handled as '''J'''ust a '''B'''unch '''o'''f '''D'''isks (JBOD); this means &lt;br /&gt;
{{Info|In most cases it is advisable to use only one Btrfs volume}} &lt;br /&gt;
=== subvolume ===&lt;br /&gt;
&lt;br /&gt;
=== snapshot ===&lt;br /&gt;
A snapshot looks nearly the same as a subvolume. But snapshots really are &amp;quot;read-only photographs of a subvolume&amp;quot;. While the subvolume changes with time. The snapshot is frozen in the state of the subvolume at the time you made it.&lt;br /&gt;
A snapshot is read-only. Therefore it is guaranteed not to change. In a snapshot you will find all files of the subvolume frozen in time. {{BoxWarning|where to place snapshots|When creating snapshots you have to watch out for the volume layout in use}}&lt;br /&gt;
&lt;br /&gt;
Taking a snapshot is '''very fast''', and '''nearly priceless'''. After the snapshot is taken, all future writes will go as in CoW usual. But none of the space occupied by files in the snapshot will be reusable. As you write more and more new files the filesystem will grow because it can not reuse the files in the snapshot. A new snapshot will freeze additional all created or modified files since the last snapshot and so on. If you don´t release(delete) any snapshot you will eventually run out of space soon(disk full)&lt;br /&gt;
&lt;br /&gt;
Deleting a snapshot does not delete any files that are actually in use by other snapshots or the subvolume they where taken from. But to free some space, Btrfs has to test for every file in the snapshot, whether it is in use, or it is not. If it is not, the space of this file/version will be freed.(This is greatly simplified) Therefore it is '''costly to remove snapshots'''. And Btrfs will do this work in the background. You may notice this, because when you delete a snapshot there will be '''no immediate gain in freed space'''. After a while you will notice that some space was freed. &lt;br /&gt;
&lt;br /&gt;
Snapshots (if regularly made) may be used for:&lt;br /&gt;
* comparing config files from different &amp;quot;times&amp;quot;&lt;br /&gt;
* merging config files&lt;br /&gt;
* recovering accidentally deleted/overwritten files&lt;br /&gt;
* system roll back&lt;br /&gt;
* anchor for a backup with send/receive&lt;br /&gt;
* basis for a seed&lt;br /&gt;
* ''what do you use snapshots for ?''&lt;br /&gt;
&lt;br /&gt;
Making and deleting snapshots is best done automatically:&lt;br /&gt;
* snapper&lt;br /&gt;
* timeshift&lt;br /&gt;
&lt;br /&gt;
If you need to roll back into a snapshot you have to replace the actual subvolume by the chosen snapshot.&lt;br /&gt;
* Make a snapshot of the actual subvolume (for later reference)&lt;br /&gt;
* Move the subvolume out of its actual place&lt;br /&gt;
* Create a new subvolume from the snapshot chosen for roll back&lt;br /&gt;
* Make the new subvolume the default&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{BoxDanger|Snapshots together with quotas|There are reports about massive problems when using '''quotas''' together with snapshots (snapper, timeshift)}}&lt;br /&gt;
&lt;br /&gt;
=== quotas ===&lt;br /&gt;
Quota support in Btrfs is implemented at the subvolume level.&lt;br /&gt;
&lt;br /&gt;
For more info see [https://btrfs.wiki.kernel.org/index.php/Quota_support Quota_support@btrfs.kernel.org]&lt;br /&gt;
{{BoxDanger|Reports about problems|There are reports about massive problems when using quotas (especially together with snapshots, snapper, timeshift)}}&lt;br /&gt;
* [https://forum.manjaro.org/t/freeze-issues-with-btrfs-and-timeshift/22005/10 freeze-issues-with-btrfs-and-timeshift 2021]&lt;br /&gt;
* [https://forum.manjaro.org/t/cannot-clone-btrfs-boot-drive-with-clonezilla/78836/10 cannot-clone-btrfs-boot-drive-with-clonezilla 2021]&lt;br /&gt;
* [https://forum.manjaro.org/t/btrfs-qgroups-warning-error/64029 btrfs-qgroups-warning-error 2021]&lt;br /&gt;
* [https://forum.manjaro.org/t/files-disappearing-in-btrfs-and-ssd/28991 files-disappearing-in-btrfs-and-ssd 2020]&lt;br /&gt;
&lt;br /&gt;
=== RAID ===&lt;br /&gt;
&lt;br /&gt;
=== balance ===&lt;br /&gt;
&lt;br /&gt;
=== scrub ===&lt;br /&gt;
&lt;br /&gt;
=== compression ===&lt;br /&gt;
&lt;br /&gt;
{{BoxWarning|Grub needs to load the kernel and initrd|When you use compression on kernel, initrd, or grub config files, grub needs to decompress these files. Otherwise you will '''not be able to boot'''. GRUB introduced '''zstd''' support in '''2.04.'''}}&lt;br /&gt;
&lt;br /&gt;
=== encryption ===&lt;br /&gt;
&lt;br /&gt;
=== send / receive ===&lt;br /&gt;
&lt;br /&gt;
= Btrfs Tools =&lt;br /&gt;
&lt;br /&gt;
===btrfs===&lt;br /&gt;
&lt;br /&gt;
===btrfsck===&lt;br /&gt;
this is not what you think ;-)&lt;br /&gt;
&lt;br /&gt;
== Recomendations ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ We recommend using Btrfs with UEFI and GPT&lt;br /&gt;
|-&lt;br /&gt;
! Partition !! Filesystem !! Size !! Partition type&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda1 || Fat32 || 1GiB || EFI system partition&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda2 || Btrfs || 1Gib - 8EiB || Btrfs Volume &lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda3 || swap || 4GiB, at least your RAM-size || Swap partition (optional)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ IF you don't have UEFI, you may use Btrfs with BIOS and GPT&lt;br /&gt;
|-&lt;br /&gt;
! Partition !! Filesystem !! Size !! Partition type&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda1 ||(bootloader)|| 4MiB || BIOS boot partition&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda2 || Btrfs || 1Gib - 8EiB || Btrfs Volume &lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda3 || swap || 4GiB, at least your RAM-size || Swap partition (optional)&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- If you use command, it should be inside of usercmd. You can see below example --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=example command should be here}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use code, it should be like below example(a space before that) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Example codes should be here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Don't forget to look more templates: https://wiki.manjaro.org/index.php/Help:Template --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Please be aware that the information on this page is a simplified version of the reality. Is is written to make the reader understand a little of these complex things. To get an in depth understanding it will be neccesary to read further at btrfs.wiki.kernel.org or other places.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= additional Information =&lt;br /&gt;
=== why not btrfs ? ===&lt;br /&gt;
A lot of people say: &amp;quot;'''I don't use btrfs because''' it is experimental and is '''not stable'''. You can´t use it in production. It is not safe!&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== not stable ? ====&lt;br /&gt;
The status of btrfs was experimental for a long time, but the the core functionality is considered '''good enough for daily use'''. &amp;lt;small&amp;gt;(from kernel.org)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you see statements declaring Btrfs as not stable, please look for the date of them. Some seem to date from 10 years ago. So if you want to give btrfs a chance, you have to look for newer statements. Maybe even look at btrfs.wiki.kernel.org there sure is the best information regarding btrfs&lt;br /&gt;
&lt;br /&gt;
==== experimental ? ====&lt;br /&gt;
Btrfs is feature-rich! There are new features being implemented and these should be considered experimental for a few releases when the bugs get ironed out when number of brave users help stabilizing it.&amp;lt;small&amp;gt;(from kernel.org)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some features are '''not implemented yet'''. Others are only '''partly implemented'''. Some are '''experimental''' and not suggested for production use. As is always the case in Linux-land ''you'' decide what to use, and so you are responsible for your own decisions.&lt;br /&gt;
&lt;br /&gt;
==== not usable for production ? ====&lt;br /&gt;
* [https://btrfs.wiki.kernel.org/index.php/Getting_started#Distro_support Distro support] for Btrfs as main filesystem &lt;br /&gt;
* Some firms do use btrfs in production@wiki.btrfs.kernel.org&lt;br /&gt;
* Some manufacturers do deploy devices where btrfs is used inside&lt;br /&gt;
&lt;br /&gt;
==== difficult to repair ? ====&lt;br /&gt;
Indeed when you search for the usual ways to repair a file system like FAT or Ext4 then you don't find good information. But this is not because it is difficult to repair btrfs, but because repairing btrfs '''does work very different'''.&lt;br /&gt;
&lt;br /&gt;
== What's this &amp;quot;Copy on Write&amp;quot; ==&lt;br /&gt;
When you want to get the most out of using btrfs you do need to know some things about this file system. Then you are able to use it properly and to your advantage. btrfs is not difficult,l but different to some extend.&lt;br /&gt;
&lt;br /&gt;
=== write in place (FAT32) ===&lt;br /&gt;
Most file systems did write &amp;quot;in place&amp;quot;. This means that some data or metadata will be written &amp;quot;over&amp;quot; the previous data at the same place. &lt;br /&gt;
&lt;br /&gt;
For example this is the case for FAT32 file systems. The '''F'''ile '''A'''llocation '''T'''able is at a fixed place on this file system. When the &amp;quot;FAT&amp;quot; changes (because a file got bigger and needs more blocks), this new FAT must be written with the new data to the same place as bevor. When the disk is ejected bevor(or while) this data is written, the file system will be corrupted. And the FAT does change a lot.&lt;br /&gt;
&lt;br /&gt;
The danger of corruption is especially big while metadata (like filename, permission, usage of disk space ...) is being written.&lt;br /&gt;
&lt;br /&gt;
=== write to a metadata-log (Ext4) ===&lt;br /&gt;
There is a solution to this with newer file systems like Ext4. Instead of writing metadata &amp;quot;in place&amp;quot;, metadata is written into an &amp;quot;endless&amp;quot; log. Then it is not possible to be corrupted while overwritten. This is possible because metadata is only a very small part of the data in a file system.&lt;br /&gt;
&lt;br /&gt;
There has to be an additional mechanism to make this safe. Sometimes this is called &amp;quot;barriers&amp;quot;, and there have to be checksums that tell when a part of the log is corrupted.&lt;br /&gt;
&lt;br /&gt;
This does protect the file system itself, but not the files in it. Because a file may be overwritten in place, and then the old file is lost, and the new one may not have been written completely.&lt;br /&gt;
&lt;br /&gt;
=== Copy on Write! (Btrfs)===&lt;br /&gt;
Copy on Write is a &amp;quot;new&amp;quot; concept. It means the file system will try to '''never''' write over existing data. '''How is this even possible?'''&lt;br /&gt;
* Files are appended at the end of a &amp;quot;data page&amp;quot;&lt;br /&gt;
* Metadata is appended at a &amp;quot;metadata page&amp;quot;&lt;br /&gt;
* Inside a page nothing is ever overwritten&lt;br /&gt;
* When a page is full the file system will use the next free page&lt;br /&gt;
* Deleting a file does not write/clean its data, but writes metadata, that marks this file as deleted&lt;br /&gt;
* Overwriting a file does first append the new file to the &amp;quot;data page&amp;quot;, then writes the metadata for this file&lt;br /&gt;
* Changing small parts of a file will write only the new parts, then link the rest to the old file&lt;br /&gt;
* there are checksums for data and metadata&lt;br /&gt;
&lt;br /&gt;
==== downsides ====&lt;br /&gt;
* Management of space is complex&lt;br /&gt;
* There are 2 sorts of pages&lt;br /&gt;
* There has to be a clean-up-process who makes the space of deleted files reusable, so that the disk does not run out of free pages&lt;br /&gt;
* It must be avoided to write data unnecessarily, because then the clean-up would also be very expensive&lt;br /&gt;
&lt;br /&gt;
==== chances ====&lt;br /&gt;
* It is possible to detect nearly any corruption because of the checksums&lt;br /&gt;
** When the power is lost, or the disk is disconnected, all old data is save. WHY?&lt;br /&gt;
** Every bit of &amp;quot;old&amp;quot; data from before the power loss or the disconnection is present because it is NOT overwritten&lt;br /&gt;
** Only the newly written data may be partly damaged&lt;br /&gt;
** The metadata may also be partly damaged&lt;br /&gt;
** When mounting the volume it is possible by analysing checksums and metadata to find the point in the file system where all was good&lt;br /&gt;
** Btrfs will automatically roll back to this point, then it can mount the file system writeable&lt;br /&gt;
&lt;br /&gt;
* CoW is a sound foundation to build upon&lt;br /&gt;
** Snapshots&lt;br /&gt;
** RAID&lt;br /&gt;
** Volume management&lt;br /&gt;
** Compression&lt;br /&gt;
** Encryption (maybe some time in the future)&lt;br /&gt;
&lt;br /&gt;
{{BoxWarning|Don´t disable CoW in Btrfs|It is possible to disable CoW in Btrfs. But then you '''loose all benefits''' of Btrfs. It won´t even make checksums. If you don't like CoW, then you better use another filesystem}}&lt;br /&gt;
&lt;br /&gt;
= Use the Forum! =&lt;br /&gt;
It is a good Idea to [https://forum.manjaro.org/search?q=btrfs search the forum] for posts related to btrfs. &lt;br /&gt;
&lt;br /&gt;
= Btrfs is fast moving! See Also:=&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
* [https://btrfs.wiki.kernel.org Btrfs@kernel.org]&lt;br /&gt;
* [https://wiki.archlinux.org/title/btrfs Btrfs@ARCH-wiki]&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Category or categories should have a translation extension below example--&amp;gt;&lt;br /&gt;
[[Category:Boilerplate{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Btrfs&amp;diff=28953</id>
		<title>Btrfs</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Btrfs&amp;diff=28953"/>
		<updated>2021-09-24T18:17:46Z</updated>

		<summary type="html">&lt;p&gt;Fabby: /* btrfs is a modern CoW file system */ Check spelling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- This is a boilerplot to help you --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- TOC shows contents of the page --&amp;gt;__TOC__&lt;br /&gt;
[[File:Page Under Construction.jpg|thumb|center|Page under construction]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Example titles --&amp;gt;&lt;br /&gt;
=Btrfs is a modern CoW file system=&lt;br /&gt;
A modern '''C'''opy '''o'''n '''W'''rite file system for Linux aimed at implementing advanced features while also focusing on '''fault tolerance''', '''repair''' and '''easy administration'''. Btrfs not only is a file system, but also is partly a volume manager, software-raid, backup-tool, and it is flash-friendly.&lt;br /&gt;
&lt;br /&gt;
Because Btrfs is different, some things seem unfamiliar and strange. Then [https://btrfs.wiki.kernel.org/index.php/Main_Page btrfs.wiki.kernel.org] is a good starting point to search for answers.&lt;br /&gt;
Development of Btrfs started in 2007. Since that time, Btrfs is a part of the Linux kernel and is under active development. The Btrfs code base is '''[https://btrfs.wiki.kernel.org/index.php/Status stable] .''' However, new features are still under development. Its main features and benefits are:&lt;br /&gt;
*'''Snapshots''' which do not make the full copy of files&lt;br /&gt;
*'''RAID''' - support for software-based RAID 0, RAID 1, RAID 10&lt;br /&gt;
*'''Self-healing''' - checksums for data and metadata, automatic detection of silent data corruption (see [https://btrfs.wiki.kernel.org/index.php/Main_Page btrfs@kernel.org], [https://wiki.archlinux.org/title/Btrfs Btrfs@ARC-wiki], [https://de.wikipedia.org/wiki/Btrfs Btrfs@wikipedia])&lt;br /&gt;
&lt;br /&gt;
=== Familiar with btrfs-slang ? ===&lt;br /&gt;
Because Btrfs is different, you will find some words that do have a special meaning when used for btrfs. This may be a source of confusion. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''volume'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A '''volume''' is a pool of raw storage and consists of one or more '''device'''s. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs volume. You are able to add/remove devices at any time. ''Usually you do '''not''' mount a Btrfs volume.''&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''chunk'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A '''chunk''' is simply a piece of storage that Btrfs can use to put data on. Think of a chunk(usually 1GiB) as of a page in a book. The book is the volume, and the chunk is one page of it. When you start, all pages are empty. When you write data to the volume, one page (=&amp;quot;chunk&amp;quot;) after the other is written to. &lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ '''device'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A '''device''' is some linux device. It may be '''a partition''' like '''/dev/sdz1''' or /dev/sdz2. Or it may be a raw disk device like /dev/sdz without any partitioning. A Btrfs volume consists of '''at least one device'''.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''subvolume'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Btrfs subvolume is an independently mountable POSIX file-tree and '''not a block device'''. It is the part of a volume that will be '''mounted writeable''' into your Linux system. By convention the names of subvolumes start with @ ('''@''', '''@home''', '''@snapshots''' ...). All subvolumes share the space of the Btrfs volume. You may create subvolumes at will. (You may think of subvolumes ''as sort of &amp;quot;dynamic partitions&amp;quot; inside a Btrfs volume'')&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ '''default subvolume''' &amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;The default subvolume of a Btrfs volume is special. When you mount, you normally have to name a subvolume to mount. When you don't name a subvolume, the default subvolume will be used by mount. The default subvolume can be changed to any subvolume. It is advisable to set that subvolume as default, that is used for mounting linux '''&amp;quot;/&amp;quot;''' this is often the subvolume with name '''&amp;quot;@&amp;quot;'''&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''volume-root''' &amp;quot;/&amp;quot;, Btrfs '''layout''' &amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Btrfs volume contains one ore more subvolumes. But they are not stored in form of a list. These subvolumes are stored in a tree-like structure like in a filesystem.  Sometimes called the &amp;quot;top-level subvolume&amp;quot; or &amp;quot;root of the volume&amp;quot;. But be careful this is '''not linux-root &amp;quot;/&amp;quot;''', but Btrfs '''volume-root &amp;quot;/&amp;quot;'''. There are several basic schemas to '''layout''' subvolumes in a volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs '''snapshot'''&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A snapshot looks nearly the same as a subvolume. But don´t get confused. When we talk about snapshots we usually mean a &amp;quot;'''Read-Only (RO) photograph''' of a subvolume&amp;quot;. While the subvolume changes with time. A snapshot stays in the state of the subvolume at the time we made it. You can mount snapshots into your linux system, but you only can read the content. And the content will never change while this snapshot exists. When creating '''snapshots''' you have to watch out for the Btrfs-'''layout''' in use.&lt;br /&gt;
It is possible to make a writeable subvolume out of a RO snapshot. This is the way roll back does work.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Self-healing&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs Scrub&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs Balance&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-toggle&amp;quot; style=&amp;quot;float:none;&amp;quot;&amp;gt;▶ Btrfs Quota&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;A Volume consists of one or more devices. The size of the volume will be the addition of all devices that are part of this volume. In most cases you will only use one Btrfs Volume&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Parts of Btrfs =&lt;br /&gt;
&lt;br /&gt;
== volume ==&lt;br /&gt;
A pool of raw storage. Consists of one or more devices. The size of the volume will be the addition of all included devices, unless you use RAID. &lt;br /&gt;
&lt;br /&gt;
If you do use more then one device, please also read the section about RAID. You are able to add/remove devices at any time. With adding/removing devices it is also possible to move a volume from one device to another (without changing the UID).&lt;br /&gt;
&lt;br /&gt;
Usually you do not mount the btrfs volume itself, but you mount subvolumes. There may be times when it is practical to mount the Btrfs volume itself.Then you are able to change the volume layout. All (writable)subvolumes inside a volume are movable inside the volume with mv. Moving subvolumes will not touch the data, but change the volume layout in an instant.&lt;br /&gt;
&lt;br /&gt;
When not otherwise specified, additionall devices are handeled as a '''B'''unch '''o'''f '''D'''isks. this mean&lt;br /&gt;
{{Info|In most cases it is advisable to use only one Btrfs volume}} &lt;br /&gt;
=== subvolume ===&lt;br /&gt;
&lt;br /&gt;
=== snapshot ===&lt;br /&gt;
A snapshot looks nearly the same as a subvolume. But snapshots really are &amp;quot;readonly photographs of a subvolume&amp;quot;. While the subvolume changes with time. The snapshot is frozen in the state of the subvolume at the time you made it.&lt;br /&gt;
A snapshot is readonly. Therefore it is guaranteed not to change. In a snapshot you will find all files of the subvolume frozen in time. {{BoxWarning|where to place snapshots|When creating snapshots you have to watch out for the volume layout in use}}&lt;br /&gt;
&lt;br /&gt;
Taking a snapshot is '''very fast''', and '''nearly priceless'''. After the snapshot is taken, all future writes will go as in CoW usual. But none of the space occupied by files in the snapshot will be reusable. As you write more and more new files the filesystem will grow because it can not reuse the files in the snapshot. A new snapshot will freeze additional all created or modified files since the last snapshot and so on. If you don´t release(delete) any snapshot you will eventually run out of space soon(disk full)&lt;br /&gt;
&lt;br /&gt;
Deleting a snapshot does not delete any files that are actually in use by other snapshots or the subvolume they where taken from. But to free some space, Btrfs has to test for every file in the snapshot, wehter it is in use, or it is not. If it is not, the space of this file/version will be freed.(This is greatly simplified) Therefore it is '''costly to remove snapshots'''. And btrfs will do this work in the background. You may notice this, because when you delete a snaphot there will be '''no immediate gain in freed space'''. After a while you will notice that some space was freed. &lt;br /&gt;
&lt;br /&gt;
Snapshots (if regularly made) may be used for:&lt;br /&gt;
* comparing config files from different &amp;quot;times&amp;quot;&lt;br /&gt;
* merging config files&lt;br /&gt;
* recovering accidentally deleted/overwritten files&lt;br /&gt;
* system roll back&lt;br /&gt;
* anchor for a backup with send/receive&lt;br /&gt;
* basis for a seed&lt;br /&gt;
* ''what do you use snapshots for ?''&lt;br /&gt;
&lt;br /&gt;
Making and deleting snapshots is best done automatically:&lt;br /&gt;
* snapper&lt;br /&gt;
* timeshift&lt;br /&gt;
&lt;br /&gt;
If you need to roll back into a snapshot you have to replace the actual subvolume by the chosen snapshot.&lt;br /&gt;
* Make a snapshot of the actual subvolume (for later reference)&lt;br /&gt;
* Move the subvolume out of its actual place&lt;br /&gt;
* Create a new subvolume from the snapshot chosen for roll back&lt;br /&gt;
* Make the new subvolume the default&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{BoxDanger|Snapshots together with quotas|There are reports about massive problems when using '''quotas''' together with snapshots (snapper, timeshift)}}&lt;br /&gt;
&lt;br /&gt;
=== quotas ===&lt;br /&gt;
Quota support in Btrfs is implemented at subvolume level.&lt;br /&gt;
&lt;br /&gt;
For more info see [https://btrfs.wiki.kernel.org/index.php/Quota_support Quota_support@btrfs.kernel.org]&lt;br /&gt;
{{BoxDanger|Reports about problems|There are reports about massive problems when using quotas (especially together with snapshots, snapper, timeshift)}}&lt;br /&gt;
* [https://forum.manjaro.org/t/freeze-issues-with-btrfs-and-timeshift/22005/10 freeze-issues-with-btrfs-and-timeshift 2021]&lt;br /&gt;
* [https://forum.manjaro.org/t/cannot-clone-btrfs-boot-drive-with-clonezilla/78836/10 cannot-clone-btrfs-boot-drive-with-clonezilla 2021]&lt;br /&gt;
* [https://forum.manjaro.org/t/btrfs-qgroups-warning-error/64029 btrfs-qgroups-warning-error 2021]&lt;br /&gt;
* [https://forum.manjaro.org/t/files-disappearing-in-btrfs-and-ssd/28991 files-disappearing-in-btrfs-and-ssd 2020]&lt;br /&gt;
&lt;br /&gt;
=== RAID ===&lt;br /&gt;
&lt;br /&gt;
=== balance ===&lt;br /&gt;
&lt;br /&gt;
=== scrub ===&lt;br /&gt;
&lt;br /&gt;
=== compression ===&lt;br /&gt;
&lt;br /&gt;
{{BoxWarning|Grub needs to load the kernel and initrd|When you use compression on kernel, initrd, or grub config files, grub needs to decompress these files. Otherwise you will '''not be able to boot'''. GRUB introduced '''zstd''' support in '''2.04.'''}}&lt;br /&gt;
&lt;br /&gt;
=== encryption ===&lt;br /&gt;
&lt;br /&gt;
=== send / receive ===&lt;br /&gt;
&lt;br /&gt;
= Btrfs Tools =&lt;br /&gt;
&lt;br /&gt;
===btrfs===&lt;br /&gt;
&lt;br /&gt;
===btrfsck===&lt;br /&gt;
this is not what you think ;-)&lt;br /&gt;
&lt;br /&gt;
== Recomendations ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ We recommend using Btrfs with UEFI and GPT&lt;br /&gt;
|-&lt;br /&gt;
! Partition !! Filesystem !! Size !! Partition type&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda1 || Fat32 || 1GiB || EFI system partition&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda2 || Btrfs || 1Gib - 8EiB || Btrfs Volume &lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda3 || swap || 4GiB, at least your RAM-size || Swap partition (optional)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ IF you don't have UEFI, you may use Btrfs with BIOS and GPT&lt;br /&gt;
|-&lt;br /&gt;
! Partition !! Filesystem !! Size !! Partition type&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda1 ||(bootloader)|| 4MiB || BIOS boot partition&lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda2 || Btrfs || 1Gib - 8EiB || Btrfs Volume &lt;br /&gt;
|-&lt;br /&gt;
| /dev/sda3 || swap || 4GiB, at least your RAM-size || Swap partition (optional)&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- If you use command, it should be inside of usercmd. You can see below example --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=example command should be here}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use code, it should be like below example(a space before that) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Example codes should be here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Don't forget to look more templates: https://wiki.manjaro.org/index.php/Help:Template --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Please be aware that the information on this page is a simplified version of the reality. Is is written to make the reader understand a little of these complex things. To get an in depth understanding it will be neccesary to read further at btrfs.wiki.kernel.org or other places.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= additional Information =&lt;br /&gt;
=== why not btrfs ? ===&lt;br /&gt;
A lot of people say: &amp;quot;'''I don't use btrfs because''' it is experimental and is '''not stable'''. You can´t use it in production. It is not safe!&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== not stable ? ====&lt;br /&gt;
The status of btrfs was experimental for a long time, but the the core functionality is considered '''good enough for daily use'''. &amp;lt;small&amp;gt;(from kernel.org)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you see statements declaring Btrfs as not stable, please look for the date of them. Some seem to date from 10 years ago. So if you want to give btrfs a chance, you have to look for newer statements. Maybe even look at btrfs.wiki.kernel.org there sure is the best information regarding btrfs&lt;br /&gt;
&lt;br /&gt;
==== experimental ? ====&lt;br /&gt;
Btrfs is feature-rich! There are new features being implemented and these should be considered experimental for a few releases when the bugs get ironed out when number of brave users help stabilizing it.&amp;lt;small&amp;gt;(from kernel.org)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some features are '''not implemented yet'''. Others are only '''partly implemented'''. Some are '''experimental''' and not suggested for production use. As is always the case in Linux-land ''you'' decide what to use, and so you are responsible for your own decisions.&lt;br /&gt;
&lt;br /&gt;
==== not usable for production ? ====&lt;br /&gt;
* [https://btrfs.wiki.kernel.org/index.php/Getting_started#Distro_support Distro support] for Btrfs as main filesystem &lt;br /&gt;
* Some firms do use btrfs in production@wiki.btrfs.kernel.org&lt;br /&gt;
* Some manufacturers do deploy devices where btrfs is used inside&lt;br /&gt;
&lt;br /&gt;
==== difficult to repair ? ====&lt;br /&gt;
Indeed when you search for the usual ways to repair a file system like FAT or Ext4 then you don't find good information. But this is not because it is difficult to repair btrfs, but because repairing btrfs '''does work very different'''.&lt;br /&gt;
&lt;br /&gt;
== What's this &amp;quot;Copy on Write&amp;quot; ==&lt;br /&gt;
When you want to get the most out of using btrfs you do need to know some things about this file system. Then you are able to use it properly and to your advantage. btrfs is not difficult,l but different to some extend.&lt;br /&gt;
&lt;br /&gt;
=== write in place (FAT32) ===&lt;br /&gt;
Most file systems did write &amp;quot;in place&amp;quot;. This means that some data or metadata will be written &amp;quot;over&amp;quot; the previous data at the same place. &lt;br /&gt;
&lt;br /&gt;
For example this is the case for FAT32 file systems. The '''F'''ile '''A'''llocation '''T'''able is at a fixed place on this file system. When the &amp;quot;FAT&amp;quot; changes (because a file got bigger and needs more blocks), this new FAT must be written with the new data to the same place as bevor. When the disk is ejected bevor(or while) this data is written, the file system will be corrupted. And the FAT does change a lot.&lt;br /&gt;
&lt;br /&gt;
The danger of corruption is especially big while metadata (like filename, permission, usage of disk space ...) is being written.&lt;br /&gt;
&lt;br /&gt;
=== write to a metadata-log (Ext4) ===&lt;br /&gt;
There is a solution to this with newer file systems like Ext4. Instead of writing metadata &amp;quot;in place&amp;quot;, metadata is written into an &amp;quot;endless&amp;quot; log. Then it is not possible to be corrupted while overwritten. This is possible because metadata is only a very small part of the data in a file system.&lt;br /&gt;
&lt;br /&gt;
There has to be an additional mechanism to make this safe. Sometimes this is called &amp;quot;barriers&amp;quot;, and there have to be checksums that tell when a part of the log is corrupted.&lt;br /&gt;
&lt;br /&gt;
This does protect the file system itself, but not the files in it. Because a file may be overwritten in place, and then the old file is lost, and the new one may not have been written completely.&lt;br /&gt;
&lt;br /&gt;
=== Copy on Write! (Btrfs)===&lt;br /&gt;
Copy on Write is a &amp;quot;new&amp;quot; concept. It means the file system will try to '''never''' write over existing data. '''How is this even possible?'''&lt;br /&gt;
* Files are appended at the end of a &amp;quot;data page&amp;quot;&lt;br /&gt;
* Metadata is appended at a &amp;quot;metadata page&amp;quot;&lt;br /&gt;
* Inside a page nothing is ever overwritten&lt;br /&gt;
* When a page is full the file system will use the next free page&lt;br /&gt;
* Deleting a file does not write/clean its data, but writes metadata, that marks this file as deleted&lt;br /&gt;
* Overwriting a file does first append the new file to the &amp;quot;data page&amp;quot;, then writes the metadata for this file&lt;br /&gt;
* Changing small parts of a file will write only the new parts, then link the rest to the old file&lt;br /&gt;
* there are checksums for data and metadata&lt;br /&gt;
&lt;br /&gt;
==== downsides ====&lt;br /&gt;
* Management of space is complex&lt;br /&gt;
* There are 2 sorts of pages&lt;br /&gt;
* There has to be a clean-up-process who makes the space of deleted files reusable, so that the disk does not run out of free pages&lt;br /&gt;
* It must be avoided to write data unnecessarily, because then the clean-up would also be very expensive&lt;br /&gt;
&lt;br /&gt;
==== chances ====&lt;br /&gt;
* It is possible to detect nearly any corruption because of the checksums&lt;br /&gt;
** When the power is lost, or the disk is disconnected, all old data is save. WHY?&lt;br /&gt;
** Every bit of &amp;quot;old&amp;quot; data from before the power loss or the disconnection is present because it is NOT overwritten&lt;br /&gt;
** Only the newly written data may be partly damaged&lt;br /&gt;
** The metadata may also be partly damaged&lt;br /&gt;
** When mounting the volume it is possible by analysing checksums and metadata to find the point in the file system where all was good&lt;br /&gt;
** Btrfs will automatically roll back to this point, then it can mount the file system writeable&lt;br /&gt;
&lt;br /&gt;
* CoW is a sound foundation to build upon&lt;br /&gt;
** Snapshots&lt;br /&gt;
** RAID&lt;br /&gt;
** Volume management&lt;br /&gt;
** Compression&lt;br /&gt;
** Encryption (maybe some time in the future)&lt;br /&gt;
&lt;br /&gt;
{{BoxWarning|Don´t disable CoW in Btrfs|It is possible to disable CoW in Btrfs. But then you '''loose all benefits''' of Btrfs. It won´t even make checksums. If you don't like CoW, then you better use another filesystem}}&lt;br /&gt;
&lt;br /&gt;
= Use the Forum! =&lt;br /&gt;
It is a good Idea to [https://forum.manjaro.org/search?q=btrfs search the forum] for posts related to btrfs. &lt;br /&gt;
&lt;br /&gt;
= Btrfs is fast moving! See Also:=&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
* [https://btrfs.wiki.kernel.org Btrfs@kernel.org]&lt;br /&gt;
* [https://wiki.archlinux.org/title/btrfs Btrfs@ARCH-wiki]&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Category or categories should have a translation extension below example--&amp;gt;&lt;br /&gt;
[[Category:Boilerplate{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Btrfs&amp;diff=28877</id>
		<title>Btrfs</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Btrfs&amp;diff=28877"/>
		<updated>2021-09-18T21:29:43Z</updated>

		<summary type="html">&lt;p&gt;Fabby: Corrected minor typos&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- This is a boilerplot to help you --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- TOC shows contents of the page --&amp;gt;__TOC__&lt;br /&gt;
[[File:Page Under Construction.jpg|thumb|center|Page under construction]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Example titles --&amp;gt;&lt;br /&gt;
=btrfs is a modern CoW file system=&lt;br /&gt;
A modern '''C'''opy '''o'''n '''W'''rite file system for Linux aimed at implementing advanced features while also focusing on '''fault tolerance''', '''repair''' and '''easy administration'''. Btrfs not only is a file system, but also is partly a volume manager, software-raid, backup-tool, and it is flash-friendly.&lt;br /&gt;
&lt;br /&gt;
Because btrfs is different, some things seem unfamiliar and strange. Then [https://btrfs.wiki.kernel.org/index.php/Main_Page btrfs.wiki.kernel.org] is a good starting point to search for answers.&lt;br /&gt;
Development of Btrfs started in 2007. Since that time, Btrfs is a part of the Linux kernel and is under active development. The Btrfs code base is '''[https://btrfs.wiki.kernel.org/index.php/Status stable] .''' However, new features are still under development. Its main features and benefits are:&lt;br /&gt;
*'''Snapshots''' which do not make the full copy of files&lt;br /&gt;
*'''RAID''' - support for software-based RAID 0, RAID 1, RAID 10&lt;br /&gt;
*'''Self-healing''' - checksums for data and metadata, automatic detection of silent data corruptionssee [https://btrfs.wiki.kernel.org/index.php/Main_Page btrfs@kernel.org], [https://wiki.archlinux.org/title/Btrfs Btrfs@ARC-wiki], [https://de.wikipedia.org/wiki/Btrfs Btrfs@wikipedia]&lt;br /&gt;
&lt;br /&gt;
=== why not btrfs ? ===&lt;br /&gt;
A lot of people say: &amp;quot;'''I don't use btrfs because''' it is experimental and is '''not stable'''. You can´t use it in production. It is not safe!&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== not stable ? ====&lt;br /&gt;
Sure this is partly right. But please look for the date of such statements. Some seem to date from 10 years ago. So if you want to give btrfs a chance, you have to look for newer statements. Maybe even look at btrfs.wiki.kernel.org sure there is the best information regarding btrfs&lt;br /&gt;
&lt;br /&gt;
==== experimental ? ====&lt;br /&gt;
Btrfs is feature-rich! And there are some features that are '''not implemented yet'''. Others are only '''partly implemented'''. Some are '''experimental''' and not suggested for production use. As is always the case in Linux-land ''you'' decide what to use, and so you are responsible for your own decisions.&lt;br /&gt;
&lt;br /&gt;
==== not usable for production ? ====&lt;br /&gt;
* Some Linux distributions do support btrfs as main file system&lt;br /&gt;
* Some firms do use btrfs in production@wiki.btrfs.kernel.org&lt;br /&gt;
* Some manufacturers do deploy devices where btrfs is used inside&lt;br /&gt;
&lt;br /&gt;
==== difficult to repair ? ====&lt;br /&gt;
Indeed when you search for the usual ways to repair a file system like FAT or Ext4 then you don't find good information. But this is not because it is difficult to repair btrfs, but because repairing btrfs '''does work very different'''.&lt;br /&gt;
&lt;br /&gt;
== What's this &amp;quot;Copy on Write&amp;quot; ==&lt;br /&gt;
When you want to get the most out of using btrfs you do need to know some things about this file system. Then you are able to use it properly and to your advantage. btrfs is not difficult,l but different to some extend.&lt;br /&gt;
&lt;br /&gt;
=== write in place (FAT32) ===&lt;br /&gt;
Most file systems did write &amp;quot;in place&amp;quot;. This means that some data or metadata will be written &amp;quot;over&amp;quot; the previous data at the same place. &lt;br /&gt;
&lt;br /&gt;
For example this is the case for FAT32 file systems. The '''F'''ile '''A'''llocation '''T'''able is at a fixed place on this file system. When the &amp;quot;FAT&amp;quot; changes (because a file got bigger and needs more blocks), this new FAT must be written with the new data to the same place as bevor. When the disk is ejected bevor(or while) this data is written, the file system will be corrupted. And the FAT does change a lot.&lt;br /&gt;
&lt;br /&gt;
The danger of corruption is especially big while metadata (like filename, permission, usage of disk space ...) is being written.&lt;br /&gt;
&lt;br /&gt;
=== write to a metadata-log (Ext4) ===&lt;br /&gt;
There is a solution to this with newer file systems like Ext4. Instead of writing metadata &amp;quot;in place&amp;quot;, metadata is written into an &amp;quot;endless&amp;quot; log. Then it is not possible to be corrupted while overwritten. This is possible because metadata is only a very small part of the data in a file system.&lt;br /&gt;
&lt;br /&gt;
There has to be an additional mechanism to make this safe. Sometimes this is called &amp;quot;barriers&amp;quot;, and there have to be checksums that tell when a part of the log is corrupted.&lt;br /&gt;
&lt;br /&gt;
This does protect the file system itself, but not the files in it. Because a file may be overwritten in place, and then the old file is lost, and the new one may not have been written completely.&lt;br /&gt;
&lt;br /&gt;
=== copy on write! (btrfs)===&lt;br /&gt;
Copy on write is a &amp;quot;new&amp;quot; concept. This means the file system will try to '''never''' write over existing data. '''How is this possible?'''&lt;br /&gt;
* Files are appended at the end of a &amp;quot;data page&amp;quot;&lt;br /&gt;
* Metadata is appended at a &amp;quot;metadata page&amp;quot;&lt;br /&gt;
* Inside a page nothing is ever overwritten&lt;br /&gt;
* When a page is full the file system will use the next free page&lt;br /&gt;
* Deleting a file does not write/clean its data, but writes metadata, that marks this file as deleted&lt;br /&gt;
* Overwriting a file does first append the new file to the &amp;quot;data page&amp;quot;, then writes the metadata for this file&lt;br /&gt;
* there are checksums for data and metadata&lt;br /&gt;
&lt;br /&gt;
==== downsides ====&lt;br /&gt;
* management of space is complex&lt;br /&gt;
* there are 2 sorts of pages&lt;br /&gt;
* there has to be a clean-up-process who makes the space of deleted files reusable, so that the disk does not run out of free pages&lt;br /&gt;
* it must be avoided to write data unnecessarily, because then the clean-up would also be very expensive&lt;br /&gt;
&lt;br /&gt;
==== chances ====&lt;br /&gt;
* it is possible to detect nearly any corruption because of the checksums&lt;br /&gt;
** when the power is lost, or the disk is disconnected, all old data is save. WHY?&lt;br /&gt;
** every bit of &amp;quot;old&amp;quot; data from before the power loss or the disconnection is present because it is NOT overwritten&lt;br /&gt;
** only the newly written data may be partly damaged&lt;br /&gt;
** the metadata may also be partly damaged&lt;br /&gt;
** when mounting the volume it is possible by analysing checksums and metadata to find the point in the file system where all was good&lt;br /&gt;
** btrfs will automatically roll back to this point, then it can mount the file system writeable&lt;br /&gt;
&lt;br /&gt;
* CoW is a sound foundation to build upon&lt;br /&gt;
** snapshots&lt;br /&gt;
** RAID&lt;br /&gt;
** volume management&lt;br /&gt;
** compression&lt;br /&gt;
** encryption (maybe some time in the future)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use command, it should be inside of usercmd. You can see below example --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=example command should be here}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use code, it should be like below example(a space before that) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Example codes should be here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Don't forget to look more templates: https://wiki.manjaro.org/index.php/Help:Template --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Please be aware that the information on this page is a simplified version of the reality. Is is written to make the reader understand a little of these complex things. To get an in depth understanding it will be neccesary to read further at btrfs.wiki.kernel.org or other places.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
&lt;br /&gt;
[https://example.link Example Link Title] example text&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Category or categories should have a translation extension below example--&amp;gt;&lt;br /&gt;
[[Category:Boilerplate{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Btrfs&amp;diff=28876</id>
		<title>Btrfs</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Btrfs&amp;diff=28876"/>
		<updated>2021-09-18T21:26:36Z</updated>

		<summary type="html">&lt;p&gt;Fabby: Corrected minor typos&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- This is a boilerplot to help you --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- TOC shows contents of the page --&amp;gt;__TOC__&lt;br /&gt;
[[File:Page Under Construction.jpg|thumb|center|Page under construction]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Example titles --&amp;gt;&lt;br /&gt;
=btrfs is a modern CoW file system=&lt;br /&gt;
A modern '''C'''opy '''o'''n '''W'''rite file system for Linux aimed at implementing advanced features while also focusing on '''fault tolerance''', '''repair''' and '''easy administration'''. Btrfs not only is a file system, but also is partly a volume manager, software-raid, backup-tool, and it is flash-friendly.&lt;br /&gt;
&lt;br /&gt;
Because btrfs is different, some things seem unfamiliar and strange. Then [https://btrfs.wiki.kernel.org/index.php/Main_Page btrfs.wiki.kernel.org] is a good starting point to search for answers.&lt;br /&gt;
Development of Btrfs started in 2007. Since that time, Btrfs is a part of the Linux kernel and is under active development. The Btrfs code base is '''[https://btrfs.wiki.kernel.org/index.php/Status stable] .''' However, new features are still under development. Its main features and benefits are:&lt;br /&gt;
*'''Snapshots''' which do not make the full copy of files&lt;br /&gt;
*'''RAID''' - support for software-based RAID 0, RAID 1, RAID 10&lt;br /&gt;
*'''Self-healing''' - checksums for data and metadata, automatic detection of silent data corruptionssee [https://btrfs.wiki.kernel.org/index.php/Main_Page btrfs@kernel.org], [https://wiki.archlinux.org/title/Btrfs Btrfs@ARC-wiki], [https://de.wikipedia.org/wiki/Btrfs Btrfs@wikipedia]&lt;br /&gt;
&lt;br /&gt;
=== why not btrfs ? ===&lt;br /&gt;
A lot of people say: &amp;quot;'''I don't use btrfs because''' it is experimental and is '''not stable'''. You can´t use it in production. It is not safe!&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== not stable ? ====&lt;br /&gt;
Sure this is partly right. But please look for the date of such statements. Some seem to date from 10 years ago. So if you want to give btrfs a chance, you have to look for newer statements. Maybe even look at btrfs.wiki.kernel.org sure there is the best information regarding btrfs&lt;br /&gt;
&lt;br /&gt;
==== experimental ? ====&lt;br /&gt;
Btrfs is feature-rich! And there are some features that are '''not implemented yet'''. Others are only '''partly implemented'''. Some are '''experimental''' and not suggested for production use. As is always the case in Linux-land ''you'' decide what to use, and so you are responsible for your own decisions.&lt;br /&gt;
&lt;br /&gt;
==== not usable for production ? ====&lt;br /&gt;
* Some Linux distributions do support btrfs as main file system&lt;br /&gt;
* Some firms do use btrfs in production@wiki.btrfs.kernel.org&lt;br /&gt;
* Some manufacturers do deploy devices where btrfs is used inside&lt;br /&gt;
&lt;br /&gt;
==== difficult to repair ? ====&lt;br /&gt;
Indeed when you search for the usual ways to repair a file system like FAT or Ext4 then you don't find good information. But this is not because it is difficult to repair btrfs, but because repairing btrfs '''does work very different'''.&lt;br /&gt;
&lt;br /&gt;
== What's this &amp;quot;Copy on Write&amp;quot; ==&lt;br /&gt;
When you want to get the most out of using btrfs you do need to know some things about this file system. Then you are able to use it properly and to your advantage. btrfs is not difficult,l but different to some extend.&lt;br /&gt;
&lt;br /&gt;
=== write in place (FAT32) ===&lt;br /&gt;
Most file systems did write &amp;quot;in place&amp;quot;. This means that some data or metadata will be written &amp;quot;over&amp;quot; the previous data at the same place. &lt;br /&gt;
&lt;br /&gt;
For example this is the case for FAT32 file systems. The '''F'''ile '''A'''llocation '''T'''able is at a fixed place on this file system. When the &amp;quot;FAT&amp;quot; changes (because a file got bigger and needs more blocks), this new FAT must be written with the new data to the same place as bevor. When the disk is ejected bevor(or while) this data is written, the file system will be corrupted. And the FAT does change a lot.&lt;br /&gt;
&lt;br /&gt;
The danger of corruption is especially big when metadata (like filename, permission, usage of disk space ...) is written.&lt;br /&gt;
&lt;br /&gt;
=== write to a metadata-log (Ext4) ===&lt;br /&gt;
There is a solution to this with newer file systems like Ext4. Instead of writing metadata &amp;quot;in place&amp;quot;, metadata is written into an &amp;quot;endless&amp;quot; log. Then it is not possible to be corrupted while overwritten. This is possible because metadata is only a very small part of the data in a file system.&lt;br /&gt;
&lt;br /&gt;
There has to be an additional mechanism to make this save. Sometimes it is called barriers. And there have to be checksums that tell when a part of the log is corrupted.&lt;br /&gt;
&lt;br /&gt;
This does protect the file system itself, but not the files in it. Because a file may be overwritten in place, and then the old file is lost, and the new one may not have been written completely.&lt;br /&gt;
&lt;br /&gt;
=== copy on write! (btrfs)===&lt;br /&gt;
Copy on write is a &amp;quot;new&amp;quot; concept. This means the file system will try to '''never''' write over existing data. '''How is this possible?'''&lt;br /&gt;
* Files are appended at the end of a &amp;quot;data page&amp;quot;&lt;br /&gt;
* Metadata is appended at a &amp;quot;metadata page&amp;quot;&lt;br /&gt;
* Inside a page nothing is ever overwritten&lt;br /&gt;
* When a page is full the file system will use the next free page&lt;br /&gt;
* Deleting a file does not write/clean its data, but writes metadata, that marks this file as deleted&lt;br /&gt;
* Overwriting a file does first append the new file to the &amp;quot;data page&amp;quot;, then writes the metadata for this file&lt;br /&gt;
* there are checksums for data and metadata&lt;br /&gt;
&lt;br /&gt;
==== downsides ====&lt;br /&gt;
* management of space is complex&lt;br /&gt;
* there are 2 sorts of pages&lt;br /&gt;
* there has to be a cleanup-process who makes the space of deleted files reusable, so that the disk does not run out of free pages&lt;br /&gt;
* it must be avoided to write data unnecessarily, because then the cleanup would also be very expensive&lt;br /&gt;
&lt;br /&gt;
==== chances ====&lt;br /&gt;
* it is possible to detect nearly any corruption because of the checksums&lt;br /&gt;
** when the power is lost, or the disk is disconnected, all old data is save. WHY?&lt;br /&gt;
** every bit of &amp;quot;old&amp;quot; data from bevor the power loss or the disconnection is present because it is NOT overwritten&lt;br /&gt;
** only the newly written data may be partly damaged&lt;br /&gt;
** the metadata may also be partly damaged&lt;br /&gt;
** when mounting the volume it is possible by analyzing checksums and metadata to find the point in the file system where all was good&lt;br /&gt;
** btrfs will automatically roll back to this point, then it can mount the file system writeable&lt;br /&gt;
&lt;br /&gt;
* CoW is a sound foundation to build upon&lt;br /&gt;
** snapshots&lt;br /&gt;
** RAID&lt;br /&gt;
** volume management&lt;br /&gt;
** compression&lt;br /&gt;
** encryption (maybe some time in the future)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use command, it should be inside of usercmd. You can see below example --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=example command should be here}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use code, it should be like below example(a space before that) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Example codes should be here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Don't forget to look more templates: https://wiki.manjaro.org/index.php/Help:Template --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Please be aware that the information on this page is a simplified version of the reality. Is is written to make the reader understand a little of these complex things. To get an in depth understanding it will be neccesary to read further at btrfs.wiki.kernel.org or other places.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
&lt;br /&gt;
[https://example.link Example Link Title] example text&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Category or categories should have a translation extension below example--&amp;gt;&lt;br /&gt;
[[Category:Boilerplate{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Using_Manjaro_for_Windows_users&amp;diff=28636</id>
		<title>Using Manjaro for Windows users</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Using_Manjaro_for_Windows_users&amp;diff=28636"/>
		<updated>2021-09-14T22:34:46Z</updated>

		<summary type="html">&lt;p&gt;Fabby: /* Other tips and tricks */ Thank you!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Page Under Construction.jpg|thumb|center|Page under construction]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Remember when you installed your very first Windows, added bells and whistles and then couldn’t see the wood for the trees any more and had to re-install???&lt;br /&gt;
Well, ''you’re in the same situation now:'' '''You’re a N00b again! Embrace it!''' 😇&lt;br /&gt;
&lt;br /&gt;
I know right now you’re thinking: ''Why is this so much more difficult than Windows?''&lt;br /&gt;
Whereas in 6 months time, you’ll be like: ''Why can't I make Windows jump through fiery hoops like I do with Linux???''&lt;br /&gt;
&lt;br /&gt;
== Windows has drives, Linux has a hierarchical file system ==&lt;br /&gt;
So Windows has drives:&lt;br /&gt;
* The C:-drive generally contains Windows and sometimes data&lt;br /&gt;
* The D:-drive (if present) contains data and hardly ever contains Windows itself.&lt;br /&gt;
* The maximum number of drives is 26 (A-Z)&lt;br /&gt;
* All drives that contain a known file system are always [[mounted]] automatically.&lt;br /&gt;
&lt;br /&gt;
On the other hand, Linux has ''one huge file system:''&lt;br /&gt;
* with an unlimited number of partitions (not disks, not drives!) ¹&lt;br /&gt;
* you can mount any partition of a disk anywhere in the file system! (Repeating that you cannot mount a disk, only a partition under Linux!)&lt;br /&gt;
* you can find the official documentation on the Linux File System Hierarchy Standard (FHS) in HTML / PDF / Text format here: [https://refspecs.linuxfoundation.org/FHS_3.0/index.html FHS]  '''Homework assignment #1: read that!''' 😁&lt;br /&gt;
* No, really: read it! &lt;br /&gt;
* OK, you didn't read it; here's the [[FHS summary]] 😜&lt;br /&gt;
&lt;br /&gt;
{{note|Partitions are not automatically mounted in Linux!}}&lt;br /&gt;
''Huh? That sounds dumb! Why doesn't Linux mount partitions automatically???''&lt;br /&gt;
That's because the Manjaro installer will ''manually'' mount only the absolute minimum number of partitions to get your system up and running!&lt;br /&gt;
I.E. It will manually mount:&lt;br /&gt;
* / (always)&lt;br /&gt;
* /home (if you created such a partition)&lt;br /&gt;
* /boot/efi (If you have an UEFI system instead of a BIOS system)&lt;br /&gt;
&lt;br /&gt;
''and it will leave any other partitions alone to ensure you don’t mess them up!''&lt;br /&gt;
I.E. If you have a dual-boot system, Manjaro will not mount your Windows D: drive automatically!&lt;br /&gt;
&lt;br /&gt;
If you want to have any other partitions available at every boot, you should read about [[fstab]].&lt;br /&gt;
&lt;br /&gt;
== Linux has multiple GUIs ==&lt;br /&gt;
Windows has ''only one'' Graphical User Interface ([https://en.wikipedia.org/wiki/Graphical_user_interface GUI]) depending on its version whereas,&lt;br /&gt;
Linux has different Desktop Environments (DE) :&lt;br /&gt;
* XFCE: Lightweight, simple, best for beginning users&lt;br /&gt;
* KDE: lots of bells and whistles, good for recent and powerful hardware ''and people who like to tinker!''  🛠️&lt;br /&gt;
* Gnome: Simple, the default for lots of distributions&lt;br /&gt;
* Cinnamon: &amp;lt;s&amp;gt;Gnome like it should be&amp;lt;/s&amp;gt; Beefed-up Gnome with more bells and whistles.&lt;br /&gt;
* LXDE: comparatively low resource requirements. This makes it especially suitable for use on &amp;lt;s&amp;gt;older&amp;lt;/s&amp;gt; resource-constrained computers.&lt;br /&gt;
* I3: Great for power users that need non-overlapping titling windows. &lt;br /&gt;
&lt;br /&gt;
And all of the above come with their own:&lt;br /&gt;
* File Manager&lt;br /&gt;
* System Settings (Known to you as &amp;quot;Control Panel&amp;quot;)&lt;br /&gt;
* Partition Manager (except XFCE: they need one of the others to be installed)&lt;br /&gt;
{{note|The above is less important on modern computers and has become more a matter of taste than functionality}}&lt;br /&gt;
&lt;br /&gt;
'''What you should remember is that mixing and matching DE's is not wise!'''&lt;br /&gt;
More specifically:&lt;br /&gt;
* Don't install the Gnome Editor (`gedit`) on KDE but use `kate` instead because `gedit` will pull in a ton of libraries (and functionality) of Gnome which will bloat your system.&lt;br /&gt;
* Don't install 2 DEs for one user: &lt;br /&gt;
* You ''can''  have different DEs on a single computer&lt;br /&gt;
* Each user can have their own DE&lt;br /&gt;
* '''Having 2 DEs for one user is a recipe for disaster as one single configuration file might be used by 2 DEs for wildly different functionality''' and untangling this Gordian knot will be so complex that a reinstall is always easier.&lt;br /&gt;
&lt;br /&gt;
'''Remember:''' ''You're a N00b again! You're going to re-install'' '''at least once!''' (Unless you're smarter than the authors of this article... 😁)&lt;br /&gt;
&lt;br /&gt;
== Linux has multiple file systems ==&lt;br /&gt;
Windows has one file system: NTFS (and if you include the DOS FAT file system it has two.  **²**)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Linux has:&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Ext2 EXT2], [https://en.wikipedia.org/wiki/Ext3 EXT3], [https://en.wikipedia.org/wiki/Ext4 EXT4]: If you're unsure, take EXT4 as that is the newest member of that family and the most used Linux File System (FS) on desktops.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Btrfs BtrFS]: &amp;quot;Better FS&amp;quot; is good for servers or if you have a beefy computer and want FS resilience&lt;br /&gt;
* [http://en.wikipedia.org/wiki/ReiserFS ReiserFS] &lt;br /&gt;
* [http://en.wikipedia.org/wiki/ZFS ZFS]&lt;br /&gt;
* ''And even more than you'll ever need''&lt;br /&gt;
* ''And guess what?'' Linux can also read and write to [https://en.wikipedia.org/wiki/NTFS NTFS] 👍 although it cannot do CHKDSKs, defrag such volumes nor can it change its permissions 👎 , so *before* you finally wipe  Windows from your machine,''please, please, please''  first convert any NTFS volumes to EXT4 or any other Linux FS you're comfortable with!&lt;br /&gt;
&lt;br /&gt;
{{note|And remember to `mount` (see above) file systems before you access them, because your file manager *might* automount them read-only for you (which is not always what you want/need)😊}}  &lt;br /&gt;
&lt;br /&gt;
== Linux has multiple kernels ==&lt;br /&gt;
Windows has different versions and each version has its own kernel. So basically Windows has one kernel for Windows 8, one for Windows 10 another for Windows 11, ...&lt;br /&gt;
(One of the authors of this wiki distinctly remember saying about Windows Version 1.0: ''Huh, what a piece of crap, that'll go nowhere! Let me buy SideKick instead!'' and history proved him wrong...) 😁&lt;br /&gt;
&lt;br /&gt;
Linux can have multiple [https://en.wikipedia.org/wiki/Kernel_(operating_system kernel]s and please remember that:&lt;br /&gt;
* LTS = Long Term Support = ultra-stable&lt;br /&gt;
* Stable = Stable ''Development'' Kernel&lt;br /&gt;
* RC = Release ''Candidate'' = '''''Unstable''''' development kernel&lt;br /&gt;
* Keep an eye out on the End Of Life (EOL) dates for LTS kernels [https://www.kernel.org/category/releases.html here] and for non-LTS kernels [https://www.kernel.org here]&lt;br /&gt;
&lt;br /&gt;
It's always a good idea to have ''at least one'' Long Term Support (LTS) kernel installed&lt;br /&gt;
&lt;br /&gt;
It's always a good idea to have ''at least one'' '''fall-back kernel''' installed. E.G. In the case of 5.10 LTS, that would be 5.4 LTS; in the case of 5.14 Stable, that would be 5.10 LTS; ...&lt;br /&gt;
&lt;br /&gt;
It's '''only''' a good idea to have a non-LTS kernel installed if:&lt;br /&gt;
* you have very new hardware and none of the LTS kernels work for you. [[&amp;quot;What should I be aware of if I'm not on an  LTS kernel?&amp;quot;]]&lt;br /&gt;
* you're a developer and want to test your applications with the latest ''but not necessarily greatest'' kernels out there.&lt;br /&gt;
* the whole point of having Manjaro is to test out new things like new kernels and filing bugs with the developers that don't have your technical knowledge.&lt;br /&gt;
* to install different kernels, use the `kernel` [https://en.wikipedia.org/wiki/Graphical_user_interface GUI] program or the `mhwd-kernel` [https://en.wikipedia.org/wiki/Command-line_interface) CLI] program.&lt;br /&gt;
* E.G. to install the latest LTS kernel at the time of this writing execute:&lt;br /&gt;
&lt;br /&gt;
 mhwd-kernel --install linux510&lt;br /&gt;
&lt;br /&gt;
{{note|To compare this to Windows would be to say that if Windows were Linux it would allow you to run the Windows 11 shell on the Windows XP kernel or the other way around or any other bizarre combination *you as the administrator* wanted!👏}}   &lt;br /&gt;
&lt;br /&gt;
== Linux doesn’t have a registry! ==&lt;br /&gt;
OK, OK: the Gnome DE (Desktop Environment, see above) has something called &amp;quot;the dconf database&amp;quot; which is similar to but different from the registry, mostly used for the DE itself whereas most applications will still use config files. (see below)&lt;br /&gt;
All other DEs have config files, 'just like all Windows versions prior to Windows 95':&lt;br /&gt;
* system config files are located in `/etc`&lt;br /&gt;
* user config files are in `~/.config`: &lt;br /&gt;
* `~` is an abbreviation for &amp;quot;your home directory&amp;quot;&lt;br /&gt;
* `.config` is a ''hidden''  directory: (I.E. Any directory starting with a `.` is hidden and you probably have to press &amp;lt;kbd&amp;gt;Ctrl&amp;lt;/kbd&amp;gt;+&amp;lt;kbd&amp;gt;H&amp;lt;/kbd&amp;gt; in your DE's File Manager to see these.)&lt;br /&gt;
* Application config files ''can reside somewhere else'' though that happens rarely..&lt;br /&gt;
&lt;br /&gt;
== What’s the difference between BIOS and UEFI? ==&lt;br /&gt;
All that good stuff is explained in our [[BIOS_and_UEFI]] section.&lt;br /&gt;
&lt;br /&gt;
== The terminal is your best friend! ==&lt;br /&gt;
== This is how you install software in Linux ==&lt;br /&gt;
== The Community side of Linux ==&lt;br /&gt;
=== Linux is a self-help OS ===&lt;br /&gt;
=== You're part of a community now! ===&lt;br /&gt;
=== What is this 'Upstream' and 'Downstream&amp;quot; business? ===&lt;br /&gt;
== Other tips and tricks ==&lt;br /&gt;
&amp;lt;!-- More Detail for formatter: https://www.mediawiki.org/wiki/Help:Formatting --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use command, it should be inside of usercmd. You can see below example --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=example command should be here}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--- If you use commands with results you may use: --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmdOutput|command=command|result=result}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Don't forget to look more templates: https://wiki.manjaro.org/index.php/Help:Template --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
[https://refspecs.linuxfoundation.org/FHS_3.0/index.html FHS] The Official documentation by the Linux Foundation (Yeah: where Linus Torvalds lives) 😊&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Using_Manjaro_for_Windows_users&amp;diff=28635</id>
		<title>Using Manjaro for Windows users</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Using_Manjaro_for_Windows_users&amp;diff=28635"/>
		<updated>2021-09-14T22:33:10Z</updated>

		<summary type="html">&lt;p&gt;Fabby: /* What’s the difference between BIOS and UEFI? */ pointer to existing section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Page Under Construction.jpg|thumb|center|Page under construction]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Remember when you installed your very first Windows, added bells and whistles and then couldn’t see the wood for the trees any more and had to re-install???&lt;br /&gt;
Well, ''you’re in the same situation now:'' '''You’re a N00b again! Embrace it!''' 😇&lt;br /&gt;
&lt;br /&gt;
I know right now you’re thinking: ''Why is this so much more difficult than Windows?''&lt;br /&gt;
Whereas in 6 months time, you’ll be like: ''Why can't I make Windows jump through fiery hoops like I do with Linux???''&lt;br /&gt;
&lt;br /&gt;
== Windows has drives, Linux has a hierarchical file system ==&lt;br /&gt;
So Windows has drives:&lt;br /&gt;
* The C:-drive generally contains Windows and sometimes data&lt;br /&gt;
* The D:-drive (if present) contains data and hardly ever contains Windows itself.&lt;br /&gt;
* The maximum number of drives is 26 (A-Z)&lt;br /&gt;
* All drives that contain a known file system are always [[mounted]] automatically.&lt;br /&gt;
&lt;br /&gt;
On the other hand, Linux has ''one huge file system:''&lt;br /&gt;
* with an unlimited number of partitions (not disks, not drives!) ¹&lt;br /&gt;
* you can mount any partition of a disk anywhere in the file system! (Repeating that you cannot mount a disk, only a partition under Linux!)&lt;br /&gt;
* you can find the official documentation on the Linux File System Hierarchy Standard (FHS) in HTML / PDF / Text format here: [https://refspecs.linuxfoundation.org/FHS_3.0/index.html FHS]  '''Homework assignment #1: read that!''' 😁&lt;br /&gt;
* No, really: read it! &lt;br /&gt;
* OK, you didn't read it; here's the [[FHS summary]] 😜&lt;br /&gt;
&lt;br /&gt;
{{note|Partitions are not automatically mounted in Linux!}}&lt;br /&gt;
''Huh? That sounds dumb! Why doesn't Linux mount partitions automatically???''&lt;br /&gt;
That's because the Manjaro installer will ''manually'' mount only the absolute minimum number of partitions to get your system up and running!&lt;br /&gt;
I.E. It will manually mount:&lt;br /&gt;
* / (always)&lt;br /&gt;
* /home (if you created such a partition)&lt;br /&gt;
* /boot/efi (If you have an UEFI system instead of a BIOS system)&lt;br /&gt;
&lt;br /&gt;
''and it will leave any other partitions alone to ensure you don’t mess them up!''&lt;br /&gt;
I.E. If you have a dual-boot system, Manjaro will not mount your Windows D: drive automatically!&lt;br /&gt;
&lt;br /&gt;
If you want to have any other partitions available at every boot, you should read about [[fstab]].&lt;br /&gt;
&lt;br /&gt;
== Linux has multiple GUIs ==&lt;br /&gt;
Windows has ''only one'' Graphical User Interface ([https://en.wikipedia.org/wiki/Graphical_user_interface GUI]) depending on its version whereas,&lt;br /&gt;
Linux has different Desktop Environments (DE) :&lt;br /&gt;
* XFCE: Lightweight, simple, best for beginning users&lt;br /&gt;
* KDE: lots of bells and whistles, good for recent and powerful hardware ''and people who like to tinker!''  🛠️&lt;br /&gt;
* Gnome: Simple, the default for lots of distributions&lt;br /&gt;
* Cinnamon: &amp;lt;s&amp;gt;Gnome like it should be&amp;lt;/s&amp;gt; Beefed-up Gnome with more bells and whistles.&lt;br /&gt;
* LXDE: comparatively low resource requirements. This makes it especially suitable for use on &amp;lt;s&amp;gt;older&amp;lt;/s&amp;gt; resource-constrained computers.&lt;br /&gt;
* I3: Great for power users that need non-overlapping titling windows. &lt;br /&gt;
&lt;br /&gt;
And all of the above come with their own:&lt;br /&gt;
* File Manager&lt;br /&gt;
* System Settings (Known to you as &amp;quot;Control Panel&amp;quot;)&lt;br /&gt;
* Partition Manager (except XFCE: they need one of the others to be installed)&lt;br /&gt;
{{note|The above is less important on modern computers and has become more a matter of taste than functionality}}&lt;br /&gt;
&lt;br /&gt;
'''What you should remember is that mixing and matching DE's is not wise!'''&lt;br /&gt;
More specifically:&lt;br /&gt;
* Don't install the Gnome Editor (`gedit`) on KDE but use `kate` instead because `gedit` will pull in a ton of libraries (and functionality) of Gnome which will bloat your system.&lt;br /&gt;
* Don't install 2 DEs for one user: &lt;br /&gt;
* You ''can''  have different DEs on a single computer&lt;br /&gt;
* Each user can have their own DE&lt;br /&gt;
* '''Having 2 DEs for one user is a recipe for disaster as one single configuration file might be used by 2 DEs for wildly different functionality''' and untangling this Gordian knot will be so complex that a reinstall is always easier.&lt;br /&gt;
&lt;br /&gt;
'''Remember:''' ''You're a N00b again! You're going to re-install'' '''at least once!''' (Unless you're smarter than the authors of this article... 😁)&lt;br /&gt;
&lt;br /&gt;
== Linux has multiple file systems ==&lt;br /&gt;
Windows has one file system: NTFS (and if you include the DOS FAT file system it has two.  **²**)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Linux has:&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Ext2 EXT2], [https://en.wikipedia.org/wiki/Ext3 EXT3], [https://en.wikipedia.org/wiki/Ext4 EXT4]: If you're unsure, take EXT4 as that is the newest member of that family and the most used Linux File System (FS) on desktops.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Btrfs BtrFS]: &amp;quot;Better FS&amp;quot; is good for servers or if you have a beefy computer and want FS resilience&lt;br /&gt;
* [http://en.wikipedia.org/wiki/ReiserFS ReiserFS] &lt;br /&gt;
* [http://en.wikipedia.org/wiki/ZFS ZFS]&lt;br /&gt;
* ''And even more than you'll ever need''&lt;br /&gt;
* ''And guess what?'' Linux can also read and write to [https://en.wikipedia.org/wiki/NTFS NTFS] 👍 although it cannot do CHKDSKs, defrag such volumes nor can it change its permissions 👎 , so *before* you finally wipe  Windows from your machine,''please, please, please''  first convert any NTFS volumes to EXT4 or any other Linux FS you're comfortable with!&lt;br /&gt;
&lt;br /&gt;
{{note|And remember to `mount` (see above) file systems before you access them, because your file manager *might* automount them read-only for you (which is not always what you want/need)😊}}  &lt;br /&gt;
&lt;br /&gt;
== Linux has multiple kernels ==&lt;br /&gt;
Windows has different versions and each version has its own kernel. So basically Windows has one kernel for Windows 8, one for Windows 10 another for Windows 11, ...&lt;br /&gt;
(One of the authors of this wiki distinctly remember saying about Windows Version 1.0: ''Huh, what a piece of crap, that'll go nowhere! Let me buy SideKick instead!'' and history proved him wrong...) 😁&lt;br /&gt;
&lt;br /&gt;
Linux can have multiple [https://en.wikipedia.org/wiki/Kernel_(operating_system kernel]s and please remember that:&lt;br /&gt;
* LTS = Long Term Support = ultra-stable&lt;br /&gt;
* Stable = Stable ''Development'' Kernel&lt;br /&gt;
* RC = Release ''Candidate'' = '''''Unstable''''' development kernel&lt;br /&gt;
* Keep an eye out on the End Of Life (EOL) dates for LTS kernels [https://www.kernel.org/category/releases.html here] and for non-LTS kernels [https://www.kernel.org here]&lt;br /&gt;
&lt;br /&gt;
It's always a good idea to have ''at least one'' Long Term Support (LTS) kernel installed&lt;br /&gt;
&lt;br /&gt;
It's always a good idea to have ''at least one'' '''fall-back kernel''' installed. E.G. In the case of 5.10 LTS, that would be 5.4 LTS; in the case of 5.14 Stable, that would be 5.10 LTS; ...&lt;br /&gt;
&lt;br /&gt;
It's '''only''' a good idea to have a non-LTS kernel installed if:&lt;br /&gt;
* you have very new hardware and none of the LTS kernels work for you. [[&amp;quot;What should I be aware of if I'm not on an  LTS kernel?&amp;quot;]]&lt;br /&gt;
* you're a developer and want to test your applications with the latest ''but not necessarily greatest'' kernels out there.&lt;br /&gt;
* the whole point of having Manjaro is to test out new things like new kernels and filing bugs with the developers that don't have your technical knowledge.&lt;br /&gt;
* to install different kernels, use the `kernel` [https://en.wikipedia.org/wiki/Graphical_user_interface GUI] program or the `mhwd-kernel` [https://en.wikipedia.org/wiki/Command-line_interface) CLI] program.&lt;br /&gt;
* E.G. to install the latest LTS kernel at the time of this writing execute:&lt;br /&gt;
&lt;br /&gt;
 mhwd-kernel --install linux510&lt;br /&gt;
&lt;br /&gt;
{{note|To compare this to Windows would be to say that if Windows were Linux it would allow you to run the Windows 11 shell on the Windows XP kernel or the other way around or any other bizarre combination *you as the administrator* wanted!👏}}   &lt;br /&gt;
&lt;br /&gt;
== Linux doesn’t have a registry! ==&lt;br /&gt;
OK, OK: the Gnome DE (Desktop Environment, see above) has something called &amp;quot;the dconf database&amp;quot; which is similar to but different from the registry, mostly used for the DE itself whereas most applications will still use config files. (see below)&lt;br /&gt;
All other DEs have config files, 'just like all Windows versions prior to Windows 95':&lt;br /&gt;
* system config files are located in `/etc`&lt;br /&gt;
* user config files are in `~/.config`: &lt;br /&gt;
* `~` is an abbreviation for &amp;quot;your home directory&amp;quot;&lt;br /&gt;
* `.config` is a ''hidden''  directory: (I.E. Any directory starting with a `.` is hidden and you probably have to press &amp;lt;kbd&amp;gt;Ctrl&amp;lt;/kbd&amp;gt;+&amp;lt;kbd&amp;gt;H&amp;lt;/kbd&amp;gt; in your DE's File Manager to see these.)&lt;br /&gt;
* Application config files ''can reside somewhere else'' though that happens rarely..&lt;br /&gt;
&lt;br /&gt;
== What’s the difference between BIOS and UEFI? ==&lt;br /&gt;
All that good stuff is explained in our [[BIOS_and_UEFI]] section.&lt;br /&gt;
&lt;br /&gt;
== The terminal is your best friend! ==&lt;br /&gt;
== This is how you install software in Linux ==&lt;br /&gt;
== The Community side of Linux ==&lt;br /&gt;
=== Linux is a self-help OS ===&lt;br /&gt;
=== You're part of a community now! ===&lt;br /&gt;
=== What is this 'Upstream' and 'Downstream&amp;quot; business? ===&lt;br /&gt;
== Other tips and tricks ==&lt;br /&gt;
&amp;lt;!-- More Detail for formatter: https://www.mediawiki.org/wiki/Help:Formatting --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use command, it should be inside of usercmd. You can see below example --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=example command should be here}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;If you use commands wit results you may use:&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmdOutput|command=command|result=result}}&lt;br /&gt;
&amp;lt;!-- If you use code, it should be like below example(a space before that) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Example codes should be here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Don't forget to look more templates: https://wiki.manjaro.org/index.php/Help:Template --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
[https://refspecs.linuxfoundation.org/FHS_3.0/index.html FHS] The Official documentation by the Linux Foundation (Yeah: where Linus Torvalds lives) 😊&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Using_Manjaro_for_Windows_users&amp;diff=28632</id>
		<title>Using Manjaro for Windows users</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Using_Manjaro_for_Windows_users&amp;diff=28632"/>
		<updated>2021-09-14T14:34:38Z</updated>

		<summary type="html">&lt;p&gt;Fabby: /* Linux doesn’t have a registry! */ created section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Page Under Construction.jpg|thumb|center|Page under construction]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Remember when you installed your very first Windows, added bells and whistles and then couldn’t see the wood for the trees any more and had to re-install???&lt;br /&gt;
Well, ''you’re in the same situation now:'' '''You’re a N00b again! Embrace it!''' 😇&lt;br /&gt;
&lt;br /&gt;
I know right now you’re thinking: ''Why is this so much more difficult than Windows?''&lt;br /&gt;
Whereas in 6 months time, you’ll be like: ''Why can't I make Windows jump through fiery hoops like I do with Linux???''&lt;br /&gt;
&lt;br /&gt;
== Windows has drives, Linux has a hierarchical file system ==&lt;br /&gt;
So Windows:&lt;br /&gt;
* has drives&lt;br /&gt;
* The C:-drive generally contains Windows and sometimes data&lt;br /&gt;
* The D:-drive (if present) contains data and hardly ever contains Windows itself.&lt;br /&gt;
* The maximum number of drives is 26 (A-Z)&lt;br /&gt;
* All drives that contain a known file system are always [[mounted]] automatically.&lt;br /&gt;
&lt;br /&gt;
On the other hand, Linux has ''one huge file system:''&lt;br /&gt;
* with an unlimited number of partitions (not disks, not drives!) ¹&lt;br /&gt;
* you can mount any partition of a disk anywhere in the file system! (Repeating that you cannot mount a disk, only a partition under Linux!)&lt;br /&gt;
* you can find the official documentation on the Linux File System Hierarchy Standard (FHS) in HTML / PDF / Text format here: [https://refspecs.linuxfoundation.org/FHS_3.0/index.html FHS]  '''Homework assignment #1: read that!''' 😁&lt;br /&gt;
* No, really: read it! &lt;br /&gt;
* OK, you didn't read it; here's the [[FHS summary]] 😜&lt;br /&gt;
&lt;br /&gt;
{{note|Partitions are not automatically mounted in Linux!}}&lt;br /&gt;
''Huh? That sounds dumb! Why doesn't Linux mount partitions automatically???''&lt;br /&gt;
That's because the Manjaro installer will ''manually'' mount only the absolute minimum number of partitions to get your system up and running!&lt;br /&gt;
I.E. It will manually mount:&lt;br /&gt;
* / (always)&lt;br /&gt;
* /home (if you created such a partition)&lt;br /&gt;
* /boot/efi (If you have an UEFI system instead of a BIOS system)&lt;br /&gt;
&lt;br /&gt;
''and it will leave any other partitions alone to ensure you don’t mess them up!''&lt;br /&gt;
I.E. If you have a dual-boot system, Manjaro will not mount your Windows D: drive automatically!&lt;br /&gt;
&lt;br /&gt;
If you want to have any other partitions available at every boot, you should read about [[fstab]].&lt;br /&gt;
&lt;br /&gt;
== Linux has multiple GUIs ==&lt;br /&gt;
Windows has ''only one'' Graphical User Interface ([https://en.wikipedia.org/wiki/Graphical_user_interface GUI]) depending on its version whereas,&lt;br /&gt;
Linux has different Desktop Environments (DE) :&lt;br /&gt;
* XFCE: Lightweight, simple, best for beginning users&lt;br /&gt;
* KDE: lots of bells and whistles, good for recent and powerful hardware ''and people who like to tinker!''  🛠️&lt;br /&gt;
* Gnome: Simple, the default for lots of distributions&lt;br /&gt;
* Cinnamon: &amp;lt;s&amp;gt;Gnome like it should be&amp;lt;/s&amp;gt; Beefed-up Gnome with more bells and whistles.&lt;br /&gt;
* LXDE: comparatively low resource requirements. This makes it especially suitable for use on &amp;lt;s&amp;gt;older&amp;lt;/s&amp;gt; resource-constrained computers.&lt;br /&gt;
* I3: Great for power users that need non-overlapping titling windows. &lt;br /&gt;
&lt;br /&gt;
And all of the above come with their own:&lt;br /&gt;
* File Manager&lt;br /&gt;
* System Settings (Known to you as &amp;quot;Control Panel&amp;quot;)&lt;br /&gt;
* Partition Manager (except XFCE: they need one of the others to be installed)&lt;br /&gt;
{{note|The above is less important on modern computers and has become more a matter of taste than functionality}}&lt;br /&gt;
&lt;br /&gt;
'''What you should remember is that mixing and matching DE's is not wise!'''&lt;br /&gt;
More specifically:&lt;br /&gt;
* Don't install the Gnome Editor (`gedit`) on KDE but use `kate` instead because `gedit` will pull in a ton of libraries (and functionality) of Gnome which will bloat your system.&lt;br /&gt;
* Don't install 2 DEs for one user: &lt;br /&gt;
* You ''can''  have different DEs one a single computer &lt;br /&gt;
* Each user can have their own DE&lt;br /&gt;
* '''Having 2 DEs for one user is a recipe for disaster as one single configuration file might be used by 2 DEs for wildly different functionality''' and untangling this Gordian knot will be so complex that a reinstall is always easier.&lt;br /&gt;
&lt;br /&gt;
'''Remember:''' ''You're a N00b again! You're going to re-install'' '''at least once!''' (Unless you're smarter than the authors of this article... 😁)&lt;br /&gt;
&lt;br /&gt;
== Linux has multiple file systems ==&lt;br /&gt;
Windows has one file system: NTFS (and if you include the DOS FAT file system it has two.  **²**)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Linux has:&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Ext2 EXT2], [https://en.wikipedia.org/wiki/Ext3 EXT3], [https://en.wikipedia.org/wiki/Ext4 EXT4]: If you're unsure, take EXT4 as that is the newest member of that family and the most used Linux File System (FS) on desktops.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Btrfs BtrFS]: &amp;quot;Better FS&amp;quot; is good for servers or if you have a beefy computer and want FS resilience&lt;br /&gt;
* [http://en.wikipedia.org/wiki/ReiserFS ReiserFS]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/ZFS ZFS]&lt;br /&gt;
* ''And even more than you'll ever need''&lt;br /&gt;
* ''And guess what?'' Linux can also read and write to [https://en.wikipedia.org/wiki/NTFS NTFS] 👍 although it cannot do CHKDSKs, defrag such volumes nor can it change its permissions 👎 , so *before* you finally wipe  Windows from your machine,''please, please, please''  first convert any NTFS volumes to EXT4 or any other Linux FS you're comfortable with!&lt;br /&gt;
&lt;br /&gt;
{{note|And remember to `mount` (see above) file systems before you access them, because your file manager *might* automount them read-only for you (which is not always what you want/need)😊}}  &lt;br /&gt;
&lt;br /&gt;
== Linux has multiple kernels ==&lt;br /&gt;
Windows has different versions and each version has its own kernel. So basically Windows has one kernel for Windows 8, one for Windows 10 another for Windows 11, ...&lt;br /&gt;
(One of the authors of this wiki distinctly remember saying about Windows Version 1.0: ''Huh, what a piece of crap, that'll go nowhere! Let me buy SideKick instead!'' and history proved him wrong...) 😁&lt;br /&gt;
&lt;br /&gt;
Linux can have multiple [https://en.wikipedia.org/wiki/Kernel_(operating_system kernel]s and please remember that:&lt;br /&gt;
* LTS = Long Term Support = ultra-stable&lt;br /&gt;
* Stable = Stable ''Development'' Kernel&lt;br /&gt;
* RC = Release ''Candidate'' = '''''Unstable''''' development kernel&lt;br /&gt;
* Keep an eye out on the End Of Life (EOL) dates for LTS kernels [https://www.kernel.org/category/releases.html here] and for non-LTS kernels [https://www.kernel.org here]&lt;br /&gt;
&lt;br /&gt;
It's always a good idea to have ''at least one'' Long Term Support (LTS) kernel installed&lt;br /&gt;
&lt;br /&gt;
It's always a good idea to have ''at least one'' '''fall-back kernel''' installed. E.G. In the case of 5.10 LTS, that would be 5.4 LTS; in the case of 5.14 Stable, that would be 5.10 LTS; ...&lt;br /&gt;
&lt;br /&gt;
It's '''only''' a good idea to have a non-LTS kernel installed if:&lt;br /&gt;
* you have very new hardware and none of the LTS kernels work for you. [[&amp;quot;What should I be aware of if I'm not on an  LTS kernel?&amp;quot;]]&lt;br /&gt;
* you're a developer and want to test your applications with the latest ''but not necessarily greatest'' kernels out there.&lt;br /&gt;
* the whole point of having Manjaro is to test out new things like new kernels and filing bugs with the developers that don't have your technical knowledge.&lt;br /&gt;
* to install different kernels, use the `kernel` [https://en.wikipedia.org/wiki/Graphical_user_interface GUI] program or the `mhwd-kernel` [https://en.wikipedia.org/wiki/Command-line_interface) CLI] program.&lt;br /&gt;
* E.G. to install the latest LTS kernel at the time of this writing execute:&lt;br /&gt;
&lt;br /&gt;
 mhwd-kernel --install linux510&lt;br /&gt;
&lt;br /&gt;
{{note|To compare this to Windows would be to say that if Windows were Linux it would allow you to run the Windows 11 shell on the Windows XP kernel or the other way around or any other bizarre combination *you as the administrator* wanted!👏}}   &lt;br /&gt;
&lt;br /&gt;
== Linux doesn’t have a registry! ==&lt;br /&gt;
OK, OK: the Gnome DE (Desktop Environment, see above) has something called &amp;quot;the dconf database&amp;quot; which is similar to but different from the registry, mostly used for the DE itself whereas most applications will still use config files. (see below)&lt;br /&gt;
All other DEs have config files, 'just like all Windows versions prior to Windows 95':&lt;br /&gt;
* system config files are located in `/etc`&lt;br /&gt;
* user config files are in `~/.config`: &lt;br /&gt;
* `~` is an abbreviation for &amp;quot;your home directory&amp;quot;&lt;br /&gt;
* `.config` is a ''hidden''  directory: (I.E. Any directory starting with a `.` is hidden and you probably have to press &amp;lt;kbd&amp;gt;Ctrl&amp;lt;/kbd&amp;gt;+&amp;lt;kbd&amp;gt;H&amp;lt;/kbd&amp;gt; in your DE's File Manager to see these.)&lt;br /&gt;
* Application config files ''can reside somewhere else'' though that happens rarely..&lt;br /&gt;
&lt;br /&gt;
== What’s the difference between BIOS and UEFI? ==&lt;br /&gt;
== The terminal is your best friend! ==&lt;br /&gt;
== This is how you install software in Linux ==&lt;br /&gt;
== The Community side of Linux ==&lt;br /&gt;
=== Linux is a self-help OS ===&lt;br /&gt;
=== You're part of a community now! ===&lt;br /&gt;
=== What is this 'Upstream' and 'Downstream&amp;quot; business? ===&lt;br /&gt;
== Other tips and tricks ==&lt;br /&gt;
&amp;lt;!-- More Detail for formatter: https://www.mediawiki.org/wiki/Help:Formatting --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use command, it should be inside of usercmd. You can see below example --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=example command should be here}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use code, it should be like below example(a space before that) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Example codes should be here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Don't forget to look more templates: https://wiki.manjaro.org/index.php/Help:Template --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
[https://refspecs.linuxfoundation.org/FHS_3.0/index.html FHS] The Official documentation by the Linux Foundation (Yeah: where Linus Torvalds lives) 😊&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Using_Manjaro_for_Windows_users&amp;diff=28627</id>
		<title>Using Manjaro for Windows users</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Using_Manjaro_for_Windows_users&amp;diff=28627"/>
		<updated>2021-09-14T14:29:14Z</updated>

		<summary type="html">&lt;p&gt;Fabby: Created multiple sections&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Page Under Construction.jpg|thumb|center|Page under construction]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Remember when you installed your very first Windows, added bells and whistles and then couldn’t see the wood for the trees any more and had to re-install???&lt;br /&gt;
Well, ''you’re in the same situation now:'' '''You’re a N00b again! Embrace it!''' 😇&lt;br /&gt;
&lt;br /&gt;
I know right now you’re thinking: ''Why is this so much more difficult than Windows?''&lt;br /&gt;
Whereas in 6 months time, you’ll be like: ''Why can't I make Windows jump through fiery hoops like I do with Linux???''&lt;br /&gt;
&lt;br /&gt;
== Windows has drives, Linux has a hierarchical file system ==&lt;br /&gt;
So Windows:&lt;br /&gt;
* has drives&lt;br /&gt;
* The C:-drive generally contains Windows and sometimes data&lt;br /&gt;
* The D:-drive (if present) contains data and hardly ever contains Windows itself.&lt;br /&gt;
* The maximum number of drives is 26 (A-Z)&lt;br /&gt;
* All drives that contain a known file system are always [[mounted]] automatically.&lt;br /&gt;
&lt;br /&gt;
On the other hand, Linux has ''one huge file system:''&lt;br /&gt;
* with an unlimited number of partitions (not disks, not drives!) ¹&lt;br /&gt;
* you can mount any partition of a disk anywhere in the file system! (Repeating that you cannot mount a disk, only a partition under Linux!)&lt;br /&gt;
* you can find the official documentation on the Linux File System Hierarchy Standard (FHS) in HTML / PDF / Text format here: [https://refspecs.linuxfoundation.org/FHS_3.0/index.html FHS]  '''Homework assignment #1: read that!''' 😁&lt;br /&gt;
* No, really: read it! &lt;br /&gt;
* OK, you didn't read it; here's the [[FHS summary]] 😜&lt;br /&gt;
&lt;br /&gt;
{{note|Partitions are not automatically mounted in Linux!}}&lt;br /&gt;
''Huh? That sounds dumb! Why doesn't Linux mount partitions automatically???''&lt;br /&gt;
That's because the Manjaro installer will ''manually'' mount only the absolute minimum number of partitions to get your system up and running!&lt;br /&gt;
I.E. It will manually mount:&lt;br /&gt;
* / (always)&lt;br /&gt;
* /home (if you created such a partition)&lt;br /&gt;
* /boot/efi (If you have an UEFI system instead of a BIOS system)&lt;br /&gt;
&lt;br /&gt;
''and it will leave any other partitions alone to ensure you don’t mess them up!''&lt;br /&gt;
I.E. If you have a dual-boot system, Manjaro will not mount your Windows D: drive automatically!&lt;br /&gt;
&lt;br /&gt;
If you want to have any other partitions available at every boot, you should read about [[fstab]].&lt;br /&gt;
&lt;br /&gt;
== Linux has multiple GUIs ==&lt;br /&gt;
Windows has ''only one'' Graphical User Interface ([https://en.wikipedia.org/wiki/Graphical_user_interface GUI]) depending on its version whereas,&lt;br /&gt;
Linux has different Desktop Environments (DE) :&lt;br /&gt;
* XFCE: Lightweight, simple, best for beginning users&lt;br /&gt;
* KDE: lots of bells and whistles, good for recent and powerful hardware ''and people who like to tinker!''  🛠️&lt;br /&gt;
* Gnome: Simple, the default for lots of distributions&lt;br /&gt;
* Cinnamon: &amp;lt;s&amp;gt;Gnome like it should be&amp;lt;/s&amp;gt; Beefed-up Gnome with more bells and whistles.&lt;br /&gt;
* LXDE: comparatively low resource requirements. This makes it especially suitable for use on &amp;lt;s&amp;gt;older&amp;lt;/s&amp;gt; resource-constrained computers.&lt;br /&gt;
* I3: Great for power users that need non-overlapping titling windows. &lt;br /&gt;
&lt;br /&gt;
And all of the above come with their own:&lt;br /&gt;
* File Manager&lt;br /&gt;
* System Settings (Known to you as &amp;quot;Control Panel&amp;quot;)&lt;br /&gt;
* Partition Manager (except XFCE: they need one of the others to be installed)&lt;br /&gt;
{{note|The above is less important on modern computers and has become more a matter of taste than functionality}}&lt;br /&gt;
&lt;br /&gt;
'''What you should remember is that mixing and matching DE's is not wise!'''&lt;br /&gt;
More specifically:&lt;br /&gt;
* Don't install the Gnome Editor (`gedit`) on KDE but use `kate` instead because `gedit` will pull in a ton of libraries (and functionality) of Gnome which will bloat your system.&lt;br /&gt;
* Don't install 2 DEs for one user: &lt;br /&gt;
* You ''can''  have different DEs one a single computer &lt;br /&gt;
* Each user can have their own DE&lt;br /&gt;
* '''Having 2 DEs for one user is a recipe for disaster as one single configuration file might be used by 2 DEs for wildly different functionality''' and untangling this Gordian knot will be so complex that a reinstall is always easier.&lt;br /&gt;
&lt;br /&gt;
'''Remember:''' ''You're a N00b again! You're going to re-install'' '''at least once!''' (Unless you're smarter than the authors of this article... 😁)&lt;br /&gt;
&lt;br /&gt;
== Linux has multiple file systems ==&lt;br /&gt;
Windows has one file system: NTFS (and if you include the DOS FAT file system it has two.  **²**)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Linux has:&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Ext2 EXT2], [https://en.wikipedia.org/wiki/Ext3 EXT3], [https://en.wikipedia.org/wiki/Ext4 EXT4]: If you're unsure, take EXT4 as that is the newest member of that family and the most used Linux File System (FS) on desktops.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Btrfs BtrFS]: &amp;quot;Better FS&amp;quot; is good for servers or if you have a beefy computer and want FS resilience&lt;br /&gt;
* [http://en.wikipedia.org/wiki/ReiserFS ReiserFS]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/ZFS ZFS]&lt;br /&gt;
* ''And even more than you'll ever need''&lt;br /&gt;
* ''And guess what?'' Linux can also read and write to [https://en.wikipedia.org/wiki/NTFS NTFS] 👍 although it cannot do CHKDSKs, defrag such volumes nor can it change its permissions 👎 , so *before* you finally wipe  Windows from your machine,''please, please, please''  first convert any NTFS volumes to EXT4 or any other Linux FS you're comfortable with!&lt;br /&gt;
&lt;br /&gt;
{{note|And remember to `mount` (see above) file systems before you access them, because your file manager *might* automount them read-only for you (which is not always what you want/need)😊}}  &lt;br /&gt;
&lt;br /&gt;
== Linux has multiple kernels ==&lt;br /&gt;
Windows has different versions and each version has its own kernel. So basically Windows has one kernel for Windows 8, one for Windows 10 another for Windows 11, ...&lt;br /&gt;
(One of the authors of this wiki distinctly remember saying about Windows Version 1.0: ''Huh, what a piece of crap, that'll go nowhere! Let me buy SideKick instead!'' and history proved him wrong...) 😁&lt;br /&gt;
&lt;br /&gt;
Linux can have multiple [https://en.wikipedia.org/wiki/Kernel_(operating_system kernel]s and please remember that:&lt;br /&gt;
* LTS = Long Term Support = ultra-stable&lt;br /&gt;
* Stable = Stable ''Development'' Kernel&lt;br /&gt;
* RC = Release ''Candidate'' = '''''Unstable''''' development kernel&lt;br /&gt;
* Keep an eye out on the End Of Life (EOL) dates for LTS kernels [https://www.kernel.org/category/releases.html here] and for non-LTS kernels [https://www.kernel.org here]&lt;br /&gt;
&lt;br /&gt;
It's always a good idea to have ''at least one'' Long Term Support (LTS) kernel installed&lt;br /&gt;
&lt;br /&gt;
It's always a good idea to have ''at least one'' '''fall-back kernel''' installed. E.G. In the case of 5.10 LTS, that would be 5.4 LTS; in the case of 5.14 Stable, that would be 5.10 LTS; ...&lt;br /&gt;
&lt;br /&gt;
It's '''only''' a good idea to have a non-LTS kernel installed if:&lt;br /&gt;
* you have very new hardware and none of the LTS kernels work for you. [[&amp;quot;What should I be aware of if I'm not on an  LTS kernel?&amp;quot;]]&lt;br /&gt;
* you're a developer and want to test your applications with the latest ''but not necessarily greatest'' kernels out there.&lt;br /&gt;
* the whole point of having Manjaro is to test out new things like new kernels and filing bugs with the developers that don't have your technical knowledge.&lt;br /&gt;
* to install different kernels, use the `kernel` [https://en.wikipedia.org/wiki/Graphical_user_interface GUI] program or the `mhwd-kernel` [https://en.wikipedia.org/wiki/Command-line_interface) CLI] program.&lt;br /&gt;
* E.G. to install the latest LTS kernel at the time of this writing execute:&lt;br /&gt;
&lt;br /&gt;
 mhwd-kernel --install linux510&lt;br /&gt;
&lt;br /&gt;
{{note|To compare this to Windows would be to say that if Windows were Linux it would allow you to run the Windows 11 shell on the Windows XP kernel or the other way around or any other bizarre combination *you as the administrator* wanted!👏}}   &lt;br /&gt;
&lt;br /&gt;
== Linux doesn’t have a registry! ==&lt;br /&gt;
== What’s the difference between BIOS and UEFI? ==&lt;br /&gt;
== The terminal is your best friend! ==&lt;br /&gt;
== This is how you install software in Linux ==&lt;br /&gt;
== The Community side of Linux ==&lt;br /&gt;
=== Linux is a self-help OS ===&lt;br /&gt;
=== You're part of a community now! ===&lt;br /&gt;
=== What is this 'Upstream' and 'Downstream&amp;quot; business? ===&lt;br /&gt;
== Other tips and tricks ==&lt;br /&gt;
&amp;lt;!-- More Detail for formatter: https://www.mediawiki.org/wiki/Help:Formatting --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use command, it should be inside of usercmd. You can see below example --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=example command should be here}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use code, it should be like below example(a space before that) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Example codes should be here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Don't forget to look more templates: https://wiki.manjaro.org/index.php/Help:Template --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
[https://refspecs.linuxfoundation.org/FHS_3.0/index.html FHS] The Official documentation by the Linux Foundation (Yeah: where Linus Torvalds lives) 😊&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=%22What_should_I_be_aware_of_if_I%27m_not_on_an_LTS_kernel%3F%22&amp;diff=28626</id>
		<title>&quot;What should I be aware of if I'm not on an LTS kernel?&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=%22What_should_I_be_aware_of_if_I%27m_not_on_an_LTS_kernel%3F%22&amp;diff=28626"/>
		<updated>2021-09-14T14:20:25Z</updated>

		<summary type="html">&lt;p&gt;Fabby: Creation of subsection&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What should I be aware of if I'm not on an  LTS kernel? ==&lt;br /&gt;
* &amp;quot;Stable&amp;quot;and &amp;quot;Release Candidate&amp;quot; (RC) kernels are *Development* kernels&lt;br /&gt;
* They have the newest, shiniest features but are not as rock-solid as LTS kernels :man_shrugging:&lt;br /&gt;
* These kernels become End of Life (EOL) much quicker than LTS kernels, so you should keep an eye on:&lt;br /&gt;
1. The Manjaro #announcements&lt;br /&gt;
OR&lt;br /&gt;
2. Linus Torvald's [https://kernel.org kernel page] to know when your shiny new genie will go &amp;quot;poof&amp;quot; back into its bottle. 🧞 🪔&lt;br /&gt;
* If you're on a RC kernel, update frequently and stay on that kernel once it becomes stable&lt;br /&gt;
* If you're on a Stable kernel, install a higher version Stable kernel ''the moment it gets releases as '''Stable''''' (so don't jump on the RC kernel bandwagon: these are ''less stable than what you've got already'')&lt;br /&gt;
* Shut down or reboot your machine at least once per day. (Like Windows: that's as unstable as a RC Linux kernel)  😂&lt;br /&gt;
* '''Manjaro is one of the few distros that supports Stable and RC kernels''' so live with a bit of frustration if things go a bit wonky every now and then and certainly don't install Ubuntu or Mint or RHEL as they will just not support any of this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Category or categories should have a translation extension below example--&amp;gt;&lt;br /&gt;
[[Category:Contents page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Using_Manjaro_for_Windows_users&amp;diff=28625</id>
		<title>Using Manjaro for Windows users</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Using_Manjaro_for_Windows_users&amp;diff=28625"/>
		<updated>2021-09-14T09:31:21Z</updated>

		<summary type="html">&lt;p&gt;Fabby: /* Linux has multiple GUIs */ Corrected some minor errors&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Page Under Construction.jpg|thumb|center|Page under construction]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Remember when you installed your very first Windows, added bells and whistles and then couldn’t see the wood for the trees any more and had to re-install???&lt;br /&gt;
Well, ''you’re in the same situation now:'' '''You’re a N00b again! Embrace it!''' 😇&lt;br /&gt;
&lt;br /&gt;
I know right now you’re thinking: ''Why is this so much more difficult than Windows?''&lt;br /&gt;
Whereas in 6 months time, you’ll be like: ''Why can't I make Windows jump through fiery hoops like I do with Linux???''&lt;br /&gt;
&lt;br /&gt;
== Windows has drives, Linux has a hierarchical file system ==&lt;br /&gt;
So Windows:&lt;br /&gt;
* has drives&lt;br /&gt;
* The C:-drive generally contains Windows and sometimes data&lt;br /&gt;
* The D:-drive (if present) contains data and hardly ever contains Windows itself.&lt;br /&gt;
* The maximum number of drives is 26 (A-Z)&lt;br /&gt;
* All drives that contain a known file system are always [[mounted]] automatically.&lt;br /&gt;
&lt;br /&gt;
On the other hand, Linux has ''one huge file system:''&lt;br /&gt;
* with an unlimited number of partitions (not disks, not drives!) ¹&lt;br /&gt;
* you can mount any partition of a disk anywhere in the file system! (Repeating that you cannot mount a disk, only a partition under Linux!)&lt;br /&gt;
* you can find the official documentation on the Linux File System Hierarchy Standard (FHS) in HTML / PDF / Text format here: [https://refspecs.linuxfoundation.org/FHS_3.0/index.html FHS]  '''Homework assignment #1: read that!''' 😁&lt;br /&gt;
* No, really: read it! &lt;br /&gt;
* OK, you didn't read it; here's the [[FHS summary]] 😜&lt;br /&gt;
&lt;br /&gt;
{{note|Partitions are not automatically mounted in Linux!}}&lt;br /&gt;
''Huh? That sounds dumb! Why doesn't Linux mount partitions automatically???''&lt;br /&gt;
That's because the Manjaro installer will ''manually'' mount only the absolute minimum number of partitions to get your system up and running!&lt;br /&gt;
I.E. It will manually mount:&lt;br /&gt;
* / (always)&lt;br /&gt;
* /home (if you created such a partition)&lt;br /&gt;
* /boot/efi (If you have an UEFI system instead of a BIOS system)&lt;br /&gt;
&lt;br /&gt;
''and it will leave any other partitions alone to ensure you don’t mess them up!''&lt;br /&gt;
I.E. If you have a dual-boot system, Manjaro will not mount your Windows D: drive automatically!&lt;br /&gt;
&lt;br /&gt;
If you want to have any other partitions available at every boot, you should read about [[fstab]].&lt;br /&gt;
&lt;br /&gt;
== Linux has multiple GUIs ==&lt;br /&gt;
Windows has ''only one'' Graphical User Interface ([https://en.wikipedia.org/wiki/Graphical_user_interface GUI]) depending on its version whereas,&lt;br /&gt;
Linux has different Desktop Environments (DE) :&lt;br /&gt;
* XFCE: Lightweight, simple, best for beginning users&lt;br /&gt;
* KDE: lots of bells and whistles, good for recent and powerful hardware ''and people who like to tinker!''  🛠️&lt;br /&gt;
* Gnome: Simple, the default for lots of distributions&lt;br /&gt;
* Cinnamon: &amp;lt;s&amp;gt;Gnome like it should be&amp;lt;/s&amp;gt; Beefed-up Gnome with more bells and whistles.&lt;br /&gt;
* LXDE: comparatively low resource requirements. This makes it especially suitable for use on &amp;lt;s&amp;gt;older&amp;lt;/s&amp;gt; resource-constrained computers.&lt;br /&gt;
* I3: Great for power users that need non-overlapping titling windows. &lt;br /&gt;
&lt;br /&gt;
And all of the above come with their own:&lt;br /&gt;
* File Manager&lt;br /&gt;
* System Settings (Known to you as &amp;quot;Control Panel&amp;quot;)&lt;br /&gt;
* Partition Manager (except XFCE: they need one of the others to be installed)&lt;br /&gt;
{{note|The above is less important on modern computers and has become more a matter of taste than functionality}}&lt;br /&gt;
&lt;br /&gt;
'''What you should remember is that mixing and matching DE's is not wise!'''&lt;br /&gt;
More specifically:&lt;br /&gt;
* Don't install the Gnome Editor (`gedit`) on KDE but use `kate` instead because `gedit` will pull in a ton of libraries (and functionality) of Gnome which will bloat your system.&lt;br /&gt;
* Don't install 2 DEs for one user: &lt;br /&gt;
* You ''can''  have different DEs one a single computer &lt;br /&gt;
* Each user can have their own DE&lt;br /&gt;
* '''Having 2 DEs for one user is a recipe for disaster as one single configuration file might be used by 2 DEs for wildly different functionality''' and untangling this Gordian knot will be so complex that a reinstall is always easier.&lt;br /&gt;
&lt;br /&gt;
'''Remember:''' ''You're a N00b again! You're going to re-install'' '''at least once!''' (Unless you're smarter than the authors of this article... 😁)&lt;br /&gt;
&lt;br /&gt;
== Linux has multiple file systems ==&lt;br /&gt;
== Linux has multiple kernels ==&lt;br /&gt;
== Linux doesn’t have a registry! ==&lt;br /&gt;
== The terminal is your best friend! ==&lt;br /&gt;
== This is how you install software in Linux ==&lt;br /&gt;
== The Community side of Linux ==&lt;br /&gt;
=== Linux is a self-help OS ===&lt;br /&gt;
=== You're part of a community now! ===&lt;br /&gt;
=== What is this 'Upstream' and 'Downstream&amp;quot; business? ===&lt;br /&gt;
== What’s the difference between BIOS and UEFI? ==&lt;br /&gt;
== Other tips and tricks ==&lt;br /&gt;
&amp;lt;!-- More Detail for formatter: https://www.mediawiki.org/wiki/Help:Formatting --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use command, it should be inside of usercmd. You can see below example --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=example command should be here}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use code, it should be like below example(a space before that) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Example codes should be here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Don't forget to look more templates: https://wiki.manjaro.org/index.php/Help:Template --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
[https://refspecs.linuxfoundation.org/FHS_3.0/index.html FHS] The Official documentation by the Linux Foundation (Yeah: where Linus Torvalds lives) 😊&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Using_Manjaro_for_Windows_users&amp;diff=28624</id>
		<title>Using Manjaro for Windows users</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Using_Manjaro_for_Windows_users&amp;diff=28624"/>
		<updated>2021-09-14T09:25:52Z</updated>

		<summary type="html">&lt;p&gt;Fabby: /* Linux has multiple GUIs */ Created section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Page Under Construction.jpg|thumb|center|Page under construction]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Remember when you installed your very first Windows, added bells and whistles and then couldn’t see the wood for the trees any more and had to re-install???&lt;br /&gt;
Well, ''you’re in the same situation now:'' '''You’re a N00b again! Embrace it!''' 😇&lt;br /&gt;
&lt;br /&gt;
I know right now you’re thinking: ''Why is this so much more difficult than Windows?''&lt;br /&gt;
Whereas in 6 months time, you’ll be like: ''Why can't I make Windows jump through fiery hoops like I do with Linux???''&lt;br /&gt;
&lt;br /&gt;
== Windows has drives, Linux has a hierarchical file system ==&lt;br /&gt;
So Windows:&lt;br /&gt;
* has drives&lt;br /&gt;
* The C:-drive generally contains Windows and sometimes data&lt;br /&gt;
* The D:-drive (if present) contains data and hardly ever contains Windows itself.&lt;br /&gt;
* The maximum number of drives is 26 (A-Z)&lt;br /&gt;
* All drives that contain a known file system are always [[mounted]] automatically.&lt;br /&gt;
&lt;br /&gt;
On the other hand, Linux has ''one huge file system:''&lt;br /&gt;
* with an unlimited number of partitions (not disks, not drives!) ¹&lt;br /&gt;
* you can mount any partition of a disk anywhere in the file system! (Repeating that you cannot mount a disk, only a partition under Linux!)&lt;br /&gt;
* you can find the official documentation on the Linux File System Hierarchy Standard (FHS) in HTML / PDF / Text format here: [https://refspecs.linuxfoundation.org/FHS_3.0/index.html FHS]  '''Homework assignment #1: read that!''' 😁&lt;br /&gt;
* No, really: read it! &lt;br /&gt;
* OK, you didn't read it; here's the [[FHS summary]] 😜&lt;br /&gt;
&lt;br /&gt;
{{note|Partitions are not automatically mounted in Linux!}}&lt;br /&gt;
''Huh? That sounds dumb! Why doesn't Linux mount partitions automatically???''&lt;br /&gt;
That's because the Manjaro installer will ''manually'' mount only the absolute minimum number of partitions to get your system up and running!&lt;br /&gt;
I.E. It will manually mount:&lt;br /&gt;
* / (always)&lt;br /&gt;
* /home (if you created such a partition)&lt;br /&gt;
* /boot/efi (If you have an UEFI system instead of a BIOS system)&lt;br /&gt;
&lt;br /&gt;
''and it will leave any other partitions alone to ensure you don’t mess them up!''&lt;br /&gt;
I.E. If you have a dual-boot system, Manjaro will not mount your Windows D: drive automatically!&lt;br /&gt;
&lt;br /&gt;
If you want to have any other partitions available at every boot, you should read about [[fstab]].&lt;br /&gt;
&lt;br /&gt;
== Linux has multiple GUIs ==&lt;br /&gt;
Windows has ''only one'' Graphical User interface depending on its version whereas,&lt;br /&gt;
Linux has different Desktop Environments (DE) :&lt;br /&gt;
* XFCE: Lightweight, simple, best for beginning users&lt;br /&gt;
* KDE: lots of bells and whistles, good for recent and powerful hardware *and people who like to tinker!*  :hammer_and_pick:&lt;br /&gt;
* Gnome: Simple, the default for lots of distributions&lt;br /&gt;
* Cinnamon: &amp;lt;s&amp;gt;Gnome like it should be&amp;lt;/s&amp;gt; Beefed-up Gnome with more bells and whistles.&lt;br /&gt;
* LXDE: comparatively low resource requirements. This makes it especially suitable for use on &amp;lt;s&amp;gt;older&amp;lt;/s&amp;gt; resource-constrained computers.&lt;br /&gt;
* I3: Great for power users that need non-overlapping titling windows. &lt;br /&gt;
&lt;br /&gt;
And all of the above come with their own:&lt;br /&gt;
* File Manager&lt;br /&gt;
* System Settings (Known to you as &amp;quot;Control Panel&amp;quot;)&lt;br /&gt;
* Partition Manager (except XFCE: they need one of the others to be installed)&lt;br /&gt;
{{note The above is less important on modern computers and has become more a matter of taste than functionality}}&lt;br /&gt;
&lt;br /&gt;
'''What you should remember is that mixing and matching DE's is not wise!'''&lt;br /&gt;
More specifically:&lt;br /&gt;
* Don't install the Gnome Editor (`gedit`) on KDE but use `kate` instead because `gedit` will pull in a ton of libraries (and functionality) of Gnome which will bloat your system.&lt;br /&gt;
* Don't install 2 DEs for one user: &lt;br /&gt;
* You *can*  have different DEs one a single computer &lt;br /&gt;
* Each user can have their own DE&lt;br /&gt;
* **Having 2 DEs for one user is a recipe for disaster as one single configuration file might be used by 2 DEs for wildly different functionality!** and untangling this Gordian knot will be so complex that a reinstall is always easier.&lt;br /&gt;
&lt;br /&gt;
'''Remember:''' ''You're a N00b again! You're going to re-install'' '''at least once!''' (Unless you're smarter than the authors of this article... 😁)&lt;br /&gt;
&lt;br /&gt;
== Linux has multiple file systems ==&lt;br /&gt;
== Linux has multiple kernels ==&lt;br /&gt;
== Linux doesn’t have a registry! ==&lt;br /&gt;
== The terminal is your best friend! ==&lt;br /&gt;
== This is how you install software in Linux ==&lt;br /&gt;
== The Community side of Linux ==&lt;br /&gt;
=== Linux is a self-help OS ===&lt;br /&gt;
=== You're part of a community now! ===&lt;br /&gt;
=== What is this 'Upstream' and 'Downstream&amp;quot; business? ===&lt;br /&gt;
== What’s the difference between BIOS and UEFI? ==&lt;br /&gt;
== Other tips and tricks ==&lt;br /&gt;
&amp;lt;!-- More Detail for formatter: https://www.mediawiki.org/wiki/Help:Formatting --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use command, it should be inside of usercmd. You can see below example --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=example command should be here}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use code, it should be like below example(a space before that) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Example codes should be here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Don't forget to look more templates: https://wiki.manjaro.org/index.php/Help:Template --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
[https://refspecs.linuxfoundation.org/FHS_3.0/index.html FHS] The Official documentation by the Linux Foundation (Yeah: where Linus Torvalds lives) 😊&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Using_Manjaro_for_Windows_users&amp;diff=28620</id>
		<title>Using Manjaro for Windows users</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Using_Manjaro_for_Windows_users&amp;diff=28620"/>
		<updated>2021-09-12T21:32:41Z</updated>

		<summary type="html">&lt;p&gt;Fabby: Added under construction logo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Page Under Construction.jpg|thumb|center|Page under construction]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Remember when you installed your very first Windows, added bells and whistles and then couldn’t see the wood for the trees any more and had to re-install???&lt;br /&gt;
Well, ''you’re in the same situation now:'' '''You’re a N00b again! Embrace it!''' 😇&lt;br /&gt;
&lt;br /&gt;
I know right now you’re thinking: ''Why is this so much more difficult than Windows?''&lt;br /&gt;
Whereas in 6 months time, you’ll be like: ''Why can't I make Windows jump through fiery hoops like I do with Linux???''&lt;br /&gt;
&lt;br /&gt;
== Windows has drives, Linux has a hierarchical file system ==&lt;br /&gt;
So Windows:&lt;br /&gt;
* has drives&lt;br /&gt;
* The C:-drive generally contains Windows and sometimes data&lt;br /&gt;
* The D:-drive (if present) contains data and hardly ever contains Windows itself.&lt;br /&gt;
* The maximum number of drives is 26 (A-Z)&lt;br /&gt;
* All drives that contain a known file system are always [[mounted]] automatically.&lt;br /&gt;
&lt;br /&gt;
On the other hand, Linux has ''one huge file system:''&lt;br /&gt;
* with an unlimited number of partitions (not disks, not drives!) ¹&lt;br /&gt;
* you can mount any partition of a disk anywhere in the file system! (Repeating that you cannot mount a disk, only a partition under Linux!)&lt;br /&gt;
* you can find the official documentation on the Linux File System Hierarchy Standard (FHS) in HTML / PDF / Text format here: [https://refspecs.linuxfoundation.org/FHS_3.0/index.html FHS]  '''Homework assignment #1: read that!''' 😁&lt;br /&gt;
* No, really: read it! &lt;br /&gt;
* OK, you didn't read it; here's the [[FHS summary]] 😜&lt;br /&gt;
&lt;br /&gt;
{{note|Partitions are not automatically mounted in Linux!}}&lt;br /&gt;
''Huh? That sounds dumb! Why doesn't Linux mount partitions automatically???''&lt;br /&gt;
That's because the Manjaro installer will ''manually'' mount only the absolute minimum number of partitions to get your system up and running!&lt;br /&gt;
I.E. It will manually mount:&lt;br /&gt;
* / (always)&lt;br /&gt;
* /home (if you created such a partition)&lt;br /&gt;
* /boot/efi (If you have an UEFI system instead of a BIOS system)&lt;br /&gt;
&lt;br /&gt;
''and it will leave any other partitions alone to ensure you don’t mess them up!''&lt;br /&gt;
I.E. If you have a dual-boot system, Manjaro will not mount your Windows D: drive automatically!&lt;br /&gt;
&lt;br /&gt;
If you want to have any other partitions available at every boot, you should read about [[fstab]].&lt;br /&gt;
&lt;br /&gt;
== Linux has multiple GUIs ==&lt;br /&gt;
== Linux has multiple file systems ==&lt;br /&gt;
== Linux has multiple kernels ==&lt;br /&gt;
== Linux doesn’t have a registry! ==&lt;br /&gt;
== The terminal is your best friend! ==&lt;br /&gt;
== This is how you install software in Linux ==&lt;br /&gt;
== The Community side of Linux ==&lt;br /&gt;
=== Linux is a self-help OS ===&lt;br /&gt;
=== You're part of a community now! ===&lt;br /&gt;
=== What is this 'Upstream' and 'Downstream&amp;quot; business? ===&lt;br /&gt;
== What’s the difference between BIOS and UEFI? ==&lt;br /&gt;
== Other tips and tricks ==&lt;br /&gt;
&amp;lt;!-- More Detail for formatter: https://www.mediawiki.org/wiki/Help:Formatting --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use command, it should be inside of usercmd. You can see below example --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=example command should be here}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use code, it should be like below example(a space before that) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Example codes should be here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Don't forget to look more templates: https://wiki.manjaro.org/index.php/Help:Template --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
[https://refspecs.linuxfoundation.org/FHS_3.0/index.html FHS] The Official documentation by the Linux Foundation (Yeah: where Linus Torvalds lives) 😊&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=File:Page_Under_Construction.jpg&amp;diff=28619</id>
		<title>File:Page Under Construction.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=File:Page_Under_Construction.jpg&amp;diff=28619"/>
		<updated>2021-09-12T21:31:34Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To be used for pages under construction, clipart, jpg, jpeg&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=User:Fabby&amp;diff=28618</id>
		<title>User:Fabby</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=User:Fabby&amp;diff=28618"/>
		<updated>2021-09-12T21:23:51Z</updated>

		<summary type="html">&lt;p&gt;Fabby: Created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello there!  &lt;br /&gt;
I'm [https://forum.manjaro.org/u/fabby Fabby], one of the mods over here and on the Manjaro forum!&lt;br /&gt;
* I speak English quite well, but I'm not a native speaker.&lt;br /&gt;
* Je parle une sorte de Francais à haut niveau.&lt;br /&gt;
* Ik spreek een soort Nederlands op hoog niveau.&lt;br /&gt;
* Ich spreche Deutsch auf Business-Niveau.&lt;br /&gt;
* Ek praat baie goed Afrikaans.&lt;br /&gt;
* Capisco l'italiano bene ma parlo male e non riesco a scriverlo.&lt;br /&gt;
* Извините! Плохо говорю и мало понимаю...&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Using_Manjaro_for_Windows_users&amp;diff=28617</id>
		<title>Using Manjaro for Windows users</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Using_Manjaro_for_Windows_users&amp;diff=28617"/>
		<updated>2021-09-12T21:05:53Z</updated>

		<summary type="html">&lt;p&gt;Fabby: Added FHS to See Also&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Remember when you installed your very first Windows, added bells and whistles and then couldn’t see the wood for the trees any more and had to re-install???&lt;br /&gt;
Well, ''you’re in the same situation now:'' '''You’re a N00b again! Embrace it!''' 😇&lt;br /&gt;
&lt;br /&gt;
I know right now you’re thinking: ''Why is this so much more difficult than Windows?''&lt;br /&gt;
Whereas in 6 months time, you’ll be like: ''Why can't I make Windows jump through fiery hoops like I do with Linux???''&lt;br /&gt;
&lt;br /&gt;
== Windows has drives, Linux has a hierarchical file system ==&lt;br /&gt;
So Windows:&lt;br /&gt;
* has drives&lt;br /&gt;
* The C:-drive generally contains Windows and sometimes data&lt;br /&gt;
* The D:-drive (if present) contains data and hardly ever contains Windows itself.&lt;br /&gt;
* The maximum number of drives is 26 (A-Z)&lt;br /&gt;
* All drives that contain a known file system are always [[mounted]] automatically.&lt;br /&gt;
&lt;br /&gt;
On the other hand, Linux has ''one huge file system:''&lt;br /&gt;
* with an unlimited number of partitions (not disks, not drives!) ¹&lt;br /&gt;
* you can mount any partition of a disk anywhere in the file system! (Repeating that you cannot mount a disk, only a partition under Linux!)&lt;br /&gt;
* you can find the official documentation on the Linux File System Hierarchy Standard (FHS) in HTML / PDF / Text format here: [https://refspecs.linuxfoundation.org/FHS_3.0/index.html FHS]  '''Homework assignment #1: read that!''' 😁&lt;br /&gt;
* No, really: read it! &lt;br /&gt;
* OK, you didn't read it; here's the [[FHS summary]] 😜&lt;br /&gt;
&lt;br /&gt;
{{note|Partitions are not automatically mounted in Linux!}}&lt;br /&gt;
''Huh? That sounds dumb! Why doesn't Linux mount partitions automatically???''&lt;br /&gt;
That's because the Manjaro installer will ''manually'' mount only the absolute minimum number of partitions to get your system up and running!&lt;br /&gt;
I.E. It will manually mount:&lt;br /&gt;
* / (always)&lt;br /&gt;
* /home (if you created such a partition)&lt;br /&gt;
* /boot/efi (If you have an UEFI system instead of a BIOS system)&lt;br /&gt;
&lt;br /&gt;
''and it will leave any other partitions alone to ensure you don’t mess them up!''&lt;br /&gt;
I.E. If you have a dual-boot system, Manjaro will not mount your Windows D: drive automatically!&lt;br /&gt;
&lt;br /&gt;
If you want to have any other partitions available at every boot, you should read about [[fstab]].&lt;br /&gt;
&lt;br /&gt;
== Linux has multiple GUIs ==&lt;br /&gt;
== Linux has multiple file systems ==&lt;br /&gt;
== Linux has multiple kernels ==&lt;br /&gt;
== Linux doesn’t have a registry! ==&lt;br /&gt;
== The terminal is your best friend! ==&lt;br /&gt;
== This is how you install software in Linux ==&lt;br /&gt;
== The Community side of Linux ==&lt;br /&gt;
=== Linux is a self-help OS ===&lt;br /&gt;
=== You're part of a community now! ===&lt;br /&gt;
=== What is this 'Upstream' and 'Downstream&amp;quot; business? ===&lt;br /&gt;
== What’s the difference between BIOS and UEFI? ==&lt;br /&gt;
== Other tips and tricks ==&lt;br /&gt;
&amp;lt;!-- More Detail for formatter: https://www.mediawiki.org/wiki/Help:Formatting --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use command, it should be inside of usercmd. You can see below example --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=example command should be here}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use code, it should be like below example(a space before that) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Example codes should be here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Don't forget to look more templates: https://wiki.manjaro.org/index.php/Help:Template --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
[https://refspecs.linuxfoundation.org/FHS_3.0/index.html FHS] The Official documentation by the Linux Foundation (Yeah: where Linus Torvalds lives) 😊&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Using_Manjaro_for_Windows_users&amp;diff=28616</id>
		<title>Using Manjaro for Windows users</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Using_Manjaro_for_Windows_users&amp;diff=28616"/>
		<updated>2021-09-12T21:02:46Z</updated>

		<summary type="html">&lt;p&gt;Fabby: Created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Remember when you installed your very first Windows, added bells and whistles and then couldn’t see the wood for the trees any more and had to re-install???&lt;br /&gt;
Well, ''you’re in the same situation now:'' '''You’re a N00b again! Embrace it!''' 😇&lt;br /&gt;
&lt;br /&gt;
I know right now you’re thinking: ''Why is this so much more difficult than Windows?''&lt;br /&gt;
Whereas in 6 months time, you’ll be like: ''Why can't I make Windows jump through fiery hoops like I do with Linux???''&lt;br /&gt;
&lt;br /&gt;
== Windows has drives, Linux has a hierarchical file system ==&lt;br /&gt;
So Windows:&lt;br /&gt;
* has drives&lt;br /&gt;
* The C:-drive generally contains Windows and sometimes data&lt;br /&gt;
* The D:-drive (if present) contains data and hardly ever contains Windows itself.&lt;br /&gt;
* The maximum number of drives is 26 (A-Z)&lt;br /&gt;
* All drives that contain a known file system are always [[mounted]] automatically.&lt;br /&gt;
&lt;br /&gt;
On the other hand, Linux has ''one huge file system:''&lt;br /&gt;
* with an unlimited number of partitions (not disks, not drives!) ¹&lt;br /&gt;
* you can mount any partition of a disk anywhere in the file system! (Repeating that you cannot mount a disk, only a partition under Linux!)&lt;br /&gt;
* you can find the official documentation on the Linux File System Hierarchy Standard (FHS) in HTML / PDF / Text format here: [https://refspecs.linuxfoundation.org/FHS_3.0/index.html FHS]  '''Homework assignment #1: read that!''' 😁&lt;br /&gt;
* No, really: read it! &lt;br /&gt;
* OK, you didn't read it; here's the [[FHS summary]] 😜&lt;br /&gt;
&lt;br /&gt;
{{note|Partitions are not automatically mounted in Linux!}}&lt;br /&gt;
''Huh? That sounds dumb! Why doesn't Linux mount partitions automatically???''&lt;br /&gt;
That's because the Manjaro installer will ''manually'' mount only the absolute minimum number of partitions to get your system up and running!&lt;br /&gt;
I.E. It will manually mount:&lt;br /&gt;
* / (always)&lt;br /&gt;
* /home (if you created such a partition)&lt;br /&gt;
* /boot/efi (If you have an UEFI system instead of a BIOS system)&lt;br /&gt;
&lt;br /&gt;
''and it will leave any other partitions alone to ensure you don’t mess them up!''&lt;br /&gt;
I.E. If you have a dual-boot system, Manjaro will not mount your Windows D: drive automatically!&lt;br /&gt;
&lt;br /&gt;
If you want to have any other partitions available at every boot, you should read about [[fstab]].&lt;br /&gt;
&lt;br /&gt;
== Linux has multiple GUIs ==&lt;br /&gt;
== Linux has multiple file systems ==&lt;br /&gt;
== Linux has multiple kernels ==&lt;br /&gt;
== Linux doesn’t have a registry! ==&lt;br /&gt;
== The terminal is your best friend! ==&lt;br /&gt;
== This is how you install software in Linux ==&lt;br /&gt;
== The Community side of Linux ==&lt;br /&gt;
=== Linux is a self-help OS ===&lt;br /&gt;
=== You're part of a community now! ===&lt;br /&gt;
=== What is this 'Upstream' and 'Downstream&amp;quot; business? ===&lt;br /&gt;
== What’s the difference between BIOS and UEFI? ==&lt;br /&gt;
== Other tips and tricks ==&lt;br /&gt;
&amp;lt;!-- More Detail for formatter: https://www.mediawiki.org/wiki/Help:Formatting --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use command, it should be inside of usercmd. You can see below example --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=example command should be here}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you use code, it should be like below example(a space before that) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Example codes should be here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Don't forget to look more templates: https://wiki.manjaro.org/index.php/Help:Template --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
[https://example.link Example Link Title] example text&lt;br /&gt;
&lt;br /&gt;
[https://example.link Example Link Title] example text&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=FHS_summary&amp;diff=28615</id>
		<title>FHS summary</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=FHS_summary&amp;diff=28615"/>
		<updated>2021-09-12T20:51:24Z</updated>

		<summary type="html">&lt;p&gt;Fabby: Created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== FHS Summary ==&lt;br /&gt;
&lt;br /&gt;
* /etc contains system configuration files.&lt;br /&gt;
* /home contains user data (“My Documents”) and user config files (E.G. if you have one computer with 2 users and user 1 sets their resolution to HD and user 2 sets it to UHD, that’s where this kind of config is kept)&lt;br /&gt;
* /root contains the home directory for the root user.&lt;br /&gt;
* /lib contains shared libraries (known to you as DLLs) that the essential binaries (known to you as EXEs) in /bin and /sbin need to be able to run and where kernel modules are stored.&lt;br /&gt;
* /usr contains the Unix System Resources and is intended to be a read-only directory that stores files that aren’t required to boot the system. I.E. This is where sort and grep and assorted brethren / sistern live… In general, when you install additional software from Manjaro’s repositories, its binaries, libraries and supporting files go here in their corresponding /usr/bin, /usr/sbin or /usr/lib directories.&lt;br /&gt;
* /opt: contains “optional” software. In general, this is where games install themselves.&lt;br /&gt;
* /run: This directory contains system information data describing the system since it was booted, so don’t do funny stuff like mounting anything there in your /etc/fstab.&lt;br /&gt;
* /media: This directory is for mounting external media that needs to be available to the system and where you should create additional directories for each external drive you want mounted concurrently. (so you can have your CD-ROM, DVD drive, Blu-ray drive, External hard disks 1 2 and 3 all mounted simultaneously) 😁&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Mounted&amp;diff=28614</id>
		<title>Mounted</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Mounted&amp;diff=28614"/>
		<updated>2021-09-12T20:28:42Z</updated>

		<summary type="html">&lt;p&gt;Fabby: Created page with &amp;quot;== Huh, what is “mounting”??? == “Mounting” is making a drive available to the system. * I.E. If you insert a USB stick into a Windows machine, it will get the F: driv...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Huh, what is “mounting”??? ==&lt;br /&gt;
“Mounting” is making a drive available to the system.&lt;br /&gt;
* I.E. If you insert a USB stick into a Windows machine, it will get the F: drive letter automatically Windows will automatically mount the USB drive as F:&lt;br /&gt;
* You need to know that is happening automatically under Windows, because under Linux it’s better to do this manually as Linux provides more flexibility in how and where you mount partitions! :+1:&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Main_Page&amp;diff=28613</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Main_Page&amp;diff=28613"/>
		<updated>2021-09-12T20:04:27Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Manjaro Logo--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Main page logo.png|center|300px]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==Getting Started== &amp;lt;!--T:392--&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
===Overview===&lt;br /&gt;
* '''[[Manjaro|Manjaro Overview]]'''&lt;br /&gt;
: ''Various articles to answer all your questions!''&lt;br /&gt;
* '''[[Using Manjaro for Beginners|Using Manjaro]]'''&lt;br /&gt;
: ''New to Manjaro? Start here for an overview! ''&lt;br /&gt;
* '''[[Using Manjaro for Windows users|Coming From Windows]]'''&lt;br /&gt;
: ''Go here if you're a Windows user trying Linux or Manjaro! ''&lt;br /&gt;
|&lt;br /&gt;
===Online and Support===&lt;br /&gt;
* '''[[Manjaro Online|Manjaro Online]]'''&lt;br /&gt;
: ''Our forum, Twitter, Reddit, and Facebook accounts.''&lt;br /&gt;
* '''[https://t.me/manjaro_official Manjaro Telegram]'''&lt;br /&gt;
: ''Additional direct support for Manjaro users.''&lt;br /&gt;
|1|1}}&lt;br /&gt;
&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
===Get Manjaro=== &amp;lt;!--T:393--&amp;gt;&lt;br /&gt;
* '''[[Download Manjaro|Download Manjaro]]'''&lt;br /&gt;
: ''Where to find the latest and greatest Manjaro releases.''&lt;br /&gt;
* '''[[Check a Downloaded ISO Image For Errors|Check a Downloaded ISO Image For Errors]]'''&lt;br /&gt;
: ''Check your Manjaro download for errors in Linux and Windows.''&lt;br /&gt;
|&lt;br /&gt;
===Installation===&lt;br /&gt;
* '''[[Burn an ISO File|Burn an ISO File]]'''&lt;br /&gt;
: ''Burn Manjaro to CD/DVD or USB stick in Linux and Windows.''&lt;br /&gt;
* '''[[Installation Guides|Install Manjaro]]'''&lt;br /&gt;
: ''Installation and partitioning guides for beginners and experienced users.''&lt;br /&gt;
|1|1}}&lt;br /&gt;
&lt;br /&gt;
==Customization and Configuration== &amp;lt;!--T:394--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
===Boot / Startup=== &amp;lt;!--T:395--&amp;gt;&lt;br /&gt;
* '''[[BIOS and UEFI|BIOS and UEFI]]'''&lt;br /&gt;
: ''How to enable virtualisation, run Manjaro on Windows 10 systems, and more!''&lt;br /&gt;
* '''[[Display Managers / Login Screens|Display Managers / Login Screens]]'''    &lt;br /&gt;
: ''Install, configure, or even bypass MDM, GDM, SDDM, LXDM, and SLiM.''&lt;br /&gt;
* '''[[Fstab - Use SystemD automount|Fstab - Use SystemD automount]]'''&lt;br /&gt;
: ''SystemD and /etc/fstab options for device mounting.''&lt;br /&gt;
* '''[[Make GRUB menu &amp;amp; boot-up/down fonts bigger|Larger GRUB, Boot, and Shutdown Fonts]]'''&lt;br /&gt;
: ''How to increase the size of boot, shutdown, and GRUB menu fonts.''&lt;br /&gt;
|&lt;br /&gt;
===DEs / WMs===&lt;br /&gt;
* '''[[Basic Tips for conky|Conky - Basic Tips]]'''&lt;br /&gt;
: ''Conky can display a lot of useful information on your desktop. ''&lt;br /&gt;
* '''[[Desktop Environments|Desktop Environments and Window Managers]]'''&lt;br /&gt;
: ''Install popular desktops and apply a range of desktop-specific configuration.''&lt;br /&gt;
* '''[[Set all Qt app's to use GTK+ font &amp;amp; theme settings|Set all Qt apps to use GTK+ font &amp;amp; theme settings]]'''&lt;br /&gt;
: ''Ensure QT apps match GTK+ DE/WM theming.''&lt;br /&gt;
* '''[[Set all Java apps to use GTK+ font &amp;amp; theme settings|Set all Java apps to use GTK+ font &amp;amp; theme settings]]'''&lt;br /&gt;
: ''Ensure Java apps match GTK+ DE/WM theming.''&lt;br /&gt;
|1|1}}&lt;br /&gt;
&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
===Software Management=== &amp;lt;!--T:396--&amp;gt;&lt;br /&gt;
* '''[[Repositories and Servers|Repositories and Servers]]'''&lt;br /&gt;
: ''Change repositories, find the fastest mirrors, etc.''&lt;br /&gt;
* '''[[Pacman|Pacman]]'''&lt;br /&gt;
: ''Instructions for using the '''Pac'''kage '''Man'''ager and more.''&lt;br /&gt;
* '''[[Graphical Software Managers|Graphical Software Managers]]'''&lt;br /&gt;
: ''There's a range of user-friendly software managers available''!&lt;br /&gt;
* '''[[Arch User Repository|Arch User Repository]]'''&lt;br /&gt;
: ''Learn about and use the AUR.''&lt;br /&gt;
* '''[[Flatpak|Flatpak]]'''&lt;br /&gt;
: ''Extend your software library using Flatpaks''&lt;br /&gt;
* '''[[Snap|Snap]]'''&lt;br /&gt;
: ''Install and manage Snaps on Manjaro''&lt;br /&gt;
* '''[[Software Applications|Software Applications]]'''&lt;br /&gt;
: ''A collection of tips and configurations for many applications''&lt;br /&gt;
|&lt;br /&gt;
===Hardware / MSM===&lt;br /&gt;
* '''[[Manjaro Settings Manager|Manjaro Settings Manager]]'''&lt;br /&gt;
: ''MSM can set your Language, User Account, Kernel, Time and Date, Graphics Card Drivers, and more.''&lt;br /&gt;
* '''[[Manjaro Hardware Detection|Manjaro Hardware Detection]]'''&lt;br /&gt;
: ''Kernels and Drivers.(mhwd)''&lt;br /&gt;
* '''[[Configure Graphics Cards|Configure Graphics Cards]]'''&lt;br /&gt;
: ''View, install, remove, or reinstall GPU drivers and much more.''&lt;br /&gt;
* '''[[Power Management|Power Management]]'''&lt;br /&gt;
: ''Got the power? No? Then optimise it!''&lt;br /&gt;
* '''[[Printing|Printing]]'''&lt;br /&gt;
: ''Enable printing and add printers.''&lt;br /&gt;
* '''[[Wacom Tablet And Pen|Wacom Tablet And Pen]]'''&lt;br /&gt;
: ''Configuring tablets and pens.''&lt;br /&gt;
* '''[[Manjaro-ARM|Manjaro-ARM]]'''&lt;br /&gt;
: ''Tips specific to ARM systems''&lt;br /&gt;
|1|1}}&lt;br /&gt;
&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
===Network / Internet=== &amp;lt;!--T:397--&amp;gt;&lt;br /&gt;
* '''[[Internet Browsers|Internet Browsers]]'''&lt;br /&gt;
: ''Security, Customization, and Configuration.''&lt;br /&gt;
* '''[[Firewalls and Security|Firewalls and Security]]'''&lt;br /&gt;
: ''Firewalls and Security on Manjaro''&lt;br /&gt;
* '''[[Sync dynamic IP with openDNS service via ddclient|Sync dynamic IP with openDNS service via ddclient]]'''&lt;br /&gt;
: ''Solution for update dynamic IP for openDNS service.''&lt;br /&gt;
* '''[[Keyboard and Mouse Sharing|Keyboard and Mouse Sharing]]''' &lt;br /&gt;
: ''Use a mouse and keyboard across multiple machines &amp;amp; operating systems.''&lt;br /&gt;
* '''[[Networking|Networking]]''' &lt;br /&gt;
: ''Managing networking''&lt;br /&gt;
* '''[[Using Samba in your File Manager|Using Samba in your File Manager]]''' &lt;br /&gt;
: ''How to setup Samba share in your network.''&lt;br /&gt;
* '''[[Sharing files with Python|Sharing files with Python]]''' &lt;br /&gt;
: ''Using Python's built-in network capabilities to share files.''&lt;br /&gt;
* '''[[Using autofs (automount) with NFS|Using autofs (automount) with NFS]]''' &lt;br /&gt;
: ''One of the many ways to mount shares.''&lt;br /&gt;
|&lt;br /&gt;
===System / Misc===&lt;br /&gt;
* '''[[Manjaro Polkit Rules|Manjaro Polkit Rules]]''' &lt;br /&gt;
: ''The policykity rules implemented by Manjaro''&lt;br /&gt;
* '''[[Add a Storage Partition &amp;amp; Modify your System to Suit|Add a Storage Partition &amp;amp; Modify your System to Suit]]''' &lt;br /&gt;
: ''How to shrink and add a partition &amp;amp; make Manjaro know where &amp;amp; what it is.''&lt;br /&gt;
* '''[[Aliases in .bashrc|Aliases in .bashrc]]''' &lt;br /&gt;
: ''Shortcuts for your terminal.''&lt;br /&gt;
* '''[[Developer Tools|Developer Tools]]'''&lt;br /&gt;
: ''Set of tools used by Manjaro developers and advanced users.''&lt;br /&gt;
* '''[[File Systems|File Systems]]'''&lt;br /&gt;
: ''Information on different file systems, how they work, and how to use them.''&lt;br /&gt;
* '''[[Swap|Managing Swap]]''' &lt;br /&gt;
: ''All about swap space''&lt;br /&gt;
* '''[[Limit the size of .log files &amp;amp; the journal|Management of the Systemd Journal &amp;amp; of .log files]]'''&lt;br /&gt;
: ''Manage Systemd's Journal &amp;amp; syslog-ng's /var/log/*log files.''&lt;br /&gt;
* '''[[Linux Security|Linux Security]]'''&lt;br /&gt;
: ''Information on root and superuser passwords.''&lt;br /&gt;
* '''[[How to mount Windows (NTFS) filesystem due to hibernation|How to mount Windows (NTFS) filesystem due to hibernation]]'''&lt;br /&gt;
: ''Solutions &amp;amp; workarounds for various Windows versions.''&lt;br /&gt;
* '''[[Keyboard_Shortcuts|Keyboard Shortcuts]]'''&lt;br /&gt;
: ''Set custom keyboard bindings.''&lt;br /&gt;
* '''[[Viewing and editing configuration files|Viewing and editing configuration files]]'''&lt;br /&gt;
: ''How to view and edit files in each Manjaro edition.''&lt;br /&gt;
|1|1}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting== &amp;lt;!--T:398--&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
===Boot / Startup===&lt;br /&gt;
* [[Restore the GRUB Bootloader|Restore the GRUB Bootloader]]&lt;br /&gt;
:  ''Can't boot Manjaro? You may be able to repair rather than reinstall!''&lt;br /&gt;
* [[Preserve Manjaro Bootloader|Preserve Manjaro Bootloader]]&lt;br /&gt;
:  ''Prevent Manjaro's GRUB from being overridden.''&lt;br /&gt;
* [[Kernel Fails to Load (pata_acpi error)|Kernel Fails to Load / &amp;quot;Unable to Find Device&amp;quot; Error]]&lt;br /&gt;
: ''Solution for a problem that affects certain computers using JMicron chips.''&lt;br /&gt;
|&lt;br /&gt;
===Desktop===&lt;br /&gt;
* [[Various screen tearing fixes|Various screen tearing fixes]]&lt;br /&gt;
: ''Hopefully one of these tips will fix your screen tearing problem.''&lt;br /&gt;
* [[DMenu - warning: no locale support|DMenu - warning: no locale support]]&lt;br /&gt;
: ''A fix for the &amp;quot;no locale support&amp;quot; error in dmenu.''&lt;br /&gt;
|1|1}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
===Software Management=== &amp;lt;!--T:399--&amp;gt;&lt;br /&gt;
* [[pacman troubleshooting|Common Issues and Pacman Troubleshooting]]&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;GPGME_error:_No_data&amp;quot; Error|&amp;quot;GPGME_error:_No_data&amp;quot; Error]]''&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Unable to lock database&amp;quot; Error|&amp;quot;Unable to lock database&amp;quot; Error]]''&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Failed to commit transaction (invalid or corrupted package)&amp;quot; Error|&amp;quot;Invalid or corrupted package&amp;quot; Error]]''&lt;br /&gt;
: ''[[pacman_troubleshooting#&amp;quot;Configuration_file...not recognized&amp;quot; Error|&amp;quot;Configuration file...not recognized&amp;quot; Error]]''&lt;br /&gt;
: ''[[pacman troubleshooting#Conflicting files - FILENAME exists in filesystem|&amp;quot;Conflicting files - FILENAME exists in filesystem&amp;quot; Error]]''&lt;br /&gt;
|&lt;br /&gt;
===Hardware===&lt;br /&gt;
* [[Reactivating the Backlight|Screen Brightness is too Dark or Dim]]&lt;br /&gt;
: ''The solution for an issue that particularly affects some makes of laptops''.&lt;br /&gt;
* [[Did X.server recognise your monitor correctly?|Did X.server recognise your monitor correctly?]]&lt;br /&gt;
: ''A quick test in the Terminal''.&lt;br /&gt;
* [[ALSA|Advanced Linux Sound Architecture (ALSA)]]&lt;br /&gt;
: ''Troubleshooting common issues related to ALSA''.&lt;br /&gt;
|1|1}}&lt;br /&gt;
&lt;br /&gt;
==More== &amp;lt;!--T:400--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:401--&amp;gt;&lt;br /&gt;
* [//www.mediawiki.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
: ''Full user guide on every aspect of Wiki authorship and maintenance.'' &lt;br /&gt;
* [[Basic Submission Rules|Basic Submission Rules]]&lt;br /&gt;
: ''How to create an account, and the dos and do-nots for Wiki contributors.''&lt;br /&gt;
* [[Contributing|Contributing]]&lt;br /&gt;
: ''The starting point for those willing to contribute to the wiki.''&lt;br /&gt;
* [https://wiki.manjaro.org/index.php?title=Category:Contents_Page{{#translation:}} Contents]&lt;br /&gt;
: ''For a page containing a list of all Wiki guides and tutorials sorted alphabetically''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:402--&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{FlexBoxTemplate|What's New - The Latest Changes|{{Special:RecentChanges/days=100,limit=12,hidebots}}|Actual there are '''{{NUMBEROFARTICLES}}''' articles here, waiting for you.}}|&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:403--&amp;gt;&lt;br /&gt;
__TOC__|&lt;br /&gt;
9|&lt;br /&gt;
1}}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;!-- to early now [[Category:Top level{{#translation:}}]] --&amp;gt;&lt;br /&gt;
[[Category:Top level{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=User_talk:Oguzkagan&amp;diff=28546</id>
		<title>User talk:Oguzkagan</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=User_talk:Oguzkagan&amp;diff=28546"/>
		<updated>2021-09-12T08:05:20Z</updated>

		<summary type="html">&lt;p&gt;Fabby: /* Owner approval (=you) required */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello Oguzkagan!&lt;br /&gt;
&lt;br /&gt;
I am pretty new here and tried to do some translations into German, but well, none of them were saved. Is this feature still in testing? I used the translate extension some months ago on a wiki for testing and there must be running runJobs.php constantly so that the translation at  Special:Translate would save it immediately.&lt;br /&gt;
&lt;br /&gt;
I don't know who is responsibly for this, so i start now at your discussion page, because I saw you in the logs recently.&lt;br /&gt;
&lt;br /&gt;
Best regards&lt;br /&gt;
&lt;br /&gt;
[[User:Megavolt|Megavolt]] ([[User talk:Megavolt|talk]]) 04:21, 27 March 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: Thanks for feedback. I broke something when I fixed a few things :). I have been fixed translate problem. Also, I gave you the translator right so moderation extension will not to hinder you. --[[User:Oguzkagan|Oguzkagan]] 12:05, 27 March 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Thanks for your effort. It works now. --[[User:Megavolt|Megavolt]] ([[User talk:Megavolt|talk]]) 20:11, 27 March 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
== language links ==&lt;br /&gt;
&lt;br /&gt;
I started to translate the Main Page, but I saw that internal links like '''&amp;lt;nowiki&amp;gt;[[Using Manjaro for Beginners|Using Manjaro]]&amp;lt;/nowiki&amp;gt;''' not using the &amp;quot;Special:MyLanguage/&amp;quot; like this:  '''&amp;lt;nowiki&amp;gt;[[Special:MyLanguage/Using Manjaro for Beginners|&amp;lt;translate&amp;gt;Using Manjaro&amp;lt;/translate&amp;gt;]]&amp;lt;/nowiki&amp;gt;'''. Is there a reason for this? Or is there another method which will be used? Or must the language code added manually? Thanks! ---[[User:Megavolt|Megavolt]] ([[User talk:Megavolt|talk]]) 21:37, 27 March 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Switch to translated page automatically when available ==&lt;br /&gt;
&lt;br /&gt;
Hello,&lt;br /&gt;
it would be nice if the translate extension would grab the language of ULS and switch automatically to the translated page if available:&lt;br /&gt;
&lt;br /&gt;
 $wgTranslatePageTranslationULS = true&lt;br /&gt;
&lt;br /&gt;
Also nice: geolocate the country and switch to the interface language automatically... (at least for logged users)&lt;br /&gt;
&lt;br /&gt;
 $wgULSGeoService = true;&lt;br /&gt;
&lt;br /&gt;
--[[User:Megavolt|Megavolt]] ([[User talk:Megavolt|talk]]) 07:51, 31 March 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Thanks, I set the settings. I am not sure it works. --[[User:Oguzkagan|Oguzkagan]] 12:05, 03 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Thank you! So good, so far. If I change my language at ULS, it changes also the to the translated text. Now the internal links must contain '''&amp;lt;nowiki&amp;gt;Special:MyLanguage/&amp;lt;/nowiki&amp;gt;'''. So that if the language has been changed, it will detect the selected language and forward to the page of the same language if available, otherwise it will choose the original page. Maybe '''UILangCode''' can be also used in some use cases? Since it grabs the lang code of the interface automatically? Could be useful for transcluding templates of different languages.  --[[User:Megavolt|Megavolt]] ([[User talk:Megavolt|talk]]) 13:24, 3 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
== LXQt kwin &amp;quot;migration&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
Hello Oguzkagan,&lt;br /&gt;
&lt;br /&gt;
also very new to the wiki. Currently I cannot confirm my email (wiki server says &amp;quot;invalid e-mail address&amp;quot;). Guess that's why I don't get mail notifications as well so it's a &amp;quot;hit and miss&amp;quot; game.&lt;br /&gt;
&lt;br /&gt;
Anyway can you please confirm on the LXQt &amp;amp; kwin wiki pages?&lt;br /&gt;
My first try carried some &amp;quot;misleading&amp;quot; information, which I have corrected right away.&lt;br /&gt;
&lt;br /&gt;
Thanks, Nils&lt;br /&gt;
&lt;br /&gt;
 : I will check the mail issue. Thanks.&lt;br /&gt;
&lt;br /&gt;
== Owner approval (=you) required ==&lt;br /&gt;
&lt;br /&gt;
Hello Oguzkagan,&lt;br /&gt;
&lt;br /&gt;
I'd like to change the main page and:&lt;br /&gt;
* move the &amp;quot;What's new&amp;quot; and stuff like that to the bottom of the page as that's only interesting for contributors to the wiki, but not the users. (Yeah, I know: that's shooting ourselves in the foot, but it's more productive for the end-users)&lt;br /&gt;
* add a new section to the == Getting started == (I.E. &amp;quot;Manjaro for Windows users&amp;quot;) to include the Forum N00B guide here: https://forum.manjaro.org/t/howto-become-a-manjaro-power-user-when-youre-a-wizard-at-windows-but-a-n00b-at-manjaro-linux/13646&lt;br /&gt;
&lt;br /&gt;
Thoughts?&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=User_talk:Oguzkagan&amp;diff=28545</id>
		<title>User talk:Oguzkagan</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=User_talk:Oguzkagan&amp;diff=28545"/>
		<updated>2021-09-12T08:04:21Z</updated>

		<summary type="html">&lt;p&gt;Fabby: /* Owner approval (=you) required */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello Oguzkagan!&lt;br /&gt;
&lt;br /&gt;
I am pretty new here and tried to do some translations into German, but well, none of them were saved. Is this feature still in testing? I used the translate extension some months ago on a wiki for testing and there must be running runJobs.php constantly so that the translation at  Special:Translate would save it immediately.&lt;br /&gt;
&lt;br /&gt;
I don't know who is responsibly for this, so i start now at your discussion page, because I saw you in the logs recently.&lt;br /&gt;
&lt;br /&gt;
Best regards&lt;br /&gt;
&lt;br /&gt;
[[User:Megavolt|Megavolt]] ([[User talk:Megavolt|talk]]) 04:21, 27 March 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: Thanks for feedback. I broke something when I fixed a few things :). I have been fixed translate problem. Also, I gave you the translator right so moderation extension will not to hinder you. --[[User:Oguzkagan|Oguzkagan]] 12:05, 27 March 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Thanks for your effort. It works now. --[[User:Megavolt|Megavolt]] ([[User talk:Megavolt|talk]]) 20:11, 27 March 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
== language links ==&lt;br /&gt;
&lt;br /&gt;
I started to translate the Main Page, but I saw that internal links like '''&amp;lt;nowiki&amp;gt;[[Using Manjaro for Beginners|Using Manjaro]]&amp;lt;/nowiki&amp;gt;''' not using the &amp;quot;Special:MyLanguage/&amp;quot; like this:  '''&amp;lt;nowiki&amp;gt;[[Special:MyLanguage/Using Manjaro for Beginners|&amp;lt;translate&amp;gt;Using Manjaro&amp;lt;/translate&amp;gt;]]&amp;lt;/nowiki&amp;gt;'''. Is there a reason for this? Or is there another method which will be used? Or must the language code added manually? Thanks! ---[[User:Megavolt|Megavolt]] ([[User talk:Megavolt|talk]]) 21:37, 27 March 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Switch to translated page automatically when available ==&lt;br /&gt;
&lt;br /&gt;
Hello,&lt;br /&gt;
it would be nice if the translate extension would grab the language of ULS and switch automatically to the translated page if available:&lt;br /&gt;
&lt;br /&gt;
 $wgTranslatePageTranslationULS = true&lt;br /&gt;
&lt;br /&gt;
Also nice: geolocate the country and switch to the interface language automatically... (at least for logged users)&lt;br /&gt;
&lt;br /&gt;
 $wgULSGeoService = true;&lt;br /&gt;
&lt;br /&gt;
--[[User:Megavolt|Megavolt]] ([[User talk:Megavolt|talk]]) 07:51, 31 March 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Thanks, I set the settings. I am not sure it works. --[[User:Oguzkagan|Oguzkagan]] 12:05, 03 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Thank you! So good, so far. If I change my language at ULS, it changes also the to the translated text. Now the internal links must contain '''&amp;lt;nowiki&amp;gt;Special:MyLanguage/&amp;lt;/nowiki&amp;gt;'''. So that if the language has been changed, it will detect the selected language and forward to the page of the same language if available, otherwise it will choose the original page. Maybe '''UILangCode''' can be also used in some use cases? Since it grabs the lang code of the interface automatically? Could be useful for transcluding templates of different languages.  --[[User:Megavolt|Megavolt]] ([[User talk:Megavolt|talk]]) 13:24, 3 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
== LXQt kwin &amp;quot;migration&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
Hello Oguzkagan,&lt;br /&gt;
&lt;br /&gt;
also very new to the wiki. Currently I cannot confirm my email (wiki server says &amp;quot;invalid e-mail address&amp;quot;). Guess that's why I don't get mail notifications as well so it's a &amp;quot;hit and miss&amp;quot; game.&lt;br /&gt;
&lt;br /&gt;
Anyway can you please confirm on the LXQt &amp;amp; kwin wiki pages?&lt;br /&gt;
My first try carried some &amp;quot;misleading&amp;quot; information, which I have corrected right away.&lt;br /&gt;
&lt;br /&gt;
Thanks, Nils&lt;br /&gt;
&lt;br /&gt;
 : I will check the mail issue. Thanks.&lt;br /&gt;
&lt;br /&gt;
== Owner approval (=you) required ==&lt;br /&gt;
&lt;br /&gt;
Hello Oguzkagan,&lt;br /&gt;
&lt;br /&gt;
I'd like to change the main page and:&lt;br /&gt;
* move the &amp;quot;What's new&amp;quot; and stuff like that to the bottom of the page as that's only interesing for contributers to the wiki, but not the users. (Yeah, I know: that's shooting ourselves in the foot, but it's more productive for de end-users)&lt;br /&gt;
* add a new section to the == Getting started == (I.E. &amp;quot;Manjaro for Windows users&amp;quot;) to include the Forum N00B guide here: https://forum.manjaro.org/t/howto-become-a-manjaro-power-user-when-youre-a-wizard-at-windows-but-a-n00b-at-manjaro-linux/13646&lt;br /&gt;
&lt;br /&gt;
Thoughts?&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28544</id>
		<title>Main Page/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28544"/>
		<updated>2021-09-12T07:53:11Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Manjaro Logo--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Main page logo.png|center|300px]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{FlexBoxTemplate|Nouveautés - Les derniers changements|{{Special:RecentChanges/days=100,limit=12,hidebots}}|Actuellement il y a '''{{NUMBEROFARTICLES}}'''  articles ici qui vous attendent. }}|&lt;br /&gt;
&lt;br /&gt;
__TOC__|&lt;br /&gt;
9|&lt;br /&gt;
1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--========================================================================================--&amp;gt;&lt;br /&gt;
{{SectionTemplate|&lt;br /&gt;
1=Contenu de la page|&lt;br /&gt;
2=Pour la page qui liste tous les guides Wiki et tutoriaux classés par ordre Alphabétique cliquer [https://wiki.manjaro.org/index.php?title=Category:Contents_Page{{#translation:}} ici]|&lt;br /&gt;
3=Gtk-dialog-info.png&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- SECTIONS --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Bien débuter|&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Aperçu|&lt;br /&gt;
* '''[[Manjaro/fr|Aperçu Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
Divers articles pour répondre à toutes vos questions !&lt;br /&gt;
&lt;br /&gt;
* '''[[Using_Manjaro_for_Beginners/fr|Utiliser Manjaro pour les Débutants]]'''&lt;br /&gt;
&lt;br /&gt;
Nouveau sur Manjaro ? Débuter ici l’aperçu&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Online et Support|&lt;br /&gt;
* '''[[Manjaro Online/fr|Manjaro Online]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Notre forum, Twitter, Reddit, et Facebook.''&lt;br /&gt;
&lt;br /&gt;
* '''[https://t.me/manjaro_official Manjaro avec Telegram]'''&lt;br /&gt;
&lt;br /&gt;
: ''Support direct pour les utilisateurs Manjaro''&lt;br /&gt;
|Dragon-ball-online-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Télécharger Manjaro|&lt;br /&gt;
* '''[[Download Manjaro|Télécharger Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Où trouver les dernières et meilleures parutions de Manjaro.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Check a Downloaded ISO Image For Errors|Vérifier l'Intégrité d'une image ISO téléchargée]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vérifier l'intégrité de votre téléchargement Manjaro sous Linux et Windows.''&lt;br /&gt;
|Emblem-downloads.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Installation|&lt;br /&gt;
* '''[[Burn an ISO File|Graver un fichier ISO]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Graver Manjaro sur CD/DVD ou une clé USB avec Linux ou Windows.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Installation Guides|Guide d’Installation Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Guides d'installation et de partitionnement pour utilisateurs débutants et expérimentés.''&lt;br /&gt;
|System-os-installer.png}}|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Personnalisation et configuration|&lt;br /&gt;
&amp;lt;!-- First --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* '''[[BIOS and UEFI|BIOS et UEFI]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment activer la virtualisation, exécutez Manjaro sur système Windows 10, et plus !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Display Managers / Login Screens|Gestionnaires d'affichage / Ecrans de connexion]]'''    &lt;br /&gt;
&lt;br /&gt;
: ''Installer, configurer ou encore contourner MDM, GDM, SDDM, LXDM ou SLiM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Fstab - Use SystemD automount|Fstab - utiliser SystemD automount]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Options SystemD et fstab pour monter un périphérique.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Make GRUB menu &amp;amp; boot-up/down fonts bigger|Faire un menu GRUB, Démarrage, et Police d’Extinction]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment agrandir la taille du boot, extinction et la police du menu GRUB.''&lt;br /&gt;
|System-shutdown.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|DEs (Environnement de Bureau) / WMs (Gestionnaire de Fenêtres)|&lt;br /&gt;
* '''[[Basic Tips for conky|Conky - Astuces Basiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Conky peut afficher pas mal d’informations utiles sur votre bureau. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Desktop Environments|Environnement de Bureaux et Gestionnaires de fenêtres]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer les bureaux populaires et appliquer des configurations spécifiques.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Qt app's to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Qt pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications QT correspondent au thème GTK+ DE/WM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Java apps to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Java pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications Java permettent les thèmes GTK+ DE/WM.''&lt;br /&gt;
|Preferences-desktop-theme-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* '''[[Repositories and Servers|Dépôts et serveurs]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Modifier les dépôts, rechercher les miroirs plus rapides, etc.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Pacman|Pacman]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Instructions pour utiliser le Gestionnaire de paquets et plus.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Graphical Software Managers|Gestionnaires d’Applications Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Il y a plusieurs gestionnaire applications graphiques conviviales disponibles ''!&lt;br /&gt;
&lt;br /&gt;
* '''[[Arch User Repository|Arch User Repository]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Découvrir et utiliser AUR.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Flatpak|Flatpak]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Etendez votre librairie d’applications en utilisant les Flatpaks''&lt;br /&gt;
&lt;br /&gt;
* '''[[Snap|Snap]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer et gérer les Snaps avec Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Software Applications|Applications]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Une collection d’astuces et de configurations pour plusieurs applications''&lt;br /&gt;
|X-content-unix-software.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel / MSM|&lt;br /&gt;
* '''[[Manjaro Settings Manager|Gestionnaire d'Options Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''MSM vous aide à gérer le Langage, Les Comptes Utilisateurs, Kernel, Date et Heure, Les Drivers de Carte Graphique, et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro Hardware Detection|Manjaro Détection de Matériel]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Noyaux et Drivers.(mhwd)''&lt;br /&gt;
&lt;br /&gt;
* '''[[Configure Graphics Cards|Configurer les cartes Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Voir, installer, supprimer, ou réinstaller les drivers GPU et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Power Management|Gestion de l'énergie]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vous avez une prise ? Non ?  Optimisez la batterie !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Printing|Impression]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installez les logiciels nécessaires et activez l'impression.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Wacom Tablet And Pen|Tablette Wacom Et Stylet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Configurer tablettes et stylets.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro-ARM|Manjaro-ARM]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Astuces pour les systèmes spécifiques ARM''&lt;br /&gt;
|Kali-hardware-hacking-trans.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fifth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Réseau / Internet|&lt;br /&gt;
* '''[[Internet Browsers|Navigateurs Internet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Sécurité, Personnalisation, et Configuration.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Firewalls|Pare-feux]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Pare-feux et sécurité avec Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Sync dynamic IP with openDNS service via ddclient|Synchroniser votre IP dynamique avec le service openDNS via ddclient]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour mettre a jour votre IP dynamique pour le service openDNS.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard and Mouse Sharing|Partage de Clavier et Souris]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser une souris et un clavier avec plusieurs machines et systèmes exploitations.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Networking|Réseau]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Gestion du réseau''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using Samba in your File Manager|Utiliser Samba avec un Gestionnaire de Fichiers]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment installer le partage Samba dans votre réseau.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Sharing files with Python|Partage de fichiers avec Python]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser Python pour construire un réseau de partage de fichiers.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using autofs (automount) with NFS|Utiliser autofs (automount) avec NFS]]''' &lt;br /&gt;
&lt;br /&gt;
: ''L'une des nombreuses façons de monter des partages..''&lt;br /&gt;
|Preferences-system-network.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- sixth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Système / Divers|&lt;br /&gt;
* '''[[Manjaro Polkit Rules|Règles de Sécurités Manjaro]]''' &lt;br /&gt;
&lt;br /&gt;
: ''La stratégie de sécurité implémentée par Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Add a Storage Partition &amp;amp; Modify your System to Suit|Ajouter du Stockage sur une Partition &amp;amp; Modifier votre Système]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment diminuer ou ajouter une partition &amp;amp; construire Manjaro comme vous le voulez.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Aliases in .bashrc|Alias avec bash]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Raccourcies pour votre terminal.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Developer Tools|Outils de développement]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ensemble d’outils utilisés par les développeurs Manjaro et utilisateurs avancés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[File Systems| Systèmes de Fichiers]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Information sur systèmes de fichiers différents, comment ils fonctionnent, et comment les utiliser.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Swap|Gestion du Swap]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Tout à propos du swap''&lt;br /&gt;
&lt;br /&gt;
* '''[[Limit the size of .log files &amp;amp; the journal|Gestion de la taille du Journal Systemd &amp;amp; des fichiers .log]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Gérer le Journal Systemd's &amp;amp; les fichiers syslog /var/log/*log.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Linux Security|Sécurité Linux]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Informations sur root et les mots de passes.''&lt;br /&gt;
&lt;br /&gt;
* '''[[How to mount Windows (NTFS) filesystem due to hibernation|Comment monter le système de fichiers Windows (NTFS) en raison de l'hibernation]]'''&lt;br /&gt;
&lt;br /&gt;
: '' Solutions et contournements pour différentes versions de Windows. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard_Shortcuts|Raccourcis Clavier]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ajouter des raccourcis clavier personnalisés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Viewing and editing configuration files|Visualiser et éditer les fichiers de configuration]]'''&lt;br /&gt;
&lt;br /&gt;
: ''‎Comment visualiser et modifier des fichiers dans chaque édition Manjaro‎.''&lt;br /&gt;
|Xfce4-settings.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Résolution des problèmes|&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* [[Restore the GRUB Bootloader|Restaurer le Démarrage GRUB]]&lt;br /&gt;
&lt;br /&gt;
:  ''‎Vous ne pouvez pas démarrer Manjaro ? Vous pouvez être en mesure de réparer plutôt que de réinstaller !‎''&lt;br /&gt;
&lt;br /&gt;
* [[Préserver le Manjaro Bootloader|Préserver le  Bootloader de Manjaro]]&lt;br /&gt;
&lt;br /&gt;
:  ''Empêcher le GRUB de Manjaro d'être remplacé.''&lt;br /&gt;
&lt;br /&gt;
* [[Kernel Fails to Load (pata_acpi error)|Le Noyau ne se Charge pas / &amp;quot;Unable to Find Device&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour le problème qui affecte certains ordinateurs qui utilisent les chipsets JMicron.''&lt;br /&gt;
|Breeze-settings.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Bureau|&lt;br /&gt;
* [[Various screen tearing fixes|Diverses corrections de déchirure d'écran ]]&lt;br /&gt;
&lt;br /&gt;
: ''Espérons que l'un de ces conseils résoudra votre problème de déchirure d'écran.''&lt;br /&gt;
&lt;br /&gt;
* [[DMenu - warning: no locale support|Avertissement DMenu: no locale support]]&lt;br /&gt;
&lt;br /&gt;
: ''Un fix pour l'erreur &amp;quot;no locale support&amp;quot;  dans dmenu.''&lt;br /&gt;
|Preferences-desktop-theme-applications.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* [[pacman troubleshooting|Problèmes courants et dépannage de Pacman ]]&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;GPGME_error:_No_data&amp;quot; Error|Erreur &amp;quot;GPGME_error:_No_data&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Unable to lock database&amp;quot; Error|Erreur &amp;quot;Unable to lock database&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Failed to commit transaction (invalid or corrupted package)&amp;quot; Error|Erreur &amp;quot;Invalid or corrupted package&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman_troubleshooting#&amp;quot;Configuration_file...not recognized&amp;quot; Error|Erreur &amp;quot;Configuration file...not recognized&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#Conflicting files - FILENAME exists in filesystem|Erreur &amp;quot;Conflicting files - FILENAME exists in filesystem&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
|X-system-software-sources.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel|&lt;br /&gt;
* [[Reactivating the Backlight|La Luminosité de l'écran est trop Sombre ou trop Faible]]&lt;br /&gt;
&lt;br /&gt;
: ''La solution à un problème qui affecte particulièrement certaines marques d'ordinateurs portables''.&lt;br /&gt;
&lt;br /&gt;
* [[Did X.server recognise your monitor correctly?|Server X a-t-il correctement reconnu votre moniteur ?]]&lt;br /&gt;
&lt;br /&gt;
: ''Un test rapide dans le Terminal''.&lt;br /&gt;
&lt;br /&gt;
* [[ALSA|Advanced Linux Sound Architecture (ALSA)]]&lt;br /&gt;
&lt;br /&gt;
: ''Dépannage des problèmes courants liés à ALSA''.&lt;br /&gt;
|Yast-hardware.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Plus|&lt;br /&gt;
{{SubContentTemplate|Aide|&lt;br /&gt;
* [//www.mediawiki.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
&lt;br /&gt;
: ''Guide de l'utilisateur complet sur tous les aspects de la création et de la maintenance de Wiki.'' &lt;br /&gt;
|Application-vnd.ms-htmlhelp.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Autres|&lt;br /&gt;
* [[Basic Submission Rules|Règles de Bases de Soumissions]]&lt;br /&gt;
&lt;br /&gt;
: ''Comment créer un compte, et les choses à faire et à ne pas faire pour les contributeurs Wiki.''&lt;br /&gt;
&lt;br /&gt;
* [[Contributing|Contribuer]]&lt;br /&gt;
&lt;br /&gt;
: ''Point de départ pour ceux et celles qui désirent contribuer au wiki.''&lt;br /&gt;
|Caffeine.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- to early now [[Category:Top level{{#translation:}}]] --&amp;gt;&lt;br /&gt;
[[Category:Top level{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Main_Page/362/fr&amp;diff=28543</id>
		<title>Translations:Main Page/362/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Main_Page/362/fr&amp;diff=28543"/>
		<updated>2021-09-12T07:53:09Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[DMenu - warning: no locale support|Avertissement DMenu: no locale support]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28542</id>
		<title>Main Page/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28542"/>
		<updated>2021-09-12T07:52:14Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Manjaro Logo--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Main page logo.png|center|300px]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{FlexBoxTemplate|Nouveautés - Les derniers changements|{{Special:RecentChanges/days=100,limit=12,hidebots}}|Actuellement il y a '''{{NUMBEROFARTICLES}}'''  articles ici qui vous attendent. }}|&lt;br /&gt;
&lt;br /&gt;
__TOC__|&lt;br /&gt;
9|&lt;br /&gt;
1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--========================================================================================--&amp;gt;&lt;br /&gt;
{{SectionTemplate|&lt;br /&gt;
1=Contenu de la page|&lt;br /&gt;
2=Pour la page qui liste tous les guides Wiki et tutoriaux classés par ordre Alphabétique cliquer [https://wiki.manjaro.org/index.php?title=Category:Contents_Page{{#translation:}} ici]|&lt;br /&gt;
3=Gtk-dialog-info.png&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- SECTIONS --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Bien débuter|&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Aperçu|&lt;br /&gt;
* '''[[Manjaro/fr|Aperçu Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
Divers articles pour répondre à toutes vos questions !&lt;br /&gt;
&lt;br /&gt;
* '''[[Using_Manjaro_for_Beginners/fr|Utiliser Manjaro pour les Débutants]]'''&lt;br /&gt;
&lt;br /&gt;
Nouveau sur Manjaro ? Débuter ici l’aperçu&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Online et Support|&lt;br /&gt;
* '''[[Manjaro Online/fr|Manjaro Online]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Notre forum, Twitter, Reddit, et Facebook.''&lt;br /&gt;
&lt;br /&gt;
* '''[https://t.me/manjaro_official Manjaro avec Telegram]'''&lt;br /&gt;
&lt;br /&gt;
: ''Support direct pour les utilisateurs Manjaro''&lt;br /&gt;
|Dragon-ball-online-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Télécharger Manjaro|&lt;br /&gt;
* '''[[Download Manjaro|Télécharger Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Où trouver les dernières et meilleures parutions de Manjaro.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Check a Downloaded ISO Image For Errors|Vérifier l'Intégrité d'une image ISO téléchargée]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vérifier l'intégrité de votre téléchargement Manjaro sous Linux et Windows.''&lt;br /&gt;
|Emblem-downloads.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Installation|&lt;br /&gt;
* '''[[Burn an ISO File|Graver un fichier ISO]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Graver Manjaro sur CD/DVD ou une clé USB avec Linux ou Windows.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Installation Guides|Guide d’Installation Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Guides d'installation et de partitionnement pour utilisateurs débutants et expérimentés.''&lt;br /&gt;
|System-os-installer.png}}|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Personnalisation et configuration|&lt;br /&gt;
&amp;lt;!-- First --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* '''[[BIOS and UEFI|BIOS et UEFI]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment activer la virtualisation, exécutez Manjaro sur système Windows 10, et plus !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Display Managers / Login Screens|Gestionnaires d'affichage / Ecrans de connexion]]'''    &lt;br /&gt;
&lt;br /&gt;
: ''Installer, configurer ou encore contourner MDM, GDM, SDDM, LXDM ou SLiM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Fstab - Use SystemD automount|Fstab - utiliser SystemD automount]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Options SystemD et fstab pour monter un périphérique.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Make GRUB menu &amp;amp; boot-up/down fonts bigger|Faire un menu GRUB, Démarrage, et Police d’Extinction]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment agrandir la taille du boot, extinction et la police du menu GRUB.''&lt;br /&gt;
|System-shutdown.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|DEs (Environnement de Bureau) / WMs (Gestionnaire de Fenêtres)|&lt;br /&gt;
* '''[[Basic Tips for conky|Conky - Astuces Basiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Conky peut afficher pas mal d’informations utiles sur votre bureau. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Desktop Environments|Environnement de Bureaux et Gestionnaires de fenêtres]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer les bureaux populaires et appliquer des configurations spécifiques.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Qt app's to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Qt pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications QT correspondent au thème GTK+ DE/WM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Java apps to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Java pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications Java permettent les thèmes GTK+ DE/WM.''&lt;br /&gt;
|Preferences-desktop-theme-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* '''[[Repositories and Servers|Dépôts et serveurs]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Modifier les dépôts, rechercher les miroirs plus rapides, etc.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Pacman|Pacman]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Instructions pour utiliser le Gestionnaire de paquets et plus.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Graphical Software Managers|Gestionnaires d’Applications Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Il y a plusieurs gestionnaire applications graphiques conviviales disponibles ''!&lt;br /&gt;
&lt;br /&gt;
* '''[[Arch User Repository|Arch User Repository]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Découvrir et utiliser AUR.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Flatpak|Flatpak]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Etendez votre librairie d’applications en utilisant les Flatpaks''&lt;br /&gt;
&lt;br /&gt;
* '''[[Snap|Snap]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer et gérer les Snaps avec Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Software Applications|Applications]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Une collection d’astuces et de configurations pour plusieurs applications''&lt;br /&gt;
|X-content-unix-software.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel / MSM|&lt;br /&gt;
* '''[[Manjaro Settings Manager|Gestionnaire d'Options Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''MSM vous aide à gérer le Langage, Les Comptes Utilisateurs, Kernel, Date et Heure, Les Drivers de Carte Graphique, et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro Hardware Detection|Manjaro Détection de Matériel]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Noyaux et Drivers.(mhwd)''&lt;br /&gt;
&lt;br /&gt;
* '''[[Configure Graphics Cards|Configurer les cartes Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Voir, installer, supprimer, ou réinstaller les drivers GPU et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Power Management|Gestion de l'énergie]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vous avez une prise ? Non ?  Optimisez la batterie !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Printing|Impression]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installez les logiciels nécessaires et activez l'impression.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Wacom Tablet And Pen|Tablette Wacom Et Stylet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Configurer tablettes et stylets.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro-ARM|Manjaro-ARM]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Astuces pour les systèmes spécifiques ARM''&lt;br /&gt;
|Kali-hardware-hacking-trans.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fifth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Réseau / Internet|&lt;br /&gt;
* '''[[Internet Browsers|Navigateurs Internet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Sécurité, Personnalisation, et Configuration.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Firewalls|Pare-feux]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Pare-feux et sécurité avec Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Sync dynamic IP with openDNS service via ddclient|Synchroniser votre IP dynamique avec le service openDNS via ddclient]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour mettre a jour votre IP dynamique pour le service openDNS.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard and Mouse Sharing|Partage de Clavier et Souris]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser une souris et un clavier avec plusieurs machines et systèmes exploitations.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Networking|Réseau]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Gestion du réseau''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using Samba in your File Manager|Utiliser Samba avec un Gestionnaire de Fichiers]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment installer le partage Samba dans votre réseau.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Sharing files with Python|Partage de fichiers avec Python]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser Python pour construire un réseau de partage de fichiers.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using autofs (automount) with NFS|Utiliser autofs (automount) avec NFS]]''' &lt;br /&gt;
&lt;br /&gt;
: ''L'une des nombreuses façons de monter des partages..''&lt;br /&gt;
|Preferences-system-network.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- sixth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Système / Divers|&lt;br /&gt;
* '''[[Manjaro Polkit Rules|Règles de Sécurités Manjaro]]''' &lt;br /&gt;
&lt;br /&gt;
: ''La stratégie de sécurité implémentée par Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Add a Storage Partition &amp;amp; Modify your System to Suit|Ajouter du Stockage sur une Partition &amp;amp; Modifier votre Système]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment diminuer ou ajouter une partition &amp;amp; construire Manjaro comme vous le voulez.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Aliases in .bashrc|Alias avec bash]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Raccourcies pour votre terminal.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Developer Tools|Outils de développement]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ensemble d’outils utilisés par les développeurs Manjaro et utilisateurs avancés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[File Systems| Systèmes de Fichiers]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Information sur systèmes de fichiers différents, comment ils fonctionnent, et comment les utiliser.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Swap|Gestion du Swap]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Tout à propos du swap''&lt;br /&gt;
&lt;br /&gt;
* '''[[Limit the size of .log files &amp;amp; the journal|Gestion de la taille du Journal Systemd &amp;amp; des fichiers .log]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Gérer le Journal Systemd's &amp;amp; les fichiers syslog /var/log/*log.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Linux Security|Sécurité Linux]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Informations sur root et les mots de passes.''&lt;br /&gt;
&lt;br /&gt;
* '''[[How to mount Windows (NTFS) filesystem due to hibernation|Comment monter le système de fichiers Windows (NTFS) en raison de l'hibernation]]'''&lt;br /&gt;
&lt;br /&gt;
: '' Solutions et contournements pour différentes versions de Windows. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard_Shortcuts|Raccourcis Clavier]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ajouter des raccourcis clavier personnalisés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Viewing and editing configuration files|Visualiser et éditer les fichiers de configuration]]'''&lt;br /&gt;
&lt;br /&gt;
: ''‎Comment visualiser et modifier des fichiers dans chaque édition Manjaro‎.''&lt;br /&gt;
|Xfce4-settings.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Résolution des problèmes|&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* [[Restore the GRUB Bootloader|Restaurer le Démarrage GRUB]]&lt;br /&gt;
&lt;br /&gt;
:  ''‎Vous ne pouvez pas démarrer Manjaro ? Vous pouvez être en mesure de réparer plutôt que de réinstaller !‎''&lt;br /&gt;
&lt;br /&gt;
* [[Préserver le Manjaro Bootloader|Préserver le  Bootloader de Manjaro]]&lt;br /&gt;
&lt;br /&gt;
:  ''Empêcher le GRUB de Manjaro d'être remplacé.''&lt;br /&gt;
&lt;br /&gt;
* [[Kernel Fails to Load (pata_acpi error)|Le Noyau ne se Charge pas / &amp;quot;Unable to Find Device&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour le problème qui affecte certains ordinateurs qui utilisent les chipsets JMicron.''&lt;br /&gt;
|Breeze-settings.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Bureau|&lt;br /&gt;
* [[Various screen tearing fixes|Diverses corrections de déchirure d'écran ]]&lt;br /&gt;
&lt;br /&gt;
: ''Espérons que l'un de ces conseils résoudra votre problème de déchirure d'écran.''&lt;br /&gt;
&lt;br /&gt;
* [[DMenu - warning: no locale support|DMenu - warning: no locale support]]&lt;br /&gt;
&lt;br /&gt;
: ''Un fix pour l'erreur &amp;quot;no locale support&amp;quot;  dans dmenu.''&lt;br /&gt;
|Preferences-desktop-theme-applications.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* [[pacman troubleshooting|Problèmes courants et dépannage de Pacman ]]&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;GPGME_error:_No_data&amp;quot; Error|Erreur &amp;quot;GPGME_error:_No_data&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Unable to lock database&amp;quot; Error|Erreur &amp;quot;Unable to lock database&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Failed to commit transaction (invalid or corrupted package)&amp;quot; Error|Erreur &amp;quot;Invalid or corrupted package&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman_troubleshooting#&amp;quot;Configuration_file...not recognized&amp;quot; Error|Erreur &amp;quot;Configuration file...not recognized&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#Conflicting files - FILENAME exists in filesystem|Erreur &amp;quot;Conflicting files - FILENAME exists in filesystem&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
|X-system-software-sources.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel|&lt;br /&gt;
* [[Reactivating the Backlight|La Luminosité de l'écran est trop Sombre ou trop Faible]]&lt;br /&gt;
&lt;br /&gt;
: ''La solution à un problème qui affecte particulièrement certaines marques d'ordinateurs portables''.&lt;br /&gt;
&lt;br /&gt;
* [[Did X.server recognise your monitor correctly?|Server X a-t-il correctement reconnu votre moniteur ?]]&lt;br /&gt;
&lt;br /&gt;
: ''Un test rapide dans le Terminal''.&lt;br /&gt;
&lt;br /&gt;
* [[ALSA|Advanced Linux Sound Architecture (ALSA)]]&lt;br /&gt;
&lt;br /&gt;
: ''Dépannage des problèmes courants liés à ALSA''.&lt;br /&gt;
|Yast-hardware.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Plus|&lt;br /&gt;
{{SubContentTemplate|Aide|&lt;br /&gt;
* [//www.mediawiki.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
&lt;br /&gt;
: ''Guide de l'utilisateur complet sur tous les aspects de la création et de la maintenance de Wiki.'' &lt;br /&gt;
|Application-vnd.ms-htmlhelp.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Autres|&lt;br /&gt;
* [[Basic Submission Rules|Règles de Bases de Soumissions]]&lt;br /&gt;
&lt;br /&gt;
: ''Comment créer un compte, et les choses à faire et à ne pas faire pour les contributeurs Wiki.''&lt;br /&gt;
&lt;br /&gt;
* [[Contributing|Contribuer]]&lt;br /&gt;
&lt;br /&gt;
: ''Point de départ pour ceux et celles qui désirent contribuer au wiki.''&lt;br /&gt;
|Caffeine.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- to early now [[Category:Top level{{#translation:}}]] --&amp;gt;&lt;br /&gt;
[[Category:Top level{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Main_Page/315/fr&amp;diff=28541</id>
		<title>Translations:Main Page/315/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Main_Page/315/fr&amp;diff=28541"/>
		<updated>2021-09-12T07:52:10Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;: ''Pare-feux et sécurité avec Manjaro''&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28540</id>
		<title>Main Page/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28540"/>
		<updated>2021-09-12T07:50:01Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Manjaro Logo--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Main page logo.png|center|300px]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{FlexBoxTemplate|Nouveautés - Les derniers changements|{{Special:RecentChanges/days=100,limit=12,hidebots}}|Actuellement il y a '''{{NUMBEROFARTICLES}}'''  articles ici qui vous attendent. }}|&lt;br /&gt;
&lt;br /&gt;
__TOC__|&lt;br /&gt;
9|&lt;br /&gt;
1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--========================================================================================--&amp;gt;&lt;br /&gt;
{{SectionTemplate|&lt;br /&gt;
1=Contenu de la page|&lt;br /&gt;
2=Pour la page qui liste tous les guides Wiki et tutoriaux classés par ordre Alphabétique cliquer [https://wiki.manjaro.org/index.php?title=Category:Contents_Page{{#translation:}} ici]|&lt;br /&gt;
3=Gtk-dialog-info.png&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- SECTIONS --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Bien débuter|&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Aperçu|&lt;br /&gt;
* '''[[Manjaro/fr|Aperçu Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
Divers articles pour répondre à toutes vos questions !&lt;br /&gt;
&lt;br /&gt;
* '''[[Using_Manjaro_for_Beginners/fr|Utiliser Manjaro pour les Débutants]]'''&lt;br /&gt;
&lt;br /&gt;
Nouveau sur Manjaro ? Débuter ici l’aperçu&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Online et Support|&lt;br /&gt;
* '''[[Manjaro Online/fr|Manjaro Online]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Notre forum, Twitter, Reddit, et Facebook.''&lt;br /&gt;
&lt;br /&gt;
* '''[https://t.me/manjaro_official Manjaro avec Telegram]'''&lt;br /&gt;
&lt;br /&gt;
: ''Support direct pour les utilisateurs Manjaro''&lt;br /&gt;
|Dragon-ball-online-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Télécharger Manjaro|&lt;br /&gt;
* '''[[Download Manjaro|Télécharger Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Où trouver les dernières et meilleures parutions de Manjaro.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Check a Downloaded ISO Image For Errors|Vérifier l'Intégrité d'une image ISO téléchargée]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vérifier l'intégrité de votre téléchargement Manjaro sous Linux et Windows.''&lt;br /&gt;
|Emblem-downloads.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Installation|&lt;br /&gt;
* '''[[Burn an ISO File|Graver un fichier ISO]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Graver Manjaro sur CD/DVD ou une clé USB avec Linux ou Windows.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Installation Guides|Guide d’Installation Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Guides d'installation et de partitionnement pour utilisateurs débutants et expérimentés.''&lt;br /&gt;
|System-os-installer.png}}|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Personnalisation et configuration|&lt;br /&gt;
&amp;lt;!-- First --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* '''[[BIOS and UEFI|BIOS et UEFI]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment activer la virtualisation, exécutez Manjaro sur système Windows 10, et plus !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Display Managers / Login Screens|Gestionnaires d'affichage / Ecrans de connexion]]'''    &lt;br /&gt;
&lt;br /&gt;
: ''Installer, configurer ou encore contourner MDM, GDM, SDDM, LXDM ou SLiM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Fstab - Use SystemD automount|Fstab - utiliser SystemD automount]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Options SystemD et fstab pour monter un périphérique.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Make GRUB menu &amp;amp; boot-up/down fonts bigger|Faire un menu GRUB, Démarrage, et Police d’Extinction]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment agrandir la taille du boot, extinction et la police du menu GRUB.''&lt;br /&gt;
|System-shutdown.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|DEs (Environnement de Bureau) / WMs (Gestionnaire de Fenêtres)|&lt;br /&gt;
* '''[[Basic Tips for conky|Conky - Astuces Basiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Conky peut afficher pas mal d’informations utiles sur votre bureau. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Desktop Environments|Environnement de Bureaux et Gestionnaires de fenêtres]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer les bureaux populaires et appliquer des configurations spécifiques.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Qt app's to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Qt pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications QT correspondent au thème GTK+ DE/WM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Java apps to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Java pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications Java permettent les thèmes GTK+ DE/WM.''&lt;br /&gt;
|Preferences-desktop-theme-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* '''[[Repositories and Servers|Dépôts et serveurs]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Modifier les dépôts, rechercher les miroirs plus rapides, etc.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Pacman|Pacman]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Instructions pour utiliser le Gestionnaire de paquets et plus.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Graphical Software Managers|Gestionnaires d’Applications Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Il y a plusieurs gestionnaire applications graphiques conviviales disponibles ''!&lt;br /&gt;
&lt;br /&gt;
* '''[[Arch User Repository|Arch User Repository]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Découvrir et utiliser AUR.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Flatpak|Flatpak]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Etendez votre librairie d’applications en utilisant les Flatpaks''&lt;br /&gt;
&lt;br /&gt;
* '''[[Snap|Snap]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer et gérer les Snaps avec Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Software Applications|Applications]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Une collection d’astuces et de configurations pour plusieurs applications''&lt;br /&gt;
|X-content-unix-software.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel / MSM|&lt;br /&gt;
* '''[[Manjaro Settings Manager|Gestionnaire d'Options Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''MSM vous aide à gérer le Langage, Les Comptes Utilisateurs, Kernel, Date et Heure, Les Drivers de Carte Graphique, et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro Hardware Detection|Manjaro Détection de Matériel]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Noyaux et Drivers.(mhwd)''&lt;br /&gt;
&lt;br /&gt;
* '''[[Configure Graphics Cards|Configurer les cartes Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Voir, installer, supprimer, ou réinstaller les drivers GPU et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Power Management|Gestion de l'énergie]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vous avez une prise ? Non ?  Optimisez la batterie !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Printing|Impression]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installez les logiciels nécessaires et activez l'impression.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Wacom Tablet And Pen|Tablette Wacom Et Stylet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Configurer tablettes et stylets.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro-ARM|Manjaro-ARM]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Astuces pour les systèmes spécifiques ARM''&lt;br /&gt;
|Kali-hardware-hacking-trans.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fifth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Réseau / Internet|&lt;br /&gt;
* '''[[Internet Browsers|Navigateurs Internet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Sécurité, Personnalisation, et Configuration.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Firewalls|Pare-feux]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Pare-feux avec Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Sync dynamic IP with openDNS service via ddclient|Synchroniser votre IP dynamique avec le service openDNS via ddclient]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour mettre a jour votre IP dynamique pour le service openDNS.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard and Mouse Sharing|Partage de Clavier et Souris]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser une souris et un clavier avec plusieurs machines et systèmes exploitations.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Networking|Réseau]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Gestion du réseau''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using Samba in your File Manager|Utiliser Samba avec un Gestionnaire de Fichiers]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment installer le partage Samba dans votre réseau.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Sharing files with Python|Partage de fichiers avec Python]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser Python pour construire un réseau de partage de fichiers.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using autofs (automount) with NFS|Utiliser autofs (automount) avec NFS]]''' &lt;br /&gt;
&lt;br /&gt;
: ''L'une des nombreuses façons de monter des partages..''&lt;br /&gt;
|Preferences-system-network.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- sixth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Système / Divers|&lt;br /&gt;
* '''[[Manjaro Polkit Rules|Règles de Sécurités Manjaro]]''' &lt;br /&gt;
&lt;br /&gt;
: ''La stratégie de sécurité implémentée par Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Add a Storage Partition &amp;amp; Modify your System to Suit|Ajouter du Stockage sur une Partition &amp;amp; Modifier votre Système]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment diminuer ou ajouter une partition &amp;amp; construire Manjaro comme vous le voulez.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Aliases in .bashrc|Alias avec bash]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Raccourcies pour votre terminal.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Developer Tools|Outils de développement]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ensemble d’outils utilisés par les développeurs Manjaro et utilisateurs avancés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[File Systems| Systèmes de Fichiers]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Information sur systèmes de fichiers différents, comment ils fonctionnent, et comment les utiliser.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Swap|Gestion du Swap]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Tout à propos du swap''&lt;br /&gt;
&lt;br /&gt;
* '''[[Limit the size of .log files &amp;amp; the journal|Gestion de la taille du Journal Systemd &amp;amp; des fichiers .log]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Gérer le Journal Systemd's &amp;amp; les fichiers syslog /var/log/*log.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Linux Security|Sécurité Linux]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Informations sur root et les mots de passes.''&lt;br /&gt;
&lt;br /&gt;
* '''[[How to mount Windows (NTFS) filesystem due to hibernation|Comment monter le système de fichiers Windows (NTFS) en raison de l'hibernation]]'''&lt;br /&gt;
&lt;br /&gt;
: '' Solutions et contournements pour différentes versions de Windows. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard_Shortcuts|Raccourcis Clavier]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ajouter des raccourcis clavier personnalisés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Viewing and editing configuration files|Visualiser et éditer les fichiers de configuration]]'''&lt;br /&gt;
&lt;br /&gt;
: ''‎Comment visualiser et modifier des fichiers dans chaque édition Manjaro‎.''&lt;br /&gt;
|Xfce4-settings.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Résolution des problèmes|&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* [[Restore the GRUB Bootloader|Restaurer le Démarrage GRUB]]&lt;br /&gt;
&lt;br /&gt;
:  ''‎Vous ne pouvez pas démarrer Manjaro ? Vous pouvez être en mesure de réparer plutôt que de réinstaller !‎''&lt;br /&gt;
&lt;br /&gt;
* [[Préserver le Manjaro Bootloader|Préserver le  Bootloader de Manjaro]]&lt;br /&gt;
&lt;br /&gt;
:  ''Empêcher le GRUB de Manjaro d'être remplacé.''&lt;br /&gt;
&lt;br /&gt;
* [[Kernel Fails to Load (pata_acpi error)|Le Noyau ne se Charge pas / &amp;quot;Unable to Find Device&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour le problème qui affecte certains ordinateurs qui utilisent les chipsets JMicron.''&lt;br /&gt;
|Breeze-settings.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Bureau|&lt;br /&gt;
* [[Various screen tearing fixes|Diverses corrections de déchirure d'écran ]]&lt;br /&gt;
&lt;br /&gt;
: ''Espérons que l'un de ces conseils résoudra votre problème de déchirure d'écran.''&lt;br /&gt;
&lt;br /&gt;
* [[DMenu - warning: no locale support|DMenu - warning: no locale support]]&lt;br /&gt;
&lt;br /&gt;
: ''Un fix pour l'erreur &amp;quot;no locale support&amp;quot;  dans dmenu.''&lt;br /&gt;
|Preferences-desktop-theme-applications.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* [[pacman troubleshooting|Problèmes courants et dépannage de Pacman ]]&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;GPGME_error:_No_data&amp;quot; Error|Erreur &amp;quot;GPGME_error:_No_data&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Unable to lock database&amp;quot; Error|Erreur &amp;quot;Unable to lock database&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Failed to commit transaction (invalid or corrupted package)&amp;quot; Error|Erreur &amp;quot;Invalid or corrupted package&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman_troubleshooting#&amp;quot;Configuration_file...not recognized&amp;quot; Error|Erreur &amp;quot;Configuration file...not recognized&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#Conflicting files - FILENAME exists in filesystem|Erreur &amp;quot;Conflicting files - FILENAME exists in filesystem&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
|X-system-software-sources.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel|&lt;br /&gt;
* [[Reactivating the Backlight|La Luminosité de l'écran est trop Sombre ou trop Faible]]&lt;br /&gt;
&lt;br /&gt;
: ''La solution à un problème qui affecte particulièrement certaines marques d'ordinateurs portables''.&lt;br /&gt;
&lt;br /&gt;
* [[Did X.server recognise your monitor correctly?|Server X a-t-il correctement reconnu votre moniteur ?]]&lt;br /&gt;
&lt;br /&gt;
: ''Un test rapide dans le Terminal''.&lt;br /&gt;
&lt;br /&gt;
* [[ALSA|Advanced Linux Sound Architecture (ALSA)]]&lt;br /&gt;
&lt;br /&gt;
: ''Dépannage des problèmes courants liés à ALSA''.&lt;br /&gt;
|Yast-hardware.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Plus|&lt;br /&gt;
{{SubContentTemplate|Aide|&lt;br /&gt;
* [//www.mediawiki.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
&lt;br /&gt;
: ''Guide de l'utilisateur complet sur tous les aspects de la création et de la maintenance de Wiki.'' &lt;br /&gt;
|Application-vnd.ms-htmlhelp.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Autres|&lt;br /&gt;
* [[Basic Submission Rules|Règles de Bases de Soumissions]]&lt;br /&gt;
&lt;br /&gt;
: ''Comment créer un compte, et les choses à faire et à ne pas faire pour les contributeurs Wiki.''&lt;br /&gt;
&lt;br /&gt;
* [[Contributing|Contribuer]]&lt;br /&gt;
&lt;br /&gt;
: ''Point de départ pour ceux et celles qui désirent contribuer au wiki.''&lt;br /&gt;
|Caffeine.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- to early now [[Category:Top level{{#translation:}}]] --&amp;gt;&lt;br /&gt;
[[Category:Top level{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Main_Page/363/fr&amp;diff=28539</id>
		<title>Translations:Main Page/363/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Main_Page/363/fr&amp;diff=28539"/>
		<updated>2021-09-12T07:49:26Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;: ''Un fix pour l'erreur &amp;quot;no locale support&amp;quot;  dans dmenu.''&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28538</id>
		<title>Main Page/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28538"/>
		<updated>2021-09-12T07:47:36Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Manjaro Logo--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Main page logo.png|center|300px]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{FlexBoxTemplate|Nouveautés - Les derniers changements|{{Special:RecentChanges/days=100,limit=12,hidebots}}|Actuellement il y a '''{{NUMBEROFARTICLES}}'''  articles ici qui vous attendent. }}|&lt;br /&gt;
&lt;br /&gt;
__TOC__|&lt;br /&gt;
9|&lt;br /&gt;
1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--========================================================================================--&amp;gt;&lt;br /&gt;
{{SectionTemplate|&lt;br /&gt;
1=Contenu de la page|&lt;br /&gt;
2=Pour la page qui liste tous les guides Wiki et tutoriaux classés par ordre Alphabétique cliquer [https://wiki.manjaro.org/index.php?title=Category:Contents_Page{{#translation:}} ici]|&lt;br /&gt;
3=Gtk-dialog-info.png&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- SECTIONS --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Bien débuter|&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Aperçu|&lt;br /&gt;
* '''[[Manjaro/fr|Aperçu Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
Divers articles pour répondre à toutes vos questions !&lt;br /&gt;
&lt;br /&gt;
* '''[[Using_Manjaro_for_Beginners/fr|Utiliser Manjaro pour les Débutants]]'''&lt;br /&gt;
&lt;br /&gt;
Nouveau sur Manjaro ? Débuter ici l’aperçu&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Online et Support|&lt;br /&gt;
* '''[[Manjaro Online/fr|Manjaro Online]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Notre forum, Twitter, Reddit, et Facebook.''&lt;br /&gt;
&lt;br /&gt;
* '''[https://t.me/manjaro_official Manjaro avec Telegram]'''&lt;br /&gt;
&lt;br /&gt;
: ''Support direct pour les utilisateurs Manjaro''&lt;br /&gt;
|Dragon-ball-online-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Télécharger Manjaro|&lt;br /&gt;
* '''[[Download Manjaro|Télécharger Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Où trouver les dernières et meilleures parutions de Manjaro.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Check a Downloaded ISO Image For Errors|Vérifier l'Intégrité d'une image ISO téléchargée]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vérifier l'intégrité de votre téléchargement Manjaro sous Linux et Windows.''&lt;br /&gt;
|Emblem-downloads.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Installation|&lt;br /&gt;
* '''[[Burn an ISO File|Graver un fichier ISO]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Graver Manjaro sur CD/DVD ou une clé USB avec Linux ou Windows.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Installation Guides|Guide d’Installation Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Guides d'installation et de partitionnement pour utilisateurs débutants et expérimentés.''&lt;br /&gt;
|System-os-installer.png}}|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Personnalisation et configuration|&lt;br /&gt;
&amp;lt;!-- First --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* '''[[BIOS and UEFI|BIOS et UEFI]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment activer la virtualisation, exécutez Manjaro sur système Windows 10, et plus !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Display Managers / Login Screens|Gestionnaires d'affichage / Ecrans de connexion]]'''    &lt;br /&gt;
&lt;br /&gt;
: ''Installer, configurer ou encore contourner MDM, GDM, SDDM, LXDM ou SLiM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Fstab - Use SystemD automount|Fstab - utiliser SystemD automount]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Options SystemD et fstab pour monter un périphérique.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Make GRUB menu &amp;amp; boot-up/down fonts bigger|Faire un menu GRUB, Démarrage, et Police d’Extinction]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment agrandir la taille du boot, extinction et la police du menu GRUB.''&lt;br /&gt;
|System-shutdown.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|DEs (Environnement de Bureau) / WMs (Gestionnaire de Fenêtres)|&lt;br /&gt;
* '''[[Basic Tips for conky|Conky - Astuces Basiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Conky peut afficher pas mal d’informations utiles sur votre bureau. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Desktop Environments|Environnement de Bureaux et Gestionnaires de fenêtres]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer les bureaux populaires et appliquer des configurations spécifiques.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Qt app's to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Qt pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications QT correspondent au thème GTK+ DE/WM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Java apps to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Java pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications Java permettent les thèmes GTK+ DE/WM.''&lt;br /&gt;
|Preferences-desktop-theme-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* '''[[Repositories and Servers|Dépôts et serveurs]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Modifier les dépôts, rechercher les miroirs plus rapides, etc.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Pacman|Pacman]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Instructions pour utiliser le Gestionnaire de paquets et plus.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Graphical Software Managers|Gestionnaires d’Applications Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Il y a plusieurs gestionnaire applications graphiques conviviales disponibles ''!&lt;br /&gt;
&lt;br /&gt;
* '''[[Arch User Repository|Arch User Repository]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Découvrir et utiliser AUR.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Flatpak|Flatpak]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Etendez votre librairie d’applications en utilisant les Flatpaks''&lt;br /&gt;
&lt;br /&gt;
* '''[[Snap|Snap]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer et gérer les Snaps avec Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Software Applications|Applications]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Une collection d’astuces et de configurations pour plusieurs applications''&lt;br /&gt;
|X-content-unix-software.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel / MSM|&lt;br /&gt;
* '''[[Manjaro Settings Manager|Gestionnaire d'Options Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''MSM vous aide à gérer le Langage, Les Comptes Utilisateurs, Kernel, Date et Heure, Les Drivers de Carte Graphique, et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro Hardware Detection|Manjaro Détection de Matériel]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Noyaux et Drivers.(mhwd)''&lt;br /&gt;
&lt;br /&gt;
* '''[[Configure Graphics Cards|Configurer les cartes Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Voir, installer, supprimer, ou réinstaller les drivers GPU et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Power Management|Gestion de l'énergie]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vous avez une prise ? Non ?  Optimisez la batterie !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Printing|Impression]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installez les logiciels nécessaires et activez l'impression.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Wacom Tablet And Pen|Tablette Wacom Et Stylet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Configurer tablettes et stylets.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro-ARM|Manjaro-ARM]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Astuces pour les systèmes spécifiques ARM''&lt;br /&gt;
|Kali-hardware-hacking-trans.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fifth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Réseau / Internet|&lt;br /&gt;
* '''[[Internet Browsers|Navigateurs Internet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Sécurité, Personnalisation, et Configuration.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Firewalls|Pare-feux]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Pare-feux avec Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Sync dynamic IP with openDNS service via ddclient|Synchroniser votre IP dynamique avec le service openDNS via ddclient]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour mettre a jour votre IP dynamique pour le service openDNS.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard and Mouse Sharing|Partage de Clavier et Souris]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser une souris et un clavier avec plusieurs machines et systèmes exploitations.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Networking|Réseau]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Gestion du réseau''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using Samba in your File Manager|Utiliser Samba avec un Gestionnaire de Fichiers]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment installer le partage Samba dans votre réseau.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Sharing files with Python|Partage de fichiers avec Python]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser Python pour construire un réseau de partage de fichiers.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using autofs (automount) with NFS|Utiliser autofs (automount) avec NFS]]''' &lt;br /&gt;
&lt;br /&gt;
: ''L'une des nombreuses façons de monter des partages..''&lt;br /&gt;
|Preferences-system-network.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- sixth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Système / Divers|&lt;br /&gt;
* '''[[Manjaro Polkit Rules|Règles de Sécurités Manjaro]]''' &lt;br /&gt;
&lt;br /&gt;
: ''La stratégie de sécurité implémentée par Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Add a Storage Partition &amp;amp; Modify your System to Suit|Ajouter du Stockage sur une Partition &amp;amp; Modifier votre Système]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment diminuer ou ajouter une partition &amp;amp; construire Manjaro comme vous le voulez.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Aliases in .bashrc|Alias avec bash]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Raccourcies pour votre terminal.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Developer Tools|Outils de développement]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ensemble d’outils utilisés par les développeurs Manjaro et utilisateurs avancés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[File Systems| Systèmes de Fichiers]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Information sur systèmes de fichiers différents, comment ils fonctionnent, et comment les utiliser.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Swap|Gestion du Swap]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Tout à propos du swap''&lt;br /&gt;
&lt;br /&gt;
* '''[[Limit the size of .log files &amp;amp; the journal|Gestion de la taille du Journal Systemd &amp;amp; des fichiers .log]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Gérer le Journal Systemd's &amp;amp; les fichiers syslog /var/log/*log.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Linux Security|Sécurité Linux]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Informations sur root et les mots de passes.''&lt;br /&gt;
&lt;br /&gt;
* '''[[How to mount Windows (NTFS) filesystem due to hibernation|Comment monter le système de fichiers Windows (NTFS) en raison de l'hibernation]]'''&lt;br /&gt;
&lt;br /&gt;
: '' Solutions et contournements pour différentes versions de Windows. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard_Shortcuts|Raccourcis Clavier]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ajouter des raccourcis clavier personnalisés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Viewing and editing configuration files|Visualiser et éditer les fichiers de configuration]]'''&lt;br /&gt;
&lt;br /&gt;
: ''‎Comment visualiser et modifier des fichiers dans chaque édition Manjaro‎.''&lt;br /&gt;
|Xfce4-settings.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Résolution des problèmes|&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* [[Restore the GRUB Bootloader|Restaurer le Démarrage GRUB]]&lt;br /&gt;
&lt;br /&gt;
:  ''‎Vous ne pouvez pas démarrer Manjaro ? Vous pouvez être en mesure de réparer plutôt que de réinstaller !‎''&lt;br /&gt;
&lt;br /&gt;
* [[Préserver le Manjaro Bootloader|Préserver le  Bootloader de Manjaro]]&lt;br /&gt;
&lt;br /&gt;
:  ''Empêcher le GRUB de Manjaro d'être remplacé.''&lt;br /&gt;
&lt;br /&gt;
* [[Kernel Fails to Load (pata_acpi error)|Le Noyau ne se Charge pas / &amp;quot;Unable to Find Device&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour le problème qui affecte certains ordinateurs qui utilisent les chipsets JMicron.''&lt;br /&gt;
|Breeze-settings.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Bureau|&lt;br /&gt;
* [[Various screen tearing fixes|Diverses corrections de déchirure d'écran ]]&lt;br /&gt;
&lt;br /&gt;
: ''Espérons que l'un de ces conseils résoudra votre problème de déchirure d'écran.''&lt;br /&gt;
&lt;br /&gt;
* [[DMenu - warning: no locale support|DMenu - warning: no locale support]]&lt;br /&gt;
&lt;br /&gt;
: ''Un fix pour &amp;quot;no locale support&amp;quot; erreur dans dmenu.''&lt;br /&gt;
|Preferences-desktop-theme-applications.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* [[pacman troubleshooting|Problèmes courants et dépannage de Pacman ]]&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;GPGME_error:_No_data&amp;quot; Error|Erreur &amp;quot;GPGME_error:_No_data&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Unable to lock database&amp;quot; Error|Erreur &amp;quot;Unable to lock database&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Failed to commit transaction (invalid or corrupted package)&amp;quot; Error|Erreur &amp;quot;Invalid or corrupted package&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman_troubleshooting#&amp;quot;Configuration_file...not recognized&amp;quot; Error|Erreur &amp;quot;Configuration file...not recognized&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#Conflicting files - FILENAME exists in filesystem|Erreur &amp;quot;Conflicting files - FILENAME exists in filesystem&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
|X-system-software-sources.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel|&lt;br /&gt;
* [[Reactivating the Backlight|La Luminosité de l'écran est trop Sombre ou trop Faible]]&lt;br /&gt;
&lt;br /&gt;
: ''La solution à un problème qui affecte particulièrement certaines marques d'ordinateurs portables''.&lt;br /&gt;
&lt;br /&gt;
* [[Did X.server recognise your monitor correctly?|Server X a-t-il correctement reconnu votre moniteur ?]]&lt;br /&gt;
&lt;br /&gt;
: ''Un test rapide dans le Terminal''.&lt;br /&gt;
&lt;br /&gt;
* [[ALSA|Advanced Linux Sound Architecture (ALSA)]]&lt;br /&gt;
&lt;br /&gt;
: ''Dépannage des problèmes courants liés à ALSA''.&lt;br /&gt;
|Yast-hardware.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Plus|&lt;br /&gt;
{{SubContentTemplate|Aide|&lt;br /&gt;
* [//www.mediawiki.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
&lt;br /&gt;
: ''Guide de l'utilisateur complet sur tous les aspects de la création et de la maintenance de Wiki.'' &lt;br /&gt;
|Application-vnd.ms-htmlhelp.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Autres|&lt;br /&gt;
* [[Basic Submission Rules|Règles de Bases de Soumissions]]&lt;br /&gt;
&lt;br /&gt;
: ''Comment créer un compte, et les choses à faire et à ne pas faire pour les contributeurs Wiki.''&lt;br /&gt;
&lt;br /&gt;
* [[Contributing|Contribuer]]&lt;br /&gt;
&lt;br /&gt;
: ''Point de départ pour ceux et celles qui désirent contribuer au wiki.''&lt;br /&gt;
|Caffeine.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- to early now [[Category:Top level{{#translation:}}]] --&amp;gt;&lt;br /&gt;
[[Category:Top level{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Main_Page/341/fr&amp;diff=28537</id>
		<title>Translations:Main Page/341/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Main_Page/341/fr&amp;diff=28537"/>
		<updated>2021-09-12T07:47:24Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* '''[[Limit the size of .log files &amp;amp; the journal|Gestion de la taille du Journal Systemd &amp;amp; des fichiers .log]]'''&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28536</id>
		<title>Main Page/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28536"/>
		<updated>2021-09-12T07:47:01Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Manjaro Logo--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Main page logo.png|center|300px]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{FlexBoxTemplate|Nouveautés - Les derniers changements|{{Special:RecentChanges/days=100,limit=12,hidebots}}|Actuellement il y a '''{{NUMBEROFARTICLES}}'''  articles ici qui vous attendent. }}|&lt;br /&gt;
&lt;br /&gt;
__TOC__|&lt;br /&gt;
9|&lt;br /&gt;
1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--========================================================================================--&amp;gt;&lt;br /&gt;
{{SectionTemplate|&lt;br /&gt;
1=Contenu de la page|&lt;br /&gt;
2=Pour la page qui liste tous les guides Wiki et tutoriaux classés par ordre Alphabétique cliquer [https://wiki.manjaro.org/index.php?title=Category:Contents_Page{{#translation:}} ici]|&lt;br /&gt;
3=Gtk-dialog-info.png&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- SECTIONS --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Bien débuter|&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Aperçu|&lt;br /&gt;
* '''[[Manjaro/fr|Aperçu Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
Divers articles pour répondre à toutes vos questions !&lt;br /&gt;
&lt;br /&gt;
* '''[[Using_Manjaro_for_Beginners/fr|Utiliser Manjaro pour les Débutants]]'''&lt;br /&gt;
&lt;br /&gt;
Nouveau sur Manjaro ? Débuter ici l’aperçu&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Online et Support|&lt;br /&gt;
* '''[[Manjaro Online/fr|Manjaro Online]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Notre forum, Twitter, Reddit, et Facebook.''&lt;br /&gt;
&lt;br /&gt;
* '''[https://t.me/manjaro_official Manjaro avec Telegram]'''&lt;br /&gt;
&lt;br /&gt;
: ''Support direct pour les utilisateurs Manjaro''&lt;br /&gt;
|Dragon-ball-online-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Télécharger Manjaro|&lt;br /&gt;
* '''[[Download Manjaro|Télécharger Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Où trouver les dernières et meilleures parutions de Manjaro.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Check a Downloaded ISO Image For Errors|Vérifier l'Intégrité d'une image ISO téléchargée]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vérifier l'intégrité de votre téléchargement Manjaro sous Linux et Windows.''&lt;br /&gt;
|Emblem-downloads.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Installation|&lt;br /&gt;
* '''[[Burn an ISO File|Graver un fichier ISO]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Graver Manjaro sur CD/DVD ou une clé USB avec Linux ou Windows.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Installation Guides|Guide d’Installation Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Guides d'installation et de partitionnement pour utilisateurs débutants et expérimentés.''&lt;br /&gt;
|System-os-installer.png}}|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Personnalisation et configuration|&lt;br /&gt;
&amp;lt;!-- First --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* '''[[BIOS and UEFI|BIOS et UEFI]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment activer la virtualisation, exécutez Manjaro sur système Windows 10, et plus !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Display Managers / Login Screens|Gestionnaires d'affichage / Ecrans de connexion]]'''    &lt;br /&gt;
&lt;br /&gt;
: ''Installer, configurer ou encore contourner MDM, GDM, SDDM, LXDM ou SLiM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Fstab - Use SystemD automount|Fstab - utiliser SystemD automount]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Options SystemD et fstab pour monter un périphérique.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Make GRUB menu &amp;amp; boot-up/down fonts bigger|Faire un menu GRUB, Démarrage, et Police d’Extinction]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment agrandir la taille du boot, extinction et la police du menu GRUB.''&lt;br /&gt;
|System-shutdown.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|DEs (Environnement de Bureau) / WMs (Gestionnaire de Fenêtres)|&lt;br /&gt;
* '''[[Basic Tips for conky|Conky - Astuces Basiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Conky peut afficher pas mal d’informations utiles sur votre bureau. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Desktop Environments|Environnement de Bureaux et Gestionnaires de fenêtres]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer les bureaux populaires et appliquer des configurations spécifiques.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Qt app's to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Qt pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications QT correspondent au thème GTK+ DE/WM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Java apps to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Java pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications Java permettent les thèmes GTK+ DE/WM.''&lt;br /&gt;
|Preferences-desktop-theme-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* '''[[Repositories and Servers|Dépôts et serveurs]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Modifier les dépôts, rechercher les miroirs plus rapides, etc.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Pacman|Pacman]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Instructions pour utiliser le Gestionnaire de paquets et plus.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Graphical Software Managers|Gestionnaires d’Applications Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Il y a plusieurs gestionnaire applications graphiques conviviales disponibles ''!&lt;br /&gt;
&lt;br /&gt;
* '''[[Arch User Repository|Arch User Repository]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Découvrir et utiliser AUR.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Flatpak|Flatpak]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Etendez votre librairie d’applications en utilisant les Flatpaks''&lt;br /&gt;
&lt;br /&gt;
* '''[[Snap|Snap]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer et gérer les Snaps avec Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Software Applications|Applications]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Une collection d’astuces et de configurations pour plusieurs applications''&lt;br /&gt;
|X-content-unix-software.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel / MSM|&lt;br /&gt;
* '''[[Manjaro Settings Manager|Gestionnaire d'Options Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''MSM vous aide à gérer le Langage, Les Comptes Utilisateurs, Kernel, Date et Heure, Les Drivers de Carte Graphique, et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro Hardware Detection|Manjaro Détection de Matériel]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Noyaux et Drivers.(mhwd)''&lt;br /&gt;
&lt;br /&gt;
* '''[[Configure Graphics Cards|Configurer les cartes Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Voir, installer, supprimer, ou réinstaller les drivers GPU et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Power Management|Gestion de l'énergie]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vous avez une prise ? Non ?  Optimisez la batterie !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Printing|Impression]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installez les logiciels nécessaires et activez l'impression.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Wacom Tablet And Pen|Tablette Wacom Et Stylet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Configurer tablettes et stylets.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro-ARM|Manjaro-ARM]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Astuces pour les systèmes spécifiques ARM''&lt;br /&gt;
|Kali-hardware-hacking-trans.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fifth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Réseau / Internet|&lt;br /&gt;
* '''[[Internet Browsers|Navigateurs Internet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Sécurité, Personnalisation, et Configuration.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Firewalls|Pare-feux]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Pare-feux avec Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Sync dynamic IP with openDNS service via ddclient|Synchroniser votre IP dynamique avec le service openDNS via ddclient]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour mettre a jour votre IP dynamique pour le service openDNS.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard and Mouse Sharing|Partage de Clavier et Souris]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser une souris et un clavier avec plusieurs machines et systèmes exploitations.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Networking|Réseau]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Gestion du réseau''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using Samba in your File Manager|Utiliser Samba avec un Gestionnaire de Fichiers]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment installer le partage Samba dans votre réseau.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Sharing files with Python|Partage de fichiers avec Python]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser Python pour construire un réseau de partage de fichiers.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using autofs (automount) with NFS|Utiliser autofs (automount) avec NFS]]''' &lt;br /&gt;
&lt;br /&gt;
: ''L'une des nombreuses façons de monter des partages..''&lt;br /&gt;
|Preferences-system-network.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- sixth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Système / Divers|&lt;br /&gt;
* '''[[Manjaro Polkit Rules|Règles de Sécurités Manjaro]]''' &lt;br /&gt;
&lt;br /&gt;
: ''La stratégie de sécurité implémentée par Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Add a Storage Partition &amp;amp; Modify your System to Suit|Ajouter du Stockage sur une Partition &amp;amp; Modifier votre Système]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment diminuer ou ajouter une partition &amp;amp; construire Manjaro comme vous le voulez.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Aliases in .bashrc|Alias avec bash]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Raccourcies pour votre terminal.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Developer Tools|Outils de développement]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ensemble d’outils utilisés par les développeurs Manjaro et utilisateurs avancés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[File Systems| Systèmes de Fichiers]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Information sur systèmes de fichiers différents, comment ils fonctionnent, et comment les utiliser.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Swap|Gestion du Swap]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Tout à propos du swap''&lt;br /&gt;
&lt;br /&gt;
* '''[[Limit the size of .log files &amp;amp; the journal|Gestion du Journal Systemd &amp;amp; des fichiers .log]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Gérer le Journal Systemd's &amp;amp; les fichiers syslog /var/log/*log.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Linux Security|Sécurité Linux]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Informations sur root et les mots de passes.''&lt;br /&gt;
&lt;br /&gt;
* '''[[How to mount Windows (NTFS) filesystem due to hibernation|Comment monter le système de fichiers Windows (NTFS) en raison de l'hibernation]]'''&lt;br /&gt;
&lt;br /&gt;
: '' Solutions et contournements pour différentes versions de Windows. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard_Shortcuts|Raccourcis Clavier]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ajouter des raccourcis clavier personnalisés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Viewing and editing configuration files|Visualiser et éditer les fichiers de configuration]]'''&lt;br /&gt;
&lt;br /&gt;
: ''‎Comment visualiser et modifier des fichiers dans chaque édition Manjaro‎.''&lt;br /&gt;
|Xfce4-settings.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Résolution des problèmes|&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* [[Restore the GRUB Bootloader|Restaurer le Démarrage GRUB]]&lt;br /&gt;
&lt;br /&gt;
:  ''‎Vous ne pouvez pas démarrer Manjaro ? Vous pouvez être en mesure de réparer plutôt que de réinstaller !‎''&lt;br /&gt;
&lt;br /&gt;
* [[Préserver le Manjaro Bootloader|Préserver le  Bootloader de Manjaro]]&lt;br /&gt;
&lt;br /&gt;
:  ''Empêcher le GRUB de Manjaro d'être remplacé.''&lt;br /&gt;
&lt;br /&gt;
* [[Kernel Fails to Load (pata_acpi error)|Le Noyau ne se Charge pas / &amp;quot;Unable to Find Device&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour le problème qui affecte certains ordinateurs qui utilisent les chipsets JMicron.''&lt;br /&gt;
|Breeze-settings.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Bureau|&lt;br /&gt;
* [[Various screen tearing fixes|Diverses corrections de déchirure d'écran ]]&lt;br /&gt;
&lt;br /&gt;
: ''Espérons que l'un de ces conseils résoudra votre problème de déchirure d'écran.''&lt;br /&gt;
&lt;br /&gt;
* [[DMenu - warning: no locale support|DMenu - warning: no locale support]]&lt;br /&gt;
&lt;br /&gt;
: ''Un fix pour &amp;quot;no locale support&amp;quot; erreur dans dmenu.''&lt;br /&gt;
|Preferences-desktop-theme-applications.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* [[pacman troubleshooting|Problèmes courants et dépannage de Pacman ]]&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;GPGME_error:_No_data&amp;quot; Error|Erreur &amp;quot;GPGME_error:_No_data&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Unable to lock database&amp;quot; Error|Erreur &amp;quot;Unable to lock database&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Failed to commit transaction (invalid or corrupted package)&amp;quot; Error|Erreur &amp;quot;Invalid or corrupted package&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman_troubleshooting#&amp;quot;Configuration_file...not recognized&amp;quot; Error|Erreur &amp;quot;Configuration file...not recognized&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#Conflicting files - FILENAME exists in filesystem|Erreur &amp;quot;Conflicting files - FILENAME exists in filesystem&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
|X-system-software-sources.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel|&lt;br /&gt;
* [[Reactivating the Backlight|La Luminosité de l'écran est trop Sombre ou trop Faible]]&lt;br /&gt;
&lt;br /&gt;
: ''La solution à un problème qui affecte particulièrement certaines marques d'ordinateurs portables''.&lt;br /&gt;
&lt;br /&gt;
* [[Did X.server recognise your monitor correctly?|Server X a-t-il correctement reconnu votre moniteur ?]]&lt;br /&gt;
&lt;br /&gt;
: ''Un test rapide dans le Terminal''.&lt;br /&gt;
&lt;br /&gt;
* [[ALSA|Advanced Linux Sound Architecture (ALSA)]]&lt;br /&gt;
&lt;br /&gt;
: ''Dépannage des problèmes courants liés à ALSA''.&lt;br /&gt;
|Yast-hardware.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Plus|&lt;br /&gt;
{{SubContentTemplate|Aide|&lt;br /&gt;
* [//www.mediawiki.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
&lt;br /&gt;
: ''Guide de l'utilisateur complet sur tous les aspects de la création et de la maintenance de Wiki.'' &lt;br /&gt;
|Application-vnd.ms-htmlhelp.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Autres|&lt;br /&gt;
* [[Basic Submission Rules|Règles de Bases de Soumissions]]&lt;br /&gt;
&lt;br /&gt;
: ''Comment créer un compte, et les choses à faire et à ne pas faire pour les contributeurs Wiki.''&lt;br /&gt;
&lt;br /&gt;
* [[Contributing|Contribuer]]&lt;br /&gt;
&lt;br /&gt;
: ''Point de départ pour ceux et celles qui désirent contribuer au wiki.''&lt;br /&gt;
|Caffeine.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- to early now [[Category:Top level{{#translation:}}]] --&amp;gt;&lt;br /&gt;
[[Category:Top level{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Main_Page/338/fr&amp;diff=28535</id>
		<title>Translations:Main Page/338/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Main_Page/338/fr&amp;diff=28535"/>
		<updated>2021-09-12T07:46:57Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;: ''Information sur systèmes de fichiers différents, comment ils fonctionnent, et comment les utiliser.''&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28534</id>
		<title>Main Page/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28534"/>
		<updated>2021-09-12T07:46:53Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Manjaro Logo--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Main page logo.png|center|300px]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{FlexBoxTemplate|Nouveautés - Les derniers changements|{{Special:RecentChanges/days=100,limit=12,hidebots}}|Actuellement il y a '''{{NUMBEROFARTICLES}}'''  articles ici qui vous attendent. }}|&lt;br /&gt;
&lt;br /&gt;
__TOC__|&lt;br /&gt;
9|&lt;br /&gt;
1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--========================================================================================--&amp;gt;&lt;br /&gt;
{{SectionTemplate|&lt;br /&gt;
1=Contenu de la page|&lt;br /&gt;
2=Pour la page qui liste tous les guides Wiki et tutoriaux classés par ordre Alphabétique cliquer [https://wiki.manjaro.org/index.php?title=Category:Contents_Page{{#translation:}} ici]|&lt;br /&gt;
3=Gtk-dialog-info.png&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- SECTIONS --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Bien débuter|&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Aperçu|&lt;br /&gt;
* '''[[Manjaro/fr|Aperçu Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
Divers articles pour répondre à toutes vos questions !&lt;br /&gt;
&lt;br /&gt;
* '''[[Using_Manjaro_for_Beginners/fr|Utiliser Manjaro pour les Débutants]]'''&lt;br /&gt;
&lt;br /&gt;
Nouveau sur Manjaro ? Débuter ici l’aperçu&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Online et Support|&lt;br /&gt;
* '''[[Manjaro Online/fr|Manjaro Online]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Notre forum, Twitter, Reddit, et Facebook.''&lt;br /&gt;
&lt;br /&gt;
* '''[https://t.me/manjaro_official Manjaro avec Telegram]'''&lt;br /&gt;
&lt;br /&gt;
: ''Support direct pour les utilisateurs Manjaro''&lt;br /&gt;
|Dragon-ball-online-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Télécharger Manjaro|&lt;br /&gt;
* '''[[Download Manjaro|Télécharger Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Où trouver les dernières et meilleures parutions de Manjaro.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Check a Downloaded ISO Image For Errors|Vérifier l'Intégrité d'une image ISO téléchargée]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vérifier l'intégrité de votre téléchargement Manjaro sous Linux et Windows.''&lt;br /&gt;
|Emblem-downloads.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Installation|&lt;br /&gt;
* '''[[Burn an ISO File|Graver un fichier ISO]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Graver Manjaro sur CD/DVD ou une clé USB avec Linux ou Windows.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Installation Guides|Guide d’Installation Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Guides d'installation et de partitionnement pour utilisateurs débutants et expérimentés.''&lt;br /&gt;
|System-os-installer.png}}|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Personnalisation et configuration|&lt;br /&gt;
&amp;lt;!-- First --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* '''[[BIOS and UEFI|BIOS et UEFI]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment activer la virtualisation, exécutez Manjaro sur système Windows 10, et plus !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Display Managers / Login Screens|Gestionnaires d'affichage / Ecrans de connexion]]'''    &lt;br /&gt;
&lt;br /&gt;
: ''Installer, configurer ou encore contourner MDM, GDM, SDDM, LXDM ou SLiM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Fstab - Use SystemD automount|Fstab - utiliser SystemD automount]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Options SystemD et fstab pour monter un périphérique.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Make GRUB menu &amp;amp; boot-up/down fonts bigger|Faire un menu GRUB, Démarrage, et Police d’Extinction]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment agrandir la taille du boot, extinction et la police du menu GRUB.''&lt;br /&gt;
|System-shutdown.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|DEs (Environnement de Bureau) / WMs (Gestionnaire de Fenêtres)|&lt;br /&gt;
* '''[[Basic Tips for conky|Conky - Astuces Basiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Conky peut afficher pas mal d’informations utiles sur votre bureau. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Desktop Environments|Environnement de Bureaux et Gestionnaires de fenêtres]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer les bureaux populaires et appliquer des configurations spécifiques.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Qt app's to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Qt pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications QT correspondent au thème GTK+ DE/WM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Java apps to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Java pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications Java permettent les thèmes GTK+ DE/WM.''&lt;br /&gt;
|Preferences-desktop-theme-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* '''[[Repositories and Servers|Dépôts et serveurs]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Modifier les dépôts, rechercher les miroirs plus rapides, etc.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Pacman|Pacman]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Instructions pour utiliser le Gestionnaire de paquets et plus.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Graphical Software Managers|Gestionnaires d’Applications Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Il y a plusieurs gestionnaire applications graphiques conviviales disponibles ''!&lt;br /&gt;
&lt;br /&gt;
* '''[[Arch User Repository|Arch User Repository]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Découvrir et utiliser AUR.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Flatpak|Flatpak]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Etendez votre librairie d’applications en utilisant les Flatpaks''&lt;br /&gt;
&lt;br /&gt;
* '''[[Snap|Snap]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer et gérer les Snaps avec Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Software Applications|Applications]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Une collection d’astuces et de configurations pour plusieurs applications''&lt;br /&gt;
|X-content-unix-software.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel / MSM|&lt;br /&gt;
* '''[[Manjaro Settings Manager|Gestionnaire d'Options Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''MSM vous aide à gérer le Langage, Les Comptes Utilisateurs, Kernel, Date et Heure, Les Drivers de Carte Graphique, et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro Hardware Detection|Manjaro Détection de Matériel]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Noyaux et Drivers.(mhwd)''&lt;br /&gt;
&lt;br /&gt;
* '''[[Configure Graphics Cards|Configurer les cartes Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Voir, installer, supprimer, ou réinstaller les drivers GPU et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Power Management|Gestion de l'énergie]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vous avez une prise ? Non ?  Optimisez la batterie !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Printing|Impression]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installez les logiciels nécessaires et activez l'impression.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Wacom Tablet And Pen|Tablette Wacom Et Stylet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Configurer tablettes et stylets.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro-ARM|Manjaro-ARM]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Astuces pour les systèmes spécifiques ARM''&lt;br /&gt;
|Kali-hardware-hacking-trans.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fifth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Réseau / Internet|&lt;br /&gt;
* '''[[Internet Browsers|Navigateurs Internet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Sécurité, Personnalisation, et Configuration.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Firewalls|Pare-feux]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Pare-feux avec Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Sync dynamic IP with openDNS service via ddclient|Synchroniser votre IP dynamique avec le service openDNS via ddclient]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour mettre a jour votre IP dynamique pour le service openDNS.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard and Mouse Sharing|Partage de Clavier et Souris]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser une souris et un clavier avec plusieurs machines et systèmes exploitations.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Networking|Réseau]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Gestion du réseau''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using Samba in your File Manager|Utiliser Samba avec un Gestionnaire de Fichiers]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment installer le partage Samba dans votre réseau.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Sharing files with Python|Partage de fichiers avec Python]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser Python pour construire un réseau de partage de fichiers.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using autofs (automount) with NFS|Utiliser autofs (automount) avec NFS]]''' &lt;br /&gt;
&lt;br /&gt;
: ''L'une des nombreuses façons de monter des partages..''&lt;br /&gt;
|Preferences-system-network.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- sixth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Système / Divers|&lt;br /&gt;
* '''[[Manjaro Polkit Rules|Règles de Sécurités Manjaro]]''' &lt;br /&gt;
&lt;br /&gt;
: ''La stratégie de sécurité implémentée par Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Add a Storage Partition &amp;amp; Modify your System to Suit|Ajouter du Stockage sur une Partition &amp;amp; Modifier votre Système]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment diminuer ou ajouter une partition &amp;amp; construire Manjaro comme vous le voulez.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Aliases in .bashrc|Alias avec bash]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Raccourcies pour votre terminal.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Developer Tools|Outils de développement]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ensemble d’outils utilisés par les développeurs Manjaro et utilisateurs avancés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[File Systems| Systèmes de Fichiers]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Information sur different systèmes de fichiers, comment ils fonctionnent, et comment les utiliser.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Swap|Gestion du Swap]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Tout à propos du swap''&lt;br /&gt;
&lt;br /&gt;
* '''[[Limit the size of .log files &amp;amp; the journal|Gestion du Journal Systemd &amp;amp; des fichiers .log]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Gérer le Journal Systemd's &amp;amp; les fichiers syslog /var/log/*log.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Linux Security|Sécurité Linux]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Informations sur root et les mots de passes.''&lt;br /&gt;
&lt;br /&gt;
* '''[[How to mount Windows (NTFS) filesystem due to hibernation|Comment monter le système de fichiers Windows (NTFS) en raison de l'hibernation]]'''&lt;br /&gt;
&lt;br /&gt;
: '' Solutions et contournements pour différentes versions de Windows. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard_Shortcuts|Raccourcis Clavier]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ajouter des raccourcis clavier personnalisés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Viewing and editing configuration files|Visualiser et éditer les fichiers de configuration]]'''&lt;br /&gt;
&lt;br /&gt;
: ''‎Comment visualiser et modifier des fichiers dans chaque édition Manjaro‎.''&lt;br /&gt;
|Xfce4-settings.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Résolution des problèmes|&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* [[Restore the GRUB Bootloader|Restaurer le Démarrage GRUB]]&lt;br /&gt;
&lt;br /&gt;
:  ''‎Vous ne pouvez pas démarrer Manjaro ? Vous pouvez être en mesure de réparer plutôt que de réinstaller !‎''&lt;br /&gt;
&lt;br /&gt;
* [[Préserver le Manjaro Bootloader|Préserver le  Bootloader de Manjaro]]&lt;br /&gt;
&lt;br /&gt;
:  ''Empêcher le GRUB de Manjaro d'être remplacé.''&lt;br /&gt;
&lt;br /&gt;
* [[Kernel Fails to Load (pata_acpi error)|Le Noyau ne se Charge pas / &amp;quot;Unable to Find Device&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour le problème qui affecte certains ordinateurs qui utilisent les chipsets JMicron.''&lt;br /&gt;
|Breeze-settings.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Bureau|&lt;br /&gt;
* [[Various screen tearing fixes|Diverses corrections de déchirure d'écran ]]&lt;br /&gt;
&lt;br /&gt;
: ''Espérons que l'un de ces conseils résoudra votre problème de déchirure d'écran.''&lt;br /&gt;
&lt;br /&gt;
* [[DMenu - warning: no locale support|DMenu - warning: no locale support]]&lt;br /&gt;
&lt;br /&gt;
: ''Un fix pour &amp;quot;no locale support&amp;quot; erreur dans dmenu.''&lt;br /&gt;
|Preferences-desktop-theme-applications.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* [[pacman troubleshooting|Problèmes courants et dépannage de Pacman ]]&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;GPGME_error:_No_data&amp;quot; Error|Erreur &amp;quot;GPGME_error:_No_data&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Unable to lock database&amp;quot; Error|Erreur &amp;quot;Unable to lock database&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Failed to commit transaction (invalid or corrupted package)&amp;quot; Error|Erreur &amp;quot;Invalid or corrupted package&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman_troubleshooting#&amp;quot;Configuration_file...not recognized&amp;quot; Error|Erreur &amp;quot;Configuration file...not recognized&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#Conflicting files - FILENAME exists in filesystem|Erreur &amp;quot;Conflicting files - FILENAME exists in filesystem&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
|X-system-software-sources.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel|&lt;br /&gt;
* [[Reactivating the Backlight|La Luminosité de l'écran est trop Sombre ou trop Faible]]&lt;br /&gt;
&lt;br /&gt;
: ''La solution à un problème qui affecte particulièrement certaines marques d'ordinateurs portables''.&lt;br /&gt;
&lt;br /&gt;
* [[Did X.server recognise your monitor correctly?|Server X a-t-il correctement reconnu votre moniteur ?]]&lt;br /&gt;
&lt;br /&gt;
: ''Un test rapide dans le Terminal''.&lt;br /&gt;
&lt;br /&gt;
* [[ALSA|Advanced Linux Sound Architecture (ALSA)]]&lt;br /&gt;
&lt;br /&gt;
: ''Dépannage des problèmes courants liés à ALSA''.&lt;br /&gt;
|Yast-hardware.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Plus|&lt;br /&gt;
{{SubContentTemplate|Aide|&lt;br /&gt;
* [//www.mediawiki.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
&lt;br /&gt;
: ''Guide de l'utilisateur complet sur tous les aspects de la création et de la maintenance de Wiki.'' &lt;br /&gt;
|Application-vnd.ms-htmlhelp.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Autres|&lt;br /&gt;
* [[Basic Submission Rules|Règles de Bases de Soumissions]]&lt;br /&gt;
&lt;br /&gt;
: ''Comment créer un compte, et les choses à faire et à ne pas faire pour les contributeurs Wiki.''&lt;br /&gt;
&lt;br /&gt;
* [[Contributing|Contribuer]]&lt;br /&gt;
&lt;br /&gt;
: ''Point de départ pour ceux et celles qui désirent contribuer au wiki.''&lt;br /&gt;
|Caffeine.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- to early now [[Category:Top level{{#translation:}}]] --&amp;gt;&lt;br /&gt;
[[Category:Top level{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Main_Page/337/fr&amp;diff=28533</id>
		<title>Translations:Main Page/337/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Main_Page/337/fr&amp;diff=28533"/>
		<updated>2021-09-12T07:46:35Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* '''[[File Systems| Systèmes de Fichiers]]'''&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28532</id>
		<title>Main Page/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28532"/>
		<updated>2021-09-12T07:46:23Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Manjaro Logo--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Main page logo.png|center|300px]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{FlexBoxTemplate|Nouveautés - Les derniers changements|{{Special:RecentChanges/days=100,limit=12,hidebots}}|Actuellement il y a '''{{NUMBEROFARTICLES}}'''  articles ici qui vous attendent. }}|&lt;br /&gt;
&lt;br /&gt;
__TOC__|&lt;br /&gt;
9|&lt;br /&gt;
1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--========================================================================================--&amp;gt;&lt;br /&gt;
{{SectionTemplate|&lt;br /&gt;
1=Contenu de la page|&lt;br /&gt;
2=Pour la page qui liste tous les guides Wiki et tutoriaux classés par ordre Alphabétique cliquer [https://wiki.manjaro.org/index.php?title=Category:Contents_Page{{#translation:}} ici]|&lt;br /&gt;
3=Gtk-dialog-info.png&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- SECTIONS --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Bien débuter|&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Aperçu|&lt;br /&gt;
* '''[[Manjaro/fr|Aperçu Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
Divers articles pour répondre à toutes vos questions !&lt;br /&gt;
&lt;br /&gt;
* '''[[Using_Manjaro_for_Beginners/fr|Utiliser Manjaro pour les Débutants]]'''&lt;br /&gt;
&lt;br /&gt;
Nouveau sur Manjaro ? Débuter ici l’aperçu&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Online et Support|&lt;br /&gt;
* '''[[Manjaro Online/fr|Manjaro Online]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Notre forum, Twitter, Reddit, et Facebook.''&lt;br /&gt;
&lt;br /&gt;
* '''[https://t.me/manjaro_official Manjaro avec Telegram]'''&lt;br /&gt;
&lt;br /&gt;
: ''Support direct pour les utilisateurs Manjaro''&lt;br /&gt;
|Dragon-ball-online-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Télécharger Manjaro|&lt;br /&gt;
* '''[[Download Manjaro|Télécharger Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Où trouver les dernières et meilleures parutions de Manjaro.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Check a Downloaded ISO Image For Errors|Vérifier l'Intégrité d'une image ISO téléchargée]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vérifier l'intégrité de votre téléchargement Manjaro sous Linux et Windows.''&lt;br /&gt;
|Emblem-downloads.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Installation|&lt;br /&gt;
* '''[[Burn an ISO File|Graver un fichier ISO]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Graver Manjaro sur CD/DVD ou une clé USB avec Linux ou Windows.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Installation Guides|Guide d’Installation Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Guides d'installation et de partitionnement pour utilisateurs débutants et expérimentés.''&lt;br /&gt;
|System-os-installer.png}}|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Personnalisation et configuration|&lt;br /&gt;
&amp;lt;!-- First --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* '''[[BIOS and UEFI|BIOS et UEFI]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment activer la virtualisation, exécutez Manjaro sur système Windows 10, et plus !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Display Managers / Login Screens|Gestionnaires d'affichage / Ecrans de connexion]]'''    &lt;br /&gt;
&lt;br /&gt;
: ''Installer, configurer ou encore contourner MDM, GDM, SDDM, LXDM ou SLiM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Fstab - Use SystemD automount|Fstab - utiliser SystemD automount]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Options SystemD et fstab pour monter un périphérique.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Make GRUB menu &amp;amp; boot-up/down fonts bigger|Faire un menu GRUB, Démarrage, et Police d’Extinction]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment agrandir la taille du boot, extinction et la police du menu GRUB.''&lt;br /&gt;
|System-shutdown.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|DEs (Environnement de Bureau) / WMs (Gestionnaire de Fenêtres)|&lt;br /&gt;
* '''[[Basic Tips for conky|Conky - Astuces Basiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Conky peut afficher pas mal d’informations utiles sur votre bureau. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Desktop Environments|Environnement de Bureaux et Gestionnaires de fenêtres]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer les bureaux populaires et appliquer des configurations spécifiques.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Qt app's to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Qt pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications QT correspondent au thème GTK+ DE/WM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Java apps to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Java pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications Java permettent les thèmes GTK+ DE/WM.''&lt;br /&gt;
|Preferences-desktop-theme-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* '''[[Repositories and Servers|Dépôts et serveurs]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Modifier les dépôts, rechercher les miroirs plus rapides, etc.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Pacman|Pacman]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Instructions pour utiliser le Gestionnaire de paquets et plus.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Graphical Software Managers|Gestionnaires d’Applications Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Il y a plusieurs gestionnaire applications graphiques conviviales disponibles ''!&lt;br /&gt;
&lt;br /&gt;
* '''[[Arch User Repository|Arch User Repository]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Découvrir et utiliser AUR.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Flatpak|Flatpak]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Etendez votre librairie d’applications en utilisant les Flatpaks''&lt;br /&gt;
&lt;br /&gt;
* '''[[Snap|Snap]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer et gérer les Snaps avec Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Software Applications|Applications]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Une collection d’astuces et de configurations pour plusieurs applications''&lt;br /&gt;
|X-content-unix-software.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel / MSM|&lt;br /&gt;
* '''[[Manjaro Settings Manager|Gestionnaire d'Options Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''MSM vous aide à gérer le Langage, Les Comptes Utilisateurs, Kernel, Date et Heure, Les Drivers de Carte Graphique, et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro Hardware Detection|Manjaro Détection de Matériel]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Noyaux et Drivers.(mhwd)''&lt;br /&gt;
&lt;br /&gt;
* '''[[Configure Graphics Cards|Configurer les cartes Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Voir, installer, supprimer, ou réinstaller les drivers GPU et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Power Management|Gestion de l'énergie]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vous avez une prise ? Non ?  Optimisez la batterie !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Printing|Impression]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installez les logiciels nécessaires et activez l'impression.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Wacom Tablet And Pen|Tablette Wacom Et Stylet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Configurer tablettes et stylets.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro-ARM|Manjaro-ARM]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Astuces pour les systèmes spécifiques ARM''&lt;br /&gt;
|Kali-hardware-hacking-trans.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fifth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Réseau / Internet|&lt;br /&gt;
* '''[[Internet Browsers|Navigateurs Internet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Sécurité, Personnalisation, et Configuration.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Firewalls|Pare-feux]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Pare-feux avec Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Sync dynamic IP with openDNS service via ddclient|Synchroniser votre IP dynamique avec le service openDNS via ddclient]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour mettre a jour votre IP dynamique pour le service openDNS.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard and Mouse Sharing|Partage de Clavier et Souris]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser une souris et un clavier avec plusieurs machines et systèmes exploitations.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Networking|Réseau]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Gestion du réseau''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using Samba in your File Manager|Utiliser Samba avec un Gestionnaire de Fichiers]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment installer le partage Samba dans votre réseau.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Sharing files with Python|Partage de fichiers avec Python]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser Python pour construire un réseau de partage de fichiers.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using autofs (automount) with NFS|Utiliser autofs (automount) avec NFS]]''' &lt;br /&gt;
&lt;br /&gt;
: ''L'une des nombreuses façons de monter des partages..''&lt;br /&gt;
|Preferences-system-network.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- sixth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Système / Divers|&lt;br /&gt;
* '''[[Manjaro Polkit Rules|Règles de Sécurités Manjaro]]''' &lt;br /&gt;
&lt;br /&gt;
: ''La stratégie de sécurité implémentée par Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Add a Storage Partition &amp;amp; Modify your System to Suit|Ajouter du Stockage sur une Partition &amp;amp; Modifier votre Système]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment diminuer ou ajouter une partition &amp;amp; construire Manjaro comme vous le voulez.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Aliases in .bashrc|Alias avec bash]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Raccourcies pour votre terminal.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Developer Tools|Outils de développement]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ensemble d’outils utilisés par les développeurs Manjaro et utilisateurs avancés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[File Systems| Systèmes de Fichier]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Information sur different systèmes de fichiers, comment ils fonctionnent, et comment les utiliser.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Swap|Gestion du Swap]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Tout à propos du swap''&lt;br /&gt;
&lt;br /&gt;
* '''[[Limit the size of .log files &amp;amp; the journal|Gestion du Journal Systemd &amp;amp; des fichiers .log]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Gérer le Journal Systemd's &amp;amp; les fichiers syslog /var/log/*log.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Linux Security|Sécurité Linux]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Informations sur root et les mots de passes.''&lt;br /&gt;
&lt;br /&gt;
* '''[[How to mount Windows (NTFS) filesystem due to hibernation|Comment monter le système de fichiers Windows (NTFS) en raison de l'hibernation]]'''&lt;br /&gt;
&lt;br /&gt;
: '' Solutions et contournements pour différentes versions de Windows. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard_Shortcuts|Raccourcis Clavier]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ajouter des raccourcis clavier personnalisés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Viewing and editing configuration files|Visualiser et éditer les fichiers de configuration]]'''&lt;br /&gt;
&lt;br /&gt;
: ''‎Comment visualiser et modifier des fichiers dans chaque édition Manjaro‎.''&lt;br /&gt;
|Xfce4-settings.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Résolution des problèmes|&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* [[Restore the GRUB Bootloader|Restaurer le Démarrage GRUB]]&lt;br /&gt;
&lt;br /&gt;
:  ''‎Vous ne pouvez pas démarrer Manjaro ? Vous pouvez être en mesure de réparer plutôt que de réinstaller !‎''&lt;br /&gt;
&lt;br /&gt;
* [[Préserver le Manjaro Bootloader|Préserver le  Bootloader de Manjaro]]&lt;br /&gt;
&lt;br /&gt;
:  ''Empêcher le GRUB de Manjaro d'être remplacé.''&lt;br /&gt;
&lt;br /&gt;
* [[Kernel Fails to Load (pata_acpi error)|Le Noyau ne se Charge pas / &amp;quot;Unable to Find Device&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour le problème qui affecte certains ordinateurs qui utilisent les chipsets JMicron.''&lt;br /&gt;
|Breeze-settings.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Bureau|&lt;br /&gt;
* [[Various screen tearing fixes|Diverses corrections de déchirure d'écran ]]&lt;br /&gt;
&lt;br /&gt;
: ''Espérons que l'un de ces conseils résoudra votre problème de déchirure d'écran.''&lt;br /&gt;
&lt;br /&gt;
* [[DMenu - warning: no locale support|DMenu - warning: no locale support]]&lt;br /&gt;
&lt;br /&gt;
: ''Un fix pour &amp;quot;no locale support&amp;quot; erreur dans dmenu.''&lt;br /&gt;
|Preferences-desktop-theme-applications.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* [[pacman troubleshooting|Problèmes courants et dépannage de Pacman ]]&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;GPGME_error:_No_data&amp;quot; Error|Erreur &amp;quot;GPGME_error:_No_data&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Unable to lock database&amp;quot; Error|Erreur &amp;quot;Unable to lock database&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Failed to commit transaction (invalid or corrupted package)&amp;quot; Error|Erreur &amp;quot;Invalid or corrupted package&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman_troubleshooting#&amp;quot;Configuration_file...not recognized&amp;quot; Error|Erreur &amp;quot;Configuration file...not recognized&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#Conflicting files - FILENAME exists in filesystem|Erreur &amp;quot;Conflicting files - FILENAME exists in filesystem&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
|X-system-software-sources.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel|&lt;br /&gt;
* [[Reactivating the Backlight|La Luminosité de l'écran est trop Sombre ou trop Faible]]&lt;br /&gt;
&lt;br /&gt;
: ''La solution à un problème qui affecte particulièrement certaines marques d'ordinateurs portables''.&lt;br /&gt;
&lt;br /&gt;
* [[Did X.server recognise your monitor correctly?|Server X a-t-il correctement reconnu votre moniteur ?]]&lt;br /&gt;
&lt;br /&gt;
: ''Un test rapide dans le Terminal''.&lt;br /&gt;
&lt;br /&gt;
* [[ALSA|Advanced Linux Sound Architecture (ALSA)]]&lt;br /&gt;
&lt;br /&gt;
: ''Dépannage des problèmes courants liés à ALSA''.&lt;br /&gt;
|Yast-hardware.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Plus|&lt;br /&gt;
{{SubContentTemplate|Aide|&lt;br /&gt;
* [//www.mediawiki.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
&lt;br /&gt;
: ''Guide de l'utilisateur complet sur tous les aspects de la création et de la maintenance de Wiki.'' &lt;br /&gt;
|Application-vnd.ms-htmlhelp.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Autres|&lt;br /&gt;
* [[Basic Submission Rules|Règles de Bases de Soumissions]]&lt;br /&gt;
&lt;br /&gt;
: ''Comment créer un compte, et les choses à faire et à ne pas faire pour les contributeurs Wiki.''&lt;br /&gt;
&lt;br /&gt;
* [[Contributing|Contribuer]]&lt;br /&gt;
&lt;br /&gt;
: ''Point de départ pour ceux et celles qui désirent contribuer au wiki.''&lt;br /&gt;
|Caffeine.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- to early now [[Category:Top level{{#translation:}}]] --&amp;gt;&lt;br /&gt;
[[Category:Top level{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Main_Page/331/fr&amp;diff=28531</id>
		<title>Translations:Main Page/331/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Main_Page/331/fr&amp;diff=28531"/>
		<updated>2021-09-12T07:45:55Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* '''[[Add a Storage Partition &amp;amp; Modify your System to Suit|Ajouter du Stockage sur une Partition &amp;amp; Modifier votre Système]]'''&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28530</id>
		<title>Main Page/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28530"/>
		<updated>2021-09-12T07:44:27Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Manjaro Logo--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Main page logo.png|center|300px]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{FlexBoxTemplate|Nouveautés - Les derniers changements|{{Special:RecentChanges/days=100,limit=12,hidebots}}|Actuellement il y a '''{{NUMBEROFARTICLES}}'''  articles ici qui vous attendent. }}|&lt;br /&gt;
&lt;br /&gt;
__TOC__|&lt;br /&gt;
9|&lt;br /&gt;
1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--========================================================================================--&amp;gt;&lt;br /&gt;
{{SectionTemplate|&lt;br /&gt;
1=Contenu de la page|&lt;br /&gt;
2=Pour la page qui liste tous les guides Wiki et tutoriaux classés par ordre Alphabétique cliquer [https://wiki.manjaro.org/index.php?title=Category:Contents_Page{{#translation:}} ici]|&lt;br /&gt;
3=Gtk-dialog-info.png&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- SECTIONS --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Bien débuter|&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Aperçu|&lt;br /&gt;
* '''[[Manjaro/fr|Aperçu Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
Divers articles pour répondre à toutes vos questions !&lt;br /&gt;
&lt;br /&gt;
* '''[[Using_Manjaro_for_Beginners/fr|Utiliser Manjaro pour les Débutants]]'''&lt;br /&gt;
&lt;br /&gt;
Nouveau sur Manjaro ? Débuter ici l’aperçu&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Online et Support|&lt;br /&gt;
* '''[[Manjaro Online/fr|Manjaro Online]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Notre forum, Twitter, Reddit, et Facebook.''&lt;br /&gt;
&lt;br /&gt;
* '''[https://t.me/manjaro_official Manjaro avec Telegram]'''&lt;br /&gt;
&lt;br /&gt;
: ''Support direct pour les utilisateurs Manjaro''&lt;br /&gt;
|Dragon-ball-online-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Télécharger Manjaro|&lt;br /&gt;
* '''[[Download Manjaro|Télécharger Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Où trouver les dernières et meilleures parutions de Manjaro.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Check a Downloaded ISO Image For Errors|Vérifier l'Intégrité d'une image ISO téléchargée]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vérifier l'intégrité de votre téléchargement Manjaro sous Linux et Windows.''&lt;br /&gt;
|Emblem-downloads.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Installation|&lt;br /&gt;
* '''[[Burn an ISO File|Graver un fichier ISO]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Graver Manjaro sur CD/DVD ou une clé USB avec Linux ou Windows.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Installation Guides|Guide d’Installation Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Guides d'installation et de partitionnement pour utilisateurs débutants et expérimentés.''&lt;br /&gt;
|System-os-installer.png}}|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Personnalisation et configuration|&lt;br /&gt;
&amp;lt;!-- First --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* '''[[BIOS and UEFI|BIOS et UEFI]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment activer la virtualisation, exécutez Manjaro sur système Windows 10, et plus !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Display Managers / Login Screens|Gestionnaires d'affichage / Ecrans de connexion]]'''    &lt;br /&gt;
&lt;br /&gt;
: ''Installer, configurer ou encore contourner MDM, GDM, SDDM, LXDM ou SLiM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Fstab - Use SystemD automount|Fstab - utiliser SystemD automount]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Options SystemD et fstab pour monter un périphérique.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Make GRUB menu &amp;amp; boot-up/down fonts bigger|Faire un menu GRUB, Démarrage, et Police d’Extinction]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment agrandir la taille du boot, extinction et la police du menu GRUB.''&lt;br /&gt;
|System-shutdown.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|DEs (Environnement de Bureau) / WMs (Gestionnaire de Fenêtres)|&lt;br /&gt;
* '''[[Basic Tips for conky|Conky - Astuces Basiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Conky peut afficher pas mal d’informations utiles sur votre bureau. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Desktop Environments|Environnement de Bureaux et Gestionnaires de fenêtres]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer les bureaux populaires et appliquer des configurations spécifiques.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Qt app's to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Qt pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications QT correspondent au thème GTK+ DE/WM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Java apps to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Java pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications Java permettent les thèmes GTK+ DE/WM.''&lt;br /&gt;
|Preferences-desktop-theme-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* '''[[Repositories and Servers|Dépôts et serveurs]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Modifier les dépôts, rechercher les miroirs plus rapides, etc.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Pacman|Pacman]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Instructions pour utiliser le Gestionnaire de paquets et plus.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Graphical Software Managers|Gestionnaires d’Applications Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Il y a plusieurs gestionnaire applications graphiques conviviales disponibles ''!&lt;br /&gt;
&lt;br /&gt;
* '''[[Arch User Repository|Arch User Repository]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Découvrir et utiliser AUR.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Flatpak|Flatpak]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Etendez votre librairie d’applications en utilisant les Flatpaks''&lt;br /&gt;
&lt;br /&gt;
* '''[[Snap|Snap]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer et gérer les Snaps avec Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Software Applications|Applications]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Une collection d’astuces et de configurations pour plusieurs applications''&lt;br /&gt;
|X-content-unix-software.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel / MSM|&lt;br /&gt;
* '''[[Manjaro Settings Manager|Gestionnaire d'Options Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''MSM vous aide à gérer le Langage, Les Comptes Utilisateurs, Kernel, Date et Heure, Les Drivers de Carte Graphique, et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro Hardware Detection|Manjaro Détection de Matériel]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Noyaux et Drivers.(mhwd)''&lt;br /&gt;
&lt;br /&gt;
* '''[[Configure Graphics Cards|Configurer les cartes Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Voir, installer, supprimer, ou réinstaller les drivers GPU et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Power Management|Gestion de l'énergie]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vous avez une prise ? Non ?  Optimisez la batterie !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Printing|Impression]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installez les logiciels nécessaires et activez l'impression.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Wacom Tablet And Pen|Tablette Wacom Et Stylet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Configurer tablettes et stylets.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro-ARM|Manjaro-ARM]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Astuces pour les systèmes spécifiques ARM''&lt;br /&gt;
|Kali-hardware-hacking-trans.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fifth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Réseau / Internet|&lt;br /&gt;
* '''[[Internet Browsers|Navigateurs Internet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Sécurité, Personnalisation, et Configuration.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Firewalls|Pare-feux]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Pare-feux avec Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Sync dynamic IP with openDNS service via ddclient|Synchroniser votre IP dynamique avec le service openDNS via ddclient]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour mettre a jour votre IP dynamique pour le service openDNS.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard and Mouse Sharing|Partage de Clavier et Souris]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser une souris et un clavier avec plusieurs machines et systèmes exploitations.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Networking|Réseau]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Gestion du réseau''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using Samba in your File Manager|Utiliser Samba avec un Gestionnaire de Fichiers]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment installer le partage Samba dans votre réseau.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Sharing files with Python|Partage de fichiers avec Python]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser Python pour construire un réseau de partage de fichiers.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using autofs (automount) with NFS|Utiliser autofs (automount) avec NFS]]''' &lt;br /&gt;
&lt;br /&gt;
: ''L'une des nombreuses façons de monter des partages..''&lt;br /&gt;
|Preferences-system-network.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- sixth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Système / Divers|&lt;br /&gt;
* '''[[Manjaro Polkit Rules|Règles de Sécurités Manjaro]]''' &lt;br /&gt;
&lt;br /&gt;
: ''La stratégie de sécurité implémentée par Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Add a Storage Partition &amp;amp; Modify your System to Suit|Ajouter du Stockage sur une Partition &amp;amp; Modifier votre Suite Système]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment diminuer ou ajouter une partition &amp;amp; construire Manjaro comme vous le voulez.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Aliases in .bashrc|Alias avec bash]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Raccourcies pour votre terminal.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Developer Tools|Outils de développement]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ensemble d’outils utilisés par les développeurs Manjaro et utilisateurs avancés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[File Systems| Systèmes de Fichier]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Information sur different systèmes de fichiers, comment ils fonctionnent, et comment les utiliser.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Swap|Gestion du Swap]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Tout à propos du swap''&lt;br /&gt;
&lt;br /&gt;
* '''[[Limit the size of .log files &amp;amp; the journal|Gestion du Journal Systemd &amp;amp; des fichiers .log]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Gérer le Journal Systemd's &amp;amp; les fichiers syslog /var/log/*log.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Linux Security|Sécurité Linux]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Informations sur root et les mots de passes.''&lt;br /&gt;
&lt;br /&gt;
* '''[[How to mount Windows (NTFS) filesystem due to hibernation|Comment monter le système de fichiers Windows (NTFS) en raison de l'hibernation]]'''&lt;br /&gt;
&lt;br /&gt;
: '' Solutions et contournements pour différentes versions de Windows. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard_Shortcuts|Raccourcis Clavier]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ajouter des raccourcis clavier personnalisés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Viewing and editing configuration files|Visualiser et éditer les fichiers de configuration]]'''&lt;br /&gt;
&lt;br /&gt;
: ''‎Comment visualiser et modifier des fichiers dans chaque édition Manjaro‎.''&lt;br /&gt;
|Xfce4-settings.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Résolution des problèmes|&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* [[Restore the GRUB Bootloader|Restaurer le Démarrage GRUB]]&lt;br /&gt;
&lt;br /&gt;
:  ''‎Vous ne pouvez pas démarrer Manjaro ? Vous pouvez être en mesure de réparer plutôt que de réinstaller !‎''&lt;br /&gt;
&lt;br /&gt;
* [[Préserver le Manjaro Bootloader|Préserver le  Bootloader de Manjaro]]&lt;br /&gt;
&lt;br /&gt;
:  ''Empêcher le GRUB de Manjaro d'être remplacé.''&lt;br /&gt;
&lt;br /&gt;
* [[Kernel Fails to Load (pata_acpi error)|Le Noyau ne se Charge pas / &amp;quot;Unable to Find Device&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour le problème qui affecte certains ordinateurs qui utilisent les chipsets JMicron.''&lt;br /&gt;
|Breeze-settings.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Bureau|&lt;br /&gt;
* [[Various screen tearing fixes|Diverses corrections de déchirure d'écran ]]&lt;br /&gt;
&lt;br /&gt;
: ''Espérons que l'un de ces conseils résoudra votre problème de déchirure d'écran.''&lt;br /&gt;
&lt;br /&gt;
* [[DMenu - warning: no locale support|DMenu - warning: no locale support]]&lt;br /&gt;
&lt;br /&gt;
: ''Un fix pour &amp;quot;no locale support&amp;quot; erreur dans dmenu.''&lt;br /&gt;
|Preferences-desktop-theme-applications.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* [[pacman troubleshooting|Problèmes courants et dépannage de Pacman ]]&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;GPGME_error:_No_data&amp;quot; Error|Erreur &amp;quot;GPGME_error:_No_data&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Unable to lock database&amp;quot; Error|Erreur &amp;quot;Unable to lock database&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Failed to commit transaction (invalid or corrupted package)&amp;quot; Error|Erreur &amp;quot;Invalid or corrupted package&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman_troubleshooting#&amp;quot;Configuration_file...not recognized&amp;quot; Error|Erreur &amp;quot;Configuration file...not recognized&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#Conflicting files - FILENAME exists in filesystem|Erreur &amp;quot;Conflicting files - FILENAME exists in filesystem&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
|X-system-software-sources.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel|&lt;br /&gt;
* [[Reactivating the Backlight|La Luminosité de l'écran est trop Sombre ou trop Faible]]&lt;br /&gt;
&lt;br /&gt;
: ''La solution à un problème qui affecte particulièrement certaines marques d'ordinateurs portables''.&lt;br /&gt;
&lt;br /&gt;
* [[Did X.server recognise your monitor correctly?|Server X a-t-il correctement reconnu votre moniteur ?]]&lt;br /&gt;
&lt;br /&gt;
: ''Un test rapide dans le Terminal''.&lt;br /&gt;
&lt;br /&gt;
* [[ALSA|Advanced Linux Sound Architecture (ALSA)]]&lt;br /&gt;
&lt;br /&gt;
: ''Dépannage des problèmes courants liés à ALSA''.&lt;br /&gt;
|Yast-hardware.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Plus|&lt;br /&gt;
{{SubContentTemplate|Aide|&lt;br /&gt;
* [//www.mediawiki.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
&lt;br /&gt;
: ''Guide de l'utilisateur complet sur tous les aspects de la création et de la maintenance de Wiki.'' &lt;br /&gt;
|Application-vnd.ms-htmlhelp.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Autres|&lt;br /&gt;
* [[Basic Submission Rules|Règles de Bases de Soumissions]]&lt;br /&gt;
&lt;br /&gt;
: ''Comment créer un compte, et les choses à faire et à ne pas faire pour les contributeurs Wiki.''&lt;br /&gt;
&lt;br /&gt;
* [[Contributing|Contribuer]]&lt;br /&gt;
&lt;br /&gt;
: ''Point de départ pour ceux et celles qui désirent contribuer au wiki.''&lt;br /&gt;
|Caffeine.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- to early now [[Category:Top level{{#translation:}}]] --&amp;gt;&lt;br /&gt;
[[Category:Top level{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28529</id>
		<title>Main Page/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28529"/>
		<updated>2021-09-12T07:44:03Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Manjaro Logo--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Main page logo.png|center|300px]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{FlexBoxTemplate|Nouveautés - Les derniers changements|{{Special:RecentChanges/days=100,limit=12,hidebots}}|Actuellement il y a '''{{NUMBEROFARTICLES}}'''  articles ici qui vous attendent. }}|&lt;br /&gt;
&lt;br /&gt;
__TOC__|&lt;br /&gt;
9|&lt;br /&gt;
1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--========================================================================================--&amp;gt;&lt;br /&gt;
{{SectionTemplate|&lt;br /&gt;
1=Contenu de la page|&lt;br /&gt;
2=Pour la page qui liste tous les guides Wiki et tutoriaux classés par ordre Alphabétique cliquer [https://wiki.manjaro.org/index.php?title=Category:Contents_Page{{#translation:}} ici]|&lt;br /&gt;
3=Gtk-dialog-info.png&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- SECTIONS --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Bien débuter|&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Aperçu|&lt;br /&gt;
* '''[[Manjaro/fr|Aperçu Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
Divers articles pour répondre à toutes vos questions !&lt;br /&gt;
&lt;br /&gt;
* '''[[Using_Manjaro_for_Beginners/fr|Utiliser Manjaro pour les Débutants]]'''&lt;br /&gt;
&lt;br /&gt;
Nouveau sur Manjaro ? Débuter ici l’aperçu&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Online et Support|&lt;br /&gt;
* '''[[Manjaro Online/fr|Manjaro Online]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Notre forum, Twitter, Reddit, et Facebook.''&lt;br /&gt;
&lt;br /&gt;
* '''[https://t.me/manjaro_official Manjaro avec Telegram]'''&lt;br /&gt;
&lt;br /&gt;
: ''Support direct pour les utilisateurs Manjaro''&lt;br /&gt;
|Dragon-ball-online-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Télécharger Manjaro|&lt;br /&gt;
* '''[[Download Manjaro|Télécharger Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Où trouver les dernières et meilleures parutions de Manjaro.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Check a Downloaded ISO Image For Errors|Vérifier l'Intégrité d'une image ISO téléchargée]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vérifier l'intégrité de votre téléchargement Manjaro sous Linux et Windows.''&lt;br /&gt;
|Emblem-downloads.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Installation|&lt;br /&gt;
* '''[[Burn an ISO File|Graver un fichier ISO]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Graver Manjaro sur CD/DVD ou une clé USB avec Linux ou Windows.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Installation Guides|Guide d’Installation Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Guides d'installation et de partitionnement pour utilisateurs débutants et expérimentés.''&lt;br /&gt;
|System-os-installer.png}}|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Personnalisation et configuration|&lt;br /&gt;
&amp;lt;!-- First --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* '''[[BIOS and UEFI|BIOS et UEFI]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment activer la virtualisation, exécutez Manjaro sur système Windows 10, et plus !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Display Managers / Login Screens|Gestionnaires d'affichage / Ecrans de connexion]]'''    &lt;br /&gt;
&lt;br /&gt;
: ''Installer, configurer ou encore contourner MDM, GDM, SDDM, LXDM ou SLiM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Fstab - Use SystemD automount|Fstab - utiliser SystemD automount]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Options SystemD et fstab pour monter un périphérique.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Make GRUB menu &amp;amp; boot-up/down fonts bigger|Faire un menu GRUB, Démarrage, et Police d’Extinction]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment agrandir la taille du boot, extinction et la police du menu GRUB.''&lt;br /&gt;
|System-shutdown.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|DEs (Environnement de Bureau) / WMs (Gestionnaire de Fenêtres)|&lt;br /&gt;
* '''[[Basic Tips for conky|Conky - Astuces Basiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Conky peut afficher pas mal d’informations utiles sur votre bureau. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Desktop Environments|Environnement de Bureaux et Gestionnaires de fenêtres]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer les bureaux populaires et appliquer des configurations spécifiques.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Qt app's to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Qt pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications QT correspondent au thème GTK+ DE/WM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Java apps to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Java pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications Java permettent les thèmes GTK+ DE/WM.''&lt;br /&gt;
|Preferences-desktop-theme-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* '''[[Repositories and Servers|Dépôts et serveurs]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Modifier les dépôts, rechercher les miroirs plus rapides, etc.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Pacman|Pacman]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Instructions pour utiliser le Gestionnaire de paquets et plus.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Graphical Software Managers|Gestionnaires d’Applications Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Il y a plusieurs gestionnaire applications graphiques conviviales disponibles ''!&lt;br /&gt;
&lt;br /&gt;
* '''[[Arch User Repository|Arch User Repository]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Découvrir et utiliser AUR.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Flatpak|Flatpak]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Etendez votre librairie d’applications en utilisant les Flatpaks''&lt;br /&gt;
&lt;br /&gt;
* '''[[Snap|Snap]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer et gérer les Snaps avec Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Software Applications|Applications]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Une collection d’astuces et de configurations pour plusieurs applications''&lt;br /&gt;
|X-content-unix-software.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel / MSM|&lt;br /&gt;
* '''[[Manjaro Settings Manager|Gestionnaire d'Options Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''MSM vous aide à gérer le Langage, Les Comptes Utilisateurs, Kernel, Date et Heure, Les Drivers de Carte Graphique, et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro Hardware Detection|Manjaro Détection de Matériel]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Noyaux et Drivers.(mhwd)''&lt;br /&gt;
&lt;br /&gt;
* '''[[Configure Graphics Cards|Configurer les cartes Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Voir, installer, supprimer, ou réinstaller les drivers GPU et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Power Management|Gestion de l'énergie]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vous avez une prise ? Non ?  Optimisez la batterie !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Printing|Impression]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installez les logiciels nécessaires et activez l'impression.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Wacom Tablet And Pen|Tablette Wacom Et Stylet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Configurer tablettes et stylets.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro-ARM|Manjaro-ARM]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Astuces pour les systèmes spécifiques ARM''&lt;br /&gt;
|Kali-hardware-hacking-trans.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fifth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Réseau / Internet|&lt;br /&gt;
* '''[[Internet Browsers|Navigateurs Internet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Sécurité, Personnalisation, et Configuration.''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-translate-fuzzy&amp;quot;&amp;gt;&lt;br /&gt;
* '''[[Firewalls|Pare-feux]]'''&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-translate-fuzzy&amp;quot;&amp;gt;&lt;br /&gt;
: ''Pare-feux avec Manjaro''&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''[[Sync dynamic IP with openDNS service via ddclient|Synchroniser votre IP dynamique avec le service openDNS via ddclient]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour mettre a jour votre IP dynamique pour le service openDNS.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard and Mouse Sharing|Partage de Clavier et Souris]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser une souris et un clavier avec plusieurs machines et systèmes exploitations.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Networking|Réseau]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Gestion du réseau''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using Samba in your File Manager|Utiliser Samba avec un Gestionnaire de Fichiers]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment installer le partage Samba dans votre réseau.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Sharing files with Python|Partage de fichiers avec Python]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser Python pour construire un réseau de partage de fichiers.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using autofs (automount) with NFS|Utiliser autofs (automount) avec NFS]]''' &lt;br /&gt;
&lt;br /&gt;
: ''L'une des nombreuses façons de monter des partages..''&lt;br /&gt;
|Preferences-system-network.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- sixth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Système / Divers|&lt;br /&gt;
* '''[[Manjaro Polkit Rules|Règles de Sécurités Manjaro]]''' &lt;br /&gt;
&lt;br /&gt;
: ''La stratégie de sécurité implémentée par Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Add a Storage Partition &amp;amp; Modify your System to Suit|Ajouter du Stockage sur une Partition &amp;amp; Modifier votre Suite Système]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment diminuer ou ajouter une partition &amp;amp; construire Manjaro comme vous le voulez.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Aliases in .bashrc|Alias avec bash]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Raccourcies pour votre terminal.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Developer Tools|Outils de développement]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ensemble d’outils utilisés par les développeurs Manjaro et utilisateurs avancés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[File Systems| Systèmes de Fichier]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Information sur different systèmes de fichiers, comment ils fonctionnent, et comment les utiliser.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Swap|Gestion du Swap]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Tout à propos du swap''&lt;br /&gt;
&lt;br /&gt;
* '''[[Limit the size of .log files &amp;amp; the journal|Gestion du Journal Systemd &amp;amp; des fichiers .log]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Gérer le Journal Systemd's &amp;amp; les fichiers syslog /var/log/*log.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Linux Security|Sécurité Linux]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Informations sur root et les mots de passes.''&lt;br /&gt;
&lt;br /&gt;
* '''[[How to mount Windows (NTFS) filesystem due to hibernation|Comment monter le système de fichiers Windows (NTFS) en raison de l'hibernation]]'''&lt;br /&gt;
&lt;br /&gt;
: '' Solutions et contournements pour différentes versions de Windows. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard_Shortcuts|Raccourcis Clavier]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ajouter des raccourcis clavier personnalisés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Viewing and editing configuration files|Visualiser et éditer les fichiers de configuration]]'''&lt;br /&gt;
&lt;br /&gt;
: ''‎Comment visualiser et modifier des fichiers dans chaque édition Manjaro‎.''&lt;br /&gt;
|Xfce4-settings.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Résolution des problèmes|&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* [[Restore the GRUB Bootloader|Restaurer le Démarrage GRUB]]&lt;br /&gt;
&lt;br /&gt;
:  ''‎Vous ne pouvez pas démarrer Manjaro ? Vous pouvez être en mesure de réparer plutôt que de réinstaller !‎''&lt;br /&gt;
&lt;br /&gt;
* [[Préserver le Manjaro Bootloader|Préserver le  Bootloader de Manjaro]]&lt;br /&gt;
&lt;br /&gt;
:  ''Empêcher le GRUB de Manjaro d'être remplacé.''&lt;br /&gt;
&lt;br /&gt;
* [[Kernel Fails to Load (pata_acpi error)|Le Noyau ne se Charge pas / &amp;quot;Unable to Find Device&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour le problème qui affecte certains ordinateurs qui utilisent les chipsets JMicron.''&lt;br /&gt;
|Breeze-settings.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Bureau|&lt;br /&gt;
* [[Various screen tearing fixes|Diverses corrections de déchirure d'écran ]]&lt;br /&gt;
&lt;br /&gt;
: ''Espérons que l'un de ces conseils résoudra votre problème de déchirure d'écran.''&lt;br /&gt;
&lt;br /&gt;
* [[DMenu - warning: no locale support|DMenu - warning: no locale support]]&lt;br /&gt;
&lt;br /&gt;
: ''Un fix pour &amp;quot;no locale support&amp;quot; erreur dans dmenu.''&lt;br /&gt;
|Preferences-desktop-theme-applications.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* [[pacman troubleshooting|Problèmes courants et dépannage de Pacman ]]&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;GPGME_error:_No_data&amp;quot; Error|Erreur &amp;quot;GPGME_error:_No_data&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Unable to lock database&amp;quot; Error|Erreur &amp;quot;Unable to lock database&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Failed to commit transaction (invalid or corrupted package)&amp;quot; Error|Erreur &amp;quot;Invalid or corrupted package&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman_troubleshooting#&amp;quot;Configuration_file...not recognized&amp;quot; Error|Erreur &amp;quot;Configuration file...not recognized&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#Conflicting files - FILENAME exists in filesystem|Erreur &amp;quot;Conflicting files - FILENAME exists in filesystem&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
|X-system-software-sources.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel|&lt;br /&gt;
* [[Reactivating the Backlight|La Luminosité de l'écran est trop Sombre ou trop Faible]]&lt;br /&gt;
&lt;br /&gt;
: ''La solution à un problème qui affecte particulièrement certaines marques d'ordinateurs portables''.&lt;br /&gt;
&lt;br /&gt;
* [[Did X.server recognise your monitor correctly?|Server X a-t-il correctement reconnu votre moniteur ?]]&lt;br /&gt;
&lt;br /&gt;
: ''Un test rapide dans le Terminal''.&lt;br /&gt;
&lt;br /&gt;
* [[ALSA|Advanced Linux Sound Architecture (ALSA)]]&lt;br /&gt;
&lt;br /&gt;
: ''Dépannage des problèmes courants liés à ALSA''.&lt;br /&gt;
|Yast-hardware.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Plus|&lt;br /&gt;
{{SubContentTemplate|Aide|&lt;br /&gt;
* [//www.mediawiki.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
&lt;br /&gt;
: ''Guide de l'utilisateur complet sur tous les aspects de la création et de la maintenance de Wiki.'' &lt;br /&gt;
|Application-vnd.ms-htmlhelp.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Autres|&lt;br /&gt;
* [[Basic Submission Rules|Règles de Bases de Soumissions]]&lt;br /&gt;
&lt;br /&gt;
: ''Comment créer un compte, et les choses à faire et à ne pas faire pour les contributeurs Wiki.''&lt;br /&gt;
&lt;br /&gt;
* [[Contributing|Contribuer]]&lt;br /&gt;
&lt;br /&gt;
: ''Point de départ pour ceux et celles qui désirent contribuer au wiki.''&lt;br /&gt;
|Caffeine.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- to early now [[Category:Top level{{#translation:}}]] --&amp;gt;&lt;br /&gt;
[[Category:Top level{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Main_Page/300/fr&amp;diff=28528</id>
		<title>Translations:Main Page/300/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Main_Page/300/fr&amp;diff=28528"/>
		<updated>2021-09-12T07:43:37Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;: ''MSM vous aide à gérer le Langage, Les Comptes Utilisateurs, Kernel, Date et Heure, Les Drivers de Carte Graphique, et plus encore.''&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28527</id>
		<title>Main Page/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28527"/>
		<updated>2021-09-12T07:43:37Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Manjaro Logo--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Main page logo.png|center|300px]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{FlexBoxTemplate|Nouveautés - Les derniers changements|{{Special:RecentChanges/days=100,limit=12,hidebots}}|Actuellement il y a '''{{NUMBEROFARTICLES}}'''  articles ici qui vous attendent. }}|&lt;br /&gt;
&lt;br /&gt;
__TOC__|&lt;br /&gt;
9|&lt;br /&gt;
1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--========================================================================================--&amp;gt;&lt;br /&gt;
{{SectionTemplate|&lt;br /&gt;
1=Contenu de la page|&lt;br /&gt;
2=Pour la page qui liste tous les guides Wiki et tutoriaux classés par ordre Alphabétique cliquer [https://wiki.manjaro.org/index.php?title=Category:Contents_Page{{#translation:}} ici]|&lt;br /&gt;
3=Gtk-dialog-info.png&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- SECTIONS --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Bien débuter|&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Aperçu|&lt;br /&gt;
* '''[[Manjaro/fr|Aperçu Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
Divers articles pour répondre à toutes vos questions !&lt;br /&gt;
&lt;br /&gt;
* '''[[Using_Manjaro_for_Beginners/fr|Utiliser Manjaro pour les Débutants]]'''&lt;br /&gt;
&lt;br /&gt;
Nouveau sur Manjaro ? Débuter ici l’aperçu&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Online et Support|&lt;br /&gt;
* '''[[Manjaro Online/fr|Manjaro Online]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Notre forum, Twitter, Reddit, et Facebook.''&lt;br /&gt;
&lt;br /&gt;
* '''[https://t.me/manjaro_official Manjaro avec Telegram]'''&lt;br /&gt;
&lt;br /&gt;
: ''Support direct pour les utilisateurs Manjaro''&lt;br /&gt;
|Dragon-ball-online-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Télécharger Manjaro|&lt;br /&gt;
* '''[[Download Manjaro|Télécharger Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Où trouver les dernières et meilleures parutions de Manjaro.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Check a Downloaded ISO Image For Errors|Vérifier l'Intégrité d'une image ISO téléchargée]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vérifier l'intégrité de votre téléchargement Manjaro sous Linux et Windows.''&lt;br /&gt;
|Emblem-downloads.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Installation|&lt;br /&gt;
* '''[[Burn an ISO File|Graver un fichier ISO]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Graver Manjaro sur CD/DVD ou une clé USB avec Linux ou Windows.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Installation Guides|Guide d’Installation Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Guides d'installation et de partitionnement pour utilisateurs débutants et expérimentés.''&lt;br /&gt;
|System-os-installer.png}}|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Personnalisation et configuration|&lt;br /&gt;
&amp;lt;!-- First --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* '''[[BIOS and UEFI|BIOS et UEFI]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment activer la virtualisation, exécutez Manjaro sur système Windows 10, et plus !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Display Managers / Login Screens|Gestionnaires d'affichage / Ecrans de connexion]]'''    &lt;br /&gt;
&lt;br /&gt;
: ''Installer, configurer ou encore contourner MDM, GDM, SDDM, LXDM ou SLiM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Fstab - Use SystemD automount|Fstab - utiliser SystemD automount]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Options SystemD et fstab pour monter un périphérique.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Make GRUB menu &amp;amp; boot-up/down fonts bigger|Faire un menu GRUB, Démarrage, et Police d’Extinction]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment agrandir la taille du boot, extinction et la police du menu GRUB.''&lt;br /&gt;
|System-shutdown.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|DEs (Environnement de Bureau) / WMs (Gestionnaire de Fenêtres)|&lt;br /&gt;
* '''[[Basic Tips for conky|Conky - Astuces Basiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Conky peut afficher pas mal d’informations utiles sur votre bureau. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Desktop Environments|Environnement de Bureaux et Gestionnaires de fenêtres]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer les bureaux populaires et appliquer des configurations spécifiques.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Qt app's to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Qt pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications QT correspondent au thème GTK+ DE/WM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Java apps to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Java pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications Java permettent les thèmes GTK+ DE/WM.''&lt;br /&gt;
|Preferences-desktop-theme-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* '''[[Repositories and Servers|Dépôts et serveurs]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Modifier les dépôts, rechercher les miroirs plus rapides, etc.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Pacman|Pacman]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Instructions pour utiliser le Gestionnaire de paquets et plus.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Graphical Software Managers|Gestionnaires d’Applications Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Il y a plusieurs gestionnaire applications graphiques conviviales disponibles ''!&lt;br /&gt;
&lt;br /&gt;
* '''[[Arch User Repository|Arch User Repository]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Découvrir et utiliser AUR.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Flatpak|Flatpak]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Etendez votre librairie d’applications en utilisant les Flatpaks''&lt;br /&gt;
&lt;br /&gt;
* '''[[Snap|Snap]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer et gérer les Snaps avec Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Software Applications|Applications]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Une collection d’astuces et de configurations pour plusieurs applications''&lt;br /&gt;
|X-content-unix-software.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel / MSM|&lt;br /&gt;
* '''[[Manjaro Settings Manager|Gestionnaire d'Options Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''MSM vous pouvez gérer le Langage, Les Comptes Utilisateurs, Kernel, Date et Heure, Les Drivers de Carte Graphique, et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro Hardware Detection|Manjaro Détection de Matériel]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Noyaux et Drivers.(mhwd)''&lt;br /&gt;
&lt;br /&gt;
* '''[[Configure Graphics Cards|Configurer les cartes Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Voir, installer, supprimer, ou réinstaller les drivers GPU et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Power Management|Gestion de l'énergie]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vous avez une prise ? Non ?  Optimisez la batterie !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Printing|Impression]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installez les logiciels nécessaires et activez l'impression.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Wacom Tablet And Pen|Tablette Wacom Et Stylet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Configurer tablettes et stylets.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro-ARM|Manjaro-ARM]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Astuces pour les systèmes spécifiques ARM''&lt;br /&gt;
|Kali-hardware-hacking-trans.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fifth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Réseau / Internet|&lt;br /&gt;
* '''[[Internet Browsers|Navigateurs Internet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Sécurité, Personnalisation, et Configuration.''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-translate-fuzzy&amp;quot;&amp;gt;&lt;br /&gt;
* '''[[Firewalls|Pare-feux]]'''&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-translate-fuzzy&amp;quot;&amp;gt;&lt;br /&gt;
: ''Pare-feux avec Manjaro''&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''[[Sync dynamic IP with openDNS service via ddclient|Synchroniser votre IP dynamique avec le service openDNS via ddclient]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour mettre a jour votre IP dynamique pour le service openDNS.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard and Mouse Sharing|Partage de Clavier et Souris]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser une souris et un clavier avec plusieurs machines et systèmes exploitations.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Networking|Réseau]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Gestion du réseau''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using Samba in your File Manager|Utiliser Samba avec un Gestionnaire de Fichiers]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment installer le partage Samba dans votre réseau.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Sharing files with Python|Partage de fichiers avec Python]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser Python pour construire un réseau de partage de fichiers.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using autofs (automount) with NFS|Utiliser autofs (automount) avec NFS]]''' &lt;br /&gt;
&lt;br /&gt;
: ''L'une des nombreuses façons de monter des partages..''&lt;br /&gt;
|Preferences-system-network.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- sixth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Système / Divers|&lt;br /&gt;
* '''[[Manjaro Polkit Rules|Règles de Sécurités Manjaro]]''' &lt;br /&gt;
&lt;br /&gt;
: ''La stratégie de sécurité implémentée par Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Add a Storage Partition &amp;amp; Modify your System to Suit|Ajouter du Stockage sur une Partition &amp;amp; Modifier votre Suite Système]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment diminuer ou ajouter une partition &amp;amp; construire Manjaro comme vous le voulez.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Aliases in .bashrc|Alias avec bash]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Raccourcies pour votre terminal.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Developer Tools|Outils de développement]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ensemble d’outils utilisés par les développeurs Manjaro et utilisateurs avancés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[File Systems| Systèmes de Fichier]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Information sur different systèmes de fichiers, comment ils fonctionnent, et comment les utiliser.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Swap|Gestion du Swap]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Tout à propos du swap''&lt;br /&gt;
&lt;br /&gt;
* '''[[Limit the size of .log files &amp;amp; the journal|Gestion du Journal Systemd &amp;amp; des fichiers .log]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Gérer le Journal Systemd's &amp;amp; les fichiers syslog /var/log/*log.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Linux Security|Sécurité Linux]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Informations sur root et les mots de passes.''&lt;br /&gt;
&lt;br /&gt;
* '''[[How to mount Windows (NTFS) filesystem due to hibernation|Comment monter le système de fichiers Windows (NTFS) en raison de l'hibernation]]'''&lt;br /&gt;
&lt;br /&gt;
: '' Solutions et contournements pour différentes versions de Windows. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard_Shortcuts|Raccourcis Clavier]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ajouter des raccourcis clavier personnalisés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Viewing and editing configuration files|Visualiser et éditer les fichiers de configuration]]'''&lt;br /&gt;
&lt;br /&gt;
: ''‎Comment visualiser et modifier des fichiers dans chaque édition Manjaro‎.''&lt;br /&gt;
|Xfce4-settings.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Résolution des problèmes|&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* [[Restore the GRUB Bootloader|Restaurer le Démarrage GRUB]]&lt;br /&gt;
&lt;br /&gt;
:  ''‎Vous ne pouvez pas démarrer Manjaro ? Vous pouvez être en mesure de réparer plutôt que de réinstaller !‎''&lt;br /&gt;
&lt;br /&gt;
* [[Préserver le Manjaro Bootloader|Préserver le  Bootloader de Manjaro]]&lt;br /&gt;
&lt;br /&gt;
:  ''Empêcher le GRUB de Manjaro d'être remplacé.''&lt;br /&gt;
&lt;br /&gt;
* [[Kernel Fails to Load (pata_acpi error)|Le Noyau ne se Charge pas / &amp;quot;Unable to Find Device&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour le problème qui affecte certains ordinateurs qui utilisent les chipsets JMicron.''&lt;br /&gt;
|Breeze-settings.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Bureau|&lt;br /&gt;
* [[Various screen tearing fixes|Diverses corrections de déchirure d'écran ]]&lt;br /&gt;
&lt;br /&gt;
: ''Espérons que l'un de ces conseils résoudra votre problème de déchirure d'écran.''&lt;br /&gt;
&lt;br /&gt;
* [[DMenu - warning: no locale support|DMenu - warning: no locale support]]&lt;br /&gt;
&lt;br /&gt;
: ''Un fix pour &amp;quot;no locale support&amp;quot; erreur dans dmenu.''&lt;br /&gt;
|Preferences-desktop-theme-applications.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* [[pacman troubleshooting|Problèmes courants et dépannage de Pacman ]]&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;GPGME_error:_No_data&amp;quot; Error|Erreur &amp;quot;GPGME_error:_No_data&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Unable to lock database&amp;quot; Error|Erreur &amp;quot;Unable to lock database&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Failed to commit transaction (invalid or corrupted package)&amp;quot; Error|Erreur &amp;quot;Invalid or corrupted package&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman_troubleshooting#&amp;quot;Configuration_file...not recognized&amp;quot; Error|Erreur &amp;quot;Configuration file...not recognized&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#Conflicting files - FILENAME exists in filesystem|Erreur &amp;quot;Conflicting files - FILENAME exists in filesystem&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
|X-system-software-sources.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel|&lt;br /&gt;
* [[Reactivating the Backlight|La Luminosité de l'écran est trop Sombre ou trop Faible]]&lt;br /&gt;
&lt;br /&gt;
: ''La solution à un problème qui affecte particulièrement certaines marques d'ordinateurs portables''.&lt;br /&gt;
&lt;br /&gt;
* [[Did X.server recognise your monitor correctly?|Server X a-t-il correctement reconnu votre moniteur ?]]&lt;br /&gt;
&lt;br /&gt;
: ''Un test rapide dans le Terminal''.&lt;br /&gt;
&lt;br /&gt;
* [[ALSA|Advanced Linux Sound Architecture (ALSA)]]&lt;br /&gt;
&lt;br /&gt;
: ''Dépannage des problèmes courants liés à ALSA''.&lt;br /&gt;
|Yast-hardware.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Plus|&lt;br /&gt;
{{SubContentTemplate|Aide|&lt;br /&gt;
* [//www.mediawiki.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
&lt;br /&gt;
: ''Guide de l'utilisateur complet sur tous les aspects de la création et de la maintenance de Wiki.'' &lt;br /&gt;
|Application-vnd.ms-htmlhelp.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Autres|&lt;br /&gt;
* [[Basic Submission Rules|Règles de Bases de Soumissions]]&lt;br /&gt;
&lt;br /&gt;
: ''Comment créer un compte, et les choses à faire et à ne pas faire pour les contributeurs Wiki.''&lt;br /&gt;
&lt;br /&gt;
* [[Contributing|Contribuer]]&lt;br /&gt;
&lt;br /&gt;
: ''Point de départ pour ceux et celles qui désirent contribuer au wiki.''&lt;br /&gt;
|Caffeine.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- to early now [[Category:Top level{{#translation:}}]] --&amp;gt;&lt;br /&gt;
[[Category:Top level{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Main_Page/299/fr&amp;diff=28526</id>
		<title>Translations:Main Page/299/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Main_Page/299/fr&amp;diff=28526"/>
		<updated>2021-09-12T07:43:06Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* '''[[Manjaro Settings Manager|Gestionnaire d'Options Manjaro]]'''&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28525</id>
		<title>Main Page/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Main_Page/fr&amp;diff=28525"/>
		<updated>2021-09-12T07:42:41Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Manjaro Logo--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Main page logo.png|center|300px]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{FlexBoxTemplate|Nouveautés - Les derniers changements|{{Special:RecentChanges/days=100,limit=12,hidebots}}|Actuellement il y a '''{{NUMBEROFARTICLES}}'''  articles ici qui vous attendent. }}|&lt;br /&gt;
&lt;br /&gt;
__TOC__|&lt;br /&gt;
9|&lt;br /&gt;
1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--========================================================================================--&amp;gt;&lt;br /&gt;
{{SectionTemplate|&lt;br /&gt;
1=Contenu de la page|&lt;br /&gt;
2=Pour la page qui liste tous les guides Wiki et tutoriaux classés par ordre Alphabétique cliquer [https://wiki.manjaro.org/index.php?title=Category:Contents_Page{{#translation:}} ici]|&lt;br /&gt;
3=Gtk-dialog-info.png&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- SECTIONS --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Bien débuter|&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Aperçu|&lt;br /&gt;
* '''[[Manjaro/fr|Aperçu Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
Divers articles pour répondre à toutes vos questions !&lt;br /&gt;
&lt;br /&gt;
* '''[[Using_Manjaro_for_Beginners/fr|Utiliser Manjaro pour les Débutants]]'''&lt;br /&gt;
&lt;br /&gt;
Nouveau sur Manjaro ? Débuter ici l’aperçu&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Online et Support|&lt;br /&gt;
* '''[[Manjaro Online/fr|Manjaro Online]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Notre forum, Twitter, Reddit, et Facebook.''&lt;br /&gt;
&lt;br /&gt;
* '''[https://t.me/manjaro_official Manjaro avec Telegram]'''&lt;br /&gt;
&lt;br /&gt;
: ''Support direct pour les utilisateurs Manjaro''&lt;br /&gt;
|Dragon-ball-online-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Télécharger Manjaro|&lt;br /&gt;
* '''[[Download Manjaro|Télécharger Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Où trouver les dernières et meilleures parutions de Manjaro.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Check a Downloaded ISO Image For Errors|Vérifier l'Intégrité d'une image ISO téléchargée]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vérifier l'intégrité de votre téléchargement Manjaro sous Linux et Windows.''&lt;br /&gt;
|Emblem-downloads.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Installation|&lt;br /&gt;
* '''[[Burn an ISO File|Graver un fichier ISO]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Graver Manjaro sur CD/DVD ou une clé USB avec Linux ou Windows.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Installation Guides|Guide d’Installation Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Guides d'installation et de partitionnement pour utilisateurs débutants et expérimentés.''&lt;br /&gt;
|System-os-installer.png}}|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Personnalisation et configuration|&lt;br /&gt;
&amp;lt;!-- First --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* '''[[BIOS and UEFI|BIOS et UEFI]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment activer la virtualisation, exécutez Manjaro sur système Windows 10, et plus !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Display Managers / Login Screens|Gestionnaires d'affichage / Ecrans de connexion]]'''    &lt;br /&gt;
&lt;br /&gt;
: ''Installer, configurer ou encore contourner MDM, GDM, SDDM, LXDM ou SLiM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Fstab - Use SystemD automount|Fstab - utiliser SystemD automount]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Options SystemD et fstab pour monter un périphérique.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Make GRUB menu &amp;amp; boot-up/down fonts bigger|Faire un menu GRUB, Démarrage, et Police d’Extinction]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Comment agrandir la taille du boot, extinction et la police du menu GRUB.''&lt;br /&gt;
|System-shutdown.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|DEs (Environnement de Bureau) / WMs (Gestionnaire de Fenêtres)|&lt;br /&gt;
* '''[[Basic Tips for conky|Conky - Astuces Basiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Conky peut afficher pas mal d’informations utiles sur votre bureau. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Desktop Environments|Environnement de Bureaux et Gestionnaires de fenêtres]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer les bureaux populaires et appliquer des configurations spécifiques.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Qt app's to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Qt pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications QT correspondent au thème GTK+ DE/WM.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Set all Java apps to use GTK+ font &amp;amp; theme settings|Configurer toutes les applications Java pour utiliser les paramètres de police et de thème GTK+]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Assurez-vous que les applications Java permettent les thèmes GTK+ DE/WM.''&lt;br /&gt;
|Preferences-desktop-theme-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* '''[[Repositories and Servers|Dépôts et serveurs]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Modifier les dépôts, rechercher les miroirs plus rapides, etc.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Pacman|Pacman]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Instructions pour utiliser le Gestionnaire de paquets et plus.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Graphical Software Managers|Gestionnaires d’Applications Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Il y a plusieurs gestionnaire applications graphiques conviviales disponibles ''!&lt;br /&gt;
&lt;br /&gt;
* '''[[Arch User Repository|Arch User Repository]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Découvrir et utiliser AUR.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Flatpak|Flatpak]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Etendez votre librairie d’applications en utilisant les Flatpaks''&lt;br /&gt;
&lt;br /&gt;
* '''[[Snap|Snap]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installer et gérer les Snaps avec Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Software Applications|Applications]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Une collection d’astuces et de configurations pour plusieurs applications''&lt;br /&gt;
|X-content-unix-software.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel / MSM|&lt;br /&gt;
* '''[[Manjaro Settings Manager|Manager d'Options Manjaro]]'''&lt;br /&gt;
&lt;br /&gt;
: ''MSM vous pouvez gérer le Langage, Les Comptes Utilisateurs, Kernel, Date et Heure, Les Drivers de Carte Graphique, et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro Hardware Detection|Manjaro Détection de Matériel]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Noyaux et Drivers.(mhwd)''&lt;br /&gt;
&lt;br /&gt;
* '''[[Configure Graphics Cards|Configurer les cartes Graphiques]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Voir, installer, supprimer, ou réinstaller les drivers GPU et plus encore.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Power Management|Gestion de l'énergie]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Vous avez une prise ? Non ?  Optimisez la batterie !''&lt;br /&gt;
&lt;br /&gt;
* '''[[Printing|Impression]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Installez les logiciels nécessaires et activez l'impression.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Wacom Tablet And Pen|Tablette Wacom Et Stylet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Configurer tablettes et stylets.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Manjaro-ARM|Manjaro-ARM]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Astuces pour les systèmes spécifiques ARM''&lt;br /&gt;
|Kali-hardware-hacking-trans.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fifth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Réseau / Internet|&lt;br /&gt;
* '''[[Internet Browsers|Navigateurs Internet]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Sécurité, Personnalisation, et Configuration.''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-translate-fuzzy&amp;quot;&amp;gt;&lt;br /&gt;
* '''[[Firewalls|Pare-feux]]'''&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-translate-fuzzy&amp;quot;&amp;gt;&lt;br /&gt;
: ''Pare-feux avec Manjaro''&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''[[Sync dynamic IP with openDNS service via ddclient|Synchroniser votre IP dynamique avec le service openDNS via ddclient]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour mettre a jour votre IP dynamique pour le service openDNS.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard and Mouse Sharing|Partage de Clavier et Souris]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser une souris et un clavier avec plusieurs machines et systèmes exploitations.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Networking|Réseau]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Gestion du réseau''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using Samba in your File Manager|Utiliser Samba avec un Gestionnaire de Fichiers]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment installer le partage Samba dans votre réseau.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Sharing files with Python|Partage de fichiers avec Python]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Utiliser Python pour construire un réseau de partage de fichiers.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Using autofs (automount) with NFS|Utiliser autofs (automount) avec NFS]]''' &lt;br /&gt;
&lt;br /&gt;
: ''L'une des nombreuses façons de monter des partages..''&lt;br /&gt;
|Preferences-system-network.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- sixth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Système / Divers|&lt;br /&gt;
* '''[[Manjaro Polkit Rules|Règles de Sécurités Manjaro]]''' &lt;br /&gt;
&lt;br /&gt;
: ''La stratégie de sécurité implémentée par Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Add a Storage Partition &amp;amp; Modify your System to Suit|Ajouter du Stockage sur une Partition &amp;amp; Modifier votre Suite Système]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Comment diminuer ou ajouter une partition &amp;amp; construire Manjaro comme vous le voulez.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Aliases in .bashrc|Alias avec bash]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Raccourcies pour votre terminal.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Developer Tools|Outils de développement]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ensemble d’outils utilisés par les développeurs Manjaro et utilisateurs avancés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[File Systems| Systèmes de Fichier]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Information sur different systèmes de fichiers, comment ils fonctionnent, et comment les utiliser.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Swap|Gestion du Swap]]''' &lt;br /&gt;
&lt;br /&gt;
: ''Tout à propos du swap''&lt;br /&gt;
&lt;br /&gt;
* '''[[Limit the size of .log files &amp;amp; the journal|Gestion du Journal Systemd &amp;amp; des fichiers .log]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Gérer le Journal Systemd's &amp;amp; les fichiers syslog /var/log/*log.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Linux Security|Sécurité Linux]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Informations sur root et les mots de passes.''&lt;br /&gt;
&lt;br /&gt;
* '''[[How to mount Windows (NTFS) filesystem due to hibernation|Comment monter le système de fichiers Windows (NTFS) en raison de l'hibernation]]'''&lt;br /&gt;
&lt;br /&gt;
: '' Solutions et contournements pour différentes versions de Windows. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Keyboard_Shortcuts|Raccourcis Clavier]]'''&lt;br /&gt;
&lt;br /&gt;
: ''Ajouter des raccourcis clavier personnalisés.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Viewing and editing configuration files|Visualiser et éditer les fichiers de configuration]]'''&lt;br /&gt;
&lt;br /&gt;
: ''‎Comment visualiser et modifier des fichiers dans chaque édition Manjaro‎.''&lt;br /&gt;
|Xfce4-settings.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Résolution des problèmes|&lt;br /&gt;
{{SubContentTemplate|Amorçage / Démarrage|&lt;br /&gt;
* [[Restore the GRUB Bootloader|Restaurer le Démarrage GRUB]]&lt;br /&gt;
&lt;br /&gt;
:  ''‎Vous ne pouvez pas démarrer Manjaro ? Vous pouvez être en mesure de réparer plutôt que de réinstaller !‎''&lt;br /&gt;
&lt;br /&gt;
* [[Préserver le Manjaro Bootloader|Préserver le  Bootloader de Manjaro]]&lt;br /&gt;
&lt;br /&gt;
:  ''Empêcher le GRUB de Manjaro d'être remplacé.''&lt;br /&gt;
&lt;br /&gt;
* [[Kernel Fails to Load (pata_acpi error)|Le Noyau ne se Charge pas / &amp;quot;Unable to Find Device&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
: ''Solution pour le problème qui affecte certains ordinateurs qui utilisent les chipsets JMicron.''&lt;br /&gt;
|Breeze-settings.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Bureau|&lt;br /&gt;
* [[Various screen tearing fixes|Diverses corrections de déchirure d'écran ]]&lt;br /&gt;
&lt;br /&gt;
: ''Espérons que l'un de ces conseils résoudra votre problème de déchirure d'écran.''&lt;br /&gt;
&lt;br /&gt;
* [[DMenu - warning: no locale support|DMenu - warning: no locale support]]&lt;br /&gt;
&lt;br /&gt;
: ''Un fix pour &amp;quot;no locale support&amp;quot; erreur dans dmenu.''&lt;br /&gt;
|Preferences-desktop-theme-applications.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Gestionnaire d’Applications|&lt;br /&gt;
* [[pacman troubleshooting|Problèmes courants et dépannage de Pacman ]]&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;GPGME_error:_No_data&amp;quot; Error|Erreur &amp;quot;GPGME_error:_No_data&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Unable to lock database&amp;quot; Error|Erreur &amp;quot;Unable to lock database&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#&amp;quot;Failed to commit transaction (invalid or corrupted package)&amp;quot; Error|Erreur &amp;quot;Invalid or corrupted package&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman_troubleshooting#&amp;quot;Configuration_file...not recognized&amp;quot; Error|Erreur &amp;quot;Configuration file...not recognized&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
: ''[[pacman troubleshooting#Conflicting files - FILENAME exists in filesystem|Erreur &amp;quot;Conflicting files - FILENAME exists in filesystem&amp;quot;]]''&lt;br /&gt;
&lt;br /&gt;
|X-system-software-sources.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Matériel|&lt;br /&gt;
* [[Reactivating the Backlight|La Luminosité de l'écran est trop Sombre ou trop Faible]]&lt;br /&gt;
&lt;br /&gt;
: ''La solution à un problème qui affecte particulièrement certaines marques d'ordinateurs portables''.&lt;br /&gt;
&lt;br /&gt;
* [[Did X.server recognise your monitor correctly?|Server X a-t-il correctement reconnu votre moniteur ?]]&lt;br /&gt;
&lt;br /&gt;
: ''Un test rapide dans le Terminal''.&lt;br /&gt;
&lt;br /&gt;
* [[ALSA|Advanced Linux Sound Architecture (ALSA)]]&lt;br /&gt;
&lt;br /&gt;
: ''Dépannage des problèmes courants liés à ALSA''.&lt;br /&gt;
|Yast-hardware.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Plus|&lt;br /&gt;
{{SubContentTemplate|Aide|&lt;br /&gt;
* [//www.mediawiki.org/wiki/Help:Contents User's Guide]&lt;br /&gt;
&lt;br /&gt;
: ''Guide de l'utilisateur complet sur tous les aspects de la création et de la maintenance de Wiki.'' &lt;br /&gt;
|Application-vnd.ms-htmlhelp.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Autres|&lt;br /&gt;
* [[Basic Submission Rules|Règles de Bases de Soumissions]]&lt;br /&gt;
&lt;br /&gt;
: ''Comment créer un compte, et les choses à faire et à ne pas faire pour les contributeurs Wiki.''&lt;br /&gt;
&lt;br /&gt;
* [[Contributing|Contribuer]]&lt;br /&gt;
&lt;br /&gt;
: ''Point de départ pour ceux et celles qui désirent contribuer au wiki.''&lt;br /&gt;
|Caffeine.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- to early now [[Category:Top level{{#translation:}}]] --&amp;gt;&lt;br /&gt;
[[Category:Top level{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Main_Page/289/fr&amp;diff=28524</id>
		<title>Translations:Main Page/289/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Main_Page/289/fr&amp;diff=28524"/>
		<updated>2021-09-12T07:42:20Z</updated>

		<summary type="html">&lt;p&gt;Fabby: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;: ''Il y a plusieurs gestionnaire applications graphiques conviviales disponibles ''!&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=The_Rolling_Release_Development_Model&amp;diff=28523</id>
		<title>The Rolling Release Development Model</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=The_Rolling_Release_Development_Model&amp;diff=28523"/>
		<updated>2021-09-12T07:34:04Z</updated>

		<summary type="html">&lt;p&gt;Fabby: Increased readability&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|2=&amp;lt;translate&amp;gt;&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
Manjaro uses a '''Rolling Release Development Model''', whereby rather than being replaced, the same core system will instead be continually updated and upgraded. As such it is not, nor will it ever be, necessary to re-install a later release of Manjaro in order to enjoy the very latest and most up-to-date system possible. &amp;lt;u&amp;gt;By virtue of keeping an existing installation updated, it is already running the latest release&amp;lt;/u&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
An overview of the three repositories that Manjaro uses to manage its packages can be found [https://wiki.manjaro.org/index.php?title=Manjaro:_A_Different_Kind_of_Beast#Dedicated_Repositories here]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{SectionTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:3--&amp;gt; What are the advantages of a rolling model?&amp;lt;/translate&amp;gt;|&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
* You never need a major system '''upgrade'''.  Just continue to run small '''updates''' as normal and you will always be on the latest version.&lt;br /&gt;
* The latest version of all software packages is always available, there is no need to resort to snaps or flatpaks to run current software&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:5--&amp;gt; What are the disadvantages of a rolling release model?&amp;lt;/translate&amp;gt;|&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
* The system ''must'' roll forward as a unit so it's difficult to hold any individual package at an older version without breaking your system eventually&lt;br /&gt;
* Since everything is being updated when updates are available it is a challenge to run a rolling release distro in an environment where bandwidth is extremely limited&lt;br /&gt;
* You must update your system before installing software.  Not doing so can leave your system in an inconsistent, partially upgraded state&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:7--&amp;gt; Why are new versions of Manjaro being released?&amp;lt;/translate&amp;gt;|&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
It would seem that some confusion has arisen due to the regular (and somewhat rapid) occurrence of new Manjaro releases. This confusion has been compounded still further by the use of version numbers (for example: 18.0.2,18.1 and so on), a custom normally associated with the ''Standard Release Development Model'', where a brand-new release of an operating system must be re-installed over an old version in order to access any new features provided. These releases are more accurately new snapshots of the Manjaro system. Just like photographs, these snapshots are in essence images that portray the Manjaro system at a particular point in its development. As such, one purpose they serve is to help the developers to both chart and evaluate the continued development of the Manjaro system, as it is of course easier to pick up on the finer details from a single image than from a moving picture.&lt;br /&gt;
 &lt;br /&gt;
Since Manjaro is constantly rolling forward, a snapshot of the Manjaro system will very quickly become out of date. New snapshots are therefore released in order to make life easier for new users, who may otherwise be faced with the prospect of downloading huge volumes of new software packages to update and upgrade their newly installed systems from an older ISO.&lt;br /&gt;
 &lt;br /&gt;
Where these snapshots most obviously differ is in the choice of pre-installed software applications provided, as well as other smaller tweaks such as the default themes used,  However, the core Manjaro system running underneath is the same and any applications added or removed from a particular snapshot can also be added or removed from an existing installation. And, of course, users will tweak and customise their own systems in accordance with their own personal preferences and tastes, anyway. Again, it is not important which release of Manjaro was initially installed.  Provided it is kept up to date, that system will always be running the latest version available.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:9--&amp;gt; Why are new releases given version numbers?|Quite simply, version numbers have been assigned to snapshots of Manjaro by the developers to help them clearly mark each stage of its development. They also help differentiate between the ISO files released at certain periods of time.&amp;lt;/translate&amp;gt;}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Forum_Rules&amp;diff=23336</id>
		<title>Forum Rules</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Forum_Rules&amp;diff=23336"/>
		<updated>2021-09-04T18:05:26Z</updated>

		<summary type="html">&lt;p&gt;Fabby: Modified link to Manjaro hardware&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Manjaro Linux Forum Rules of Engagement==&lt;br /&gt;
These rules have been adopted from the [https://wiki.archlinux.org/index.php/Forum_etiquette Arch Linux Forum etiquette page] that can be found in the [https://wiki.archlinux.org/ Arch Wiki]. These guidelines have been developed over time and are based on the extensive experience of the [https://www.archlinux.org/ Arch Linux] moderation team with input by the Arch community. As with Arch's high quality packages, we also use their high quality forum rules for a base.&lt;br /&gt;
&lt;br /&gt;
Manjaro forum members are required to abide by the following rules.&lt;br /&gt;
&lt;br /&gt;
==Common Sense Introduction==&lt;br /&gt;
{{BoxWarning|REMEMBER THIS|Do not post on the Arch forums. Those forums are for Arch users '''only'''.}}&lt;br /&gt;
When seeking help:&lt;br /&gt;
* Please seek a solution yourself by researching in the [https://wiki.manjaro.org/ Manjaro wiki], [https://forum.manjaro.org Manjaro Forum]. Another important source of information is the [https://wiki.archlinux.org/ Arch Wiki] and the [https://bbs.archlinux.org/ Arch Forums]. &lt;br /&gt;
* Please provide details of your problem and your system for those from whom you are asking for assistance.&lt;br /&gt;
* When offering help, be as patient and tactful as possible.&lt;br /&gt;
Manjaro is a community of volunteers. Therefore, this entire document may be condensed into one simple admonition:&lt;br /&gt;
&lt;br /&gt;
'''''Proactively seek to give of yourself and to bring only benefit to your peers and community.'''''&lt;br /&gt;
&lt;br /&gt;
==Legality==&lt;br /&gt;
{{BoxDanger|[http://definitions.uslegal.com/c/criminal-solicitation/ Criminal solicitation] is strictly forbidden.|In this context, &amp;quot;criminal solicitation&amp;quot; shall mean, &amp;quot;To actively or passively inform about, facilitate, incite, move, or persuade others to some act of lawlessness or illegal activity.&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
Therefore, do not post discussions about or link to criminal solicitation in any form. This includes, but is not limited to information or links to facilitate illegal drug use, theft, network intrusion, creation of code for malicious purposes, prohibited software copying, prohibited use of copyrighted/patented material, so-called &amp;quot;warez&amp;quot;, or sites which provide torrents or links to such content. Illegal content will be removed swiftly and dealt with in full accordance with known applicable law.&lt;br /&gt;
&lt;br /&gt;
'''Beyond the above, please take note of the following very important information'''&lt;br /&gt;
&lt;br /&gt;
As it is located in Germany, the Manjaro forum server is under German law. German law is quite strict when it comes to copyright protection. The relevant laws are complicated and change fast. We don't endorse any illegal use of copyrighted material. Therefore, we reserve the right to delete any postings that include copyrighted material, links that make copyrighted material illegally available,  and/or postings that advocate the use of software that is used to use copyrighted material in an illegal way. There are many pages on the internet that deal with copyright infringements.&lt;br /&gt;
&lt;br /&gt;
'''forum.manjaro.org is not a site for copyright violations.'''&lt;br /&gt;
&lt;br /&gt;
==How to Post==&lt;br /&gt;
* Choose clear, informative thread titles. This is more likely to elicit response from experienced users who have knowledge about that particular topic. It also makes the thread easy to reference and find in forum searches by future users with similar problems. Further, avoid extraneous phrases such as [HELP!], [URGENT], etc.&lt;br /&gt;
* A sincere effort to use modest and proper language and grammar is a sign of respect toward the community that will certainly be appreciated and is quite likely to elicit positive responses. Please refrain from using so-called &amp;quot;textspeak&amp;quot;, &amp;quot;netspeak&amp;quot;, &amp;quot;leetspeak&amp;quot; and all other forms of internet slang.&lt;br /&gt;
* When asking questions, provide as much information as possible, including error messages, terminal output, logs, what you have previously tried, what documentation and searches you have attempted, and related configuration files.&lt;br /&gt;
* Choose one topic per thread. Long threads are typically discouraged in the technical issue subforums.&lt;br /&gt;
* Post your question in only one subforum; pick the most relevant, and post there.&lt;br /&gt;
* When responding to an existing thread, always read the original post and attempt to focus on the original topic.&lt;br /&gt;
* Finally, when a solution is found, mark your thread as solved by clicking the vertical hamburger '''***''' ot the topic containing the solution then tick the '''Solution''' box. &lt;br /&gt;
* If a thread is marked as solved, do not reply stating the equivalent of &amp;quot;I am having a similar issue..&amp;quot;; start a new thread and link to the solved thread, if relevant.&lt;br /&gt;
* Further reading: [http://www.catb.org/~esr/faqs/smart-questions.html How To Ask Questions The Smart Way]&lt;br /&gt;
&lt;br /&gt;
==Personal Topics/Rants==&lt;br /&gt;
* Rants and complaints are frowned on and may be closed as they are discovered. &lt;br /&gt;
* Posts of this type are much better suited for a blog or other personal web space and are unwanted on the Manjaro forums.&lt;br /&gt;
* Public posts should be open, productive and inviting to all members. &lt;br /&gt;
* Discussions among a select group of users should take place in private message.&lt;br /&gt;
&lt;br /&gt;
==Ineffective Discussion ([http://www.freebsd.org/doc/en/articles/mailing-list-faq/bikeshed.html BIKESHED])==&lt;br /&gt;
Threads stating the equivalent of &amp;quot;there is a problem with the Manjaro system and methodology, we need to discuss it&amp;quot; have been repeatedly proven ineffective and inflammatory and will usually be locked after a warning from the moderation team. If you have identified a systemic issue, find a solution that works for you, implement it, then post.&lt;br /&gt;
&lt;br /&gt;
Furthermore, questioning or discussing the methods used by the Manjaro Linux development team will be monitored closely and locked ''if deemed unhelpful and/or unproductive''. Harsh, unproductive criticism is also uncalled for.&lt;br /&gt;
&lt;br /&gt;
If you have a question regarding Manjaro development, please ensure that your topic poses a specific question and be open-minded to responses. If possible, provide a solution or partial solution. Submitting code and patches for discussion is always more pragmatic than asking others to do it for you.&lt;br /&gt;
&lt;br /&gt;
==Be Responsible==&lt;br /&gt;
If an interpersonal issue arises, please be open-minded to the possibility that your behaviour may have contributed to the problem. Taking responsibility for our actions is often a good first step toward a peaceful reconciliation.&lt;br /&gt;
&lt;br /&gt;
==Respect Other Users==&lt;br /&gt;
Simply put, treat others as you would be treated; respect them and their views, even if you disagree with them.&lt;br /&gt;
&lt;br /&gt;
==Respect Other Distributions and Operating Systems==&lt;br /&gt;
* Discussion of the pros and cons of other GNU/Linux distributions and operating systems is allowed. ''Maligning'' other GNU/Linux distributions, or any other operating systems is prohibited. The entire Manjaro team is happy to volunteer their time and energy to provide you with the Manjaro Linux distribution, documentation and forums. &lt;br /&gt;
* Kindly show respect toward the developers and volunteers of other distributions and operating systems as well. &lt;br /&gt;
* Views, experiences and opinions are always welcome, but unproductive slander is not.&lt;br /&gt;
&lt;br /&gt;
==Pasting code and log file contents==&lt;br /&gt;
* Please use [code] tags when pasting console snippets.&lt;br /&gt;
* Please use a [https://wiki.archlinux.org/index.php/List_of_applications#Pastebin_clients pastebin client] when posting large amounts of code or long logs. &lt;br /&gt;
* For non-English locale users: Please prepend LC_ALL=C to posted commands so the output will be in English.&lt;br /&gt;
&lt;br /&gt;
==Product Recommendation Requests==&lt;br /&gt;
'''Threads seeking advice about specific computer product recommendations are discouraged.'''&lt;br /&gt;
* Such topics, like the technology they discuss, quickly become obsolete and are unlikely to provide any lasting benefit to the wider community.&lt;br /&gt;
* You are expected to be able to do your own research and draw your own conclusions about which product best suits your individual requirements.&lt;br /&gt;
* However, Manjaro partners with several hardware vendors. If you're interested in hardware powered by Manjaro, you are welcome to check out the available options at [https://manjaro.org/hardware/ Manjaro hardware].&lt;br /&gt;
&lt;br /&gt;
==Spam/Advertising/Solicitation==&lt;br /&gt;
'''Spamming is forbidden'''. Please report spam with the forum report function and a moderator will review it for removal. Offending spam accounts and associated IP addresses will be banned. Do not reply to spam posts as it increases the amount of work required to clean them up.&lt;br /&gt;
&lt;br /&gt;
Publicity, if it is related to Manjaro (as a project or community) or GNU/Linux/FOSS, will usually be allowed. Promoting web-invites, blog posts or commercial promotions are actively discouraged, or outright prohibited. Registering just to promote your issue/cause, FOSS-related or not, treats the community as a resource and is not acceptable; if unsure about the appropriateness of your content, contact the moderation team ''before'' posting. Also be aware that posting shortened/obscured links is a technique of spammers and deliberately inhibits the communities ability to judge the propriety of the link. Therefore, please only post links that include a clear destination.&lt;br /&gt;
&lt;br /&gt;
==Homework==&lt;br /&gt;
As a matter of principle, do not ask for homework answers, nor post answers to such requests. Homework assignments are designed to encourage a student to learn by their own personal research. Topics deemed to be about homework will be closed.&lt;br /&gt;
&lt;br /&gt;
==Old Threads/&amp;quot;Necro-Bumping&amp;quot;==&lt;br /&gt;
Do your part to keep the forums tidy. Posting in old threads, or &amp;quot;necrobumping&amp;quot; is generally discouraged in the technical issue subforums, since it can potentially create disjointed &amp;quot;zombie&amp;quot; information; outdated posts with data which is no longer relevant due to Manjaro's rolling nature, combined with more recent posts reflecting more current circumstance. Furthermore, technical support threads should remain succinct, and multiple pages are to be avoided if possible.&lt;br /&gt;
&lt;br /&gt;
'''Rules of thumb'''&lt;br /&gt;
* If you have a question, start a new thread and link to the old if relevant.&lt;br /&gt;
* If you have something to add and judge that your information is related, but more up-to-date, start a new thread and link to the old if desired, but avoid duplicating effort by posting information already contained in the Manjaro wiki.&lt;br /&gt;
* If you have a version-agnostic or corresponding solution, necrobumping can be appropriate.&lt;br /&gt;
&lt;br /&gt;
==Forum Member Accounts==&lt;br /&gt;
* Multiple forum accounts is strictly forbidden.&lt;br /&gt;
* Having multiple accounts is an unnecessary use of resources. Further, it may be interpreted as trolling behavior.&lt;br /&gt;
* Sockpuppets are strictly forbidden.&lt;br /&gt;
&lt;br /&gt;
==Impersonation==&lt;br /&gt;
'''Impersonation of others will not be tolerated'''. Attempts to impersonate staff or other forum members will result in immediate banning.&lt;br /&gt;
&lt;br /&gt;
==No Trolling==&lt;br /&gt;
'''''A &amp;quot;troll&amp;quot; is a person who intentionally attempts to disrupt, cause controversy, incite an argument, and/or receive negative attention by deliberately posting provocative content. The term may also refer to the act of posting such content, or the content itself.'''''&lt;br /&gt;
&lt;br /&gt;
Trolls are generally deceitful and often use ambivalence as a method of covertly insulting, intimidating, or inciting a person or persons for their own sadistic pleasure. They often pick their words very carefully and are therefore able to defend their masked attempts at creating unrest, frequently redirecting the blame onto the community and its supposed failure to understand them properly. '''Trolling is strictly prohibited'''.&lt;br /&gt;
&lt;br /&gt;
==Bigotry &amp;amp; Personal Attacks==&lt;br /&gt;
&amp;quot;Flaming&amp;quot; fellow members (including the Manjaro team) will not be tolerated. Never resort to simple insults and please avoid sarcastic and patronizing language. ''Discussions can be productive, but quarrelling is usually destructive.'' Any form of bigotry pertaining to '''ethnicity (nationality), religion, gender''' or '''sexual preference''' is prohibited. Personal attacks (substituting abusive remarks for evidence when attacking another person's comments) are not acceptable and some disciplinary action may be taken.&lt;br /&gt;
&lt;br /&gt;
==Controversy==&lt;br /&gt;
Any topics likely to cause controversy (a couple of common examples are '''politics''' &amp;amp; '''sports''') are generally discouraged and will be monitored closely. Action may be taken if they become uncivil or the conversation degenerates to personal attacks.&lt;br /&gt;
&lt;br /&gt;
Any form of discussion about '''religion''' (including promoting your own religious or anti-religious beliefs) is prohibited.&lt;br /&gt;
&lt;br /&gt;
==Safe For Work==&lt;br /&gt;
* Any content that could easily be considered &amp;quot;not safe for work&amp;quot; (NSFW) must be contained within [spoiler] tags or behind links, and should include a &amp;quot;NSFW&amp;quot; warning that is seen prior to the content being shown. Please note that the [spoiler] tag does not work in all browsers.&lt;br /&gt;
* The type of content this rule primarily applies to is images of people in highly revealing attire, however that is not explicitly the only type of content it can apply to, content likely to be deemed disturbing in nature should also use links/spoiler tags.&lt;br /&gt;
* Images of graphic violence or nudity are prohibited.&lt;br /&gt;
&lt;br /&gt;
==No Power-Posting/Empty Posts==&lt;br /&gt;
Power-posting is best described as posting empty and worthless messages. It is not tolerated. People may have two reasons to do this: to increase their post count meaninglessly, or to lend support to an idea as if it were a vote. Examples of power-posting include, but are not limited to, replying with &amp;quot;+1&amp;quot;, &amp;quot;lol&amp;quot;, &amp;quot;me too&amp;quot;, &amp;quot;I agree&amp;quot;, or &amp;quot;:)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
When posting or replying to messages, make sure you have something to say. These empty posts clutter up threads and discussion, invalidate the 'Unread' and 'Replies' functions, and waste bandwidth and server space.&lt;br /&gt;
&lt;br /&gt;
Threads that degenerate into a series of &amp;quot;+1/-1&amp;quot; or &amp;quot;me too/I agree/I disagree&amp;quot; will be locked. Individual power posts may also be deleted. If you believe a topic deserves determination of consensus, please add a poll to it, to satisfy the impulse of others to make empty posts.&lt;br /&gt;
&lt;br /&gt;
==Life is a Two-way Street==&lt;br /&gt;
A simple, yet profound and undeniable truth. Ensure your thread includes details and information that others will find useful. Share your findings with the community. Share your failures as well. Posting the equivalent of &amp;quot;Nevermind, I fixed it.&amp;quot; in your thread or deleting your own posts for similar reasons is not only selfish and useless to the community, but a complete waste of resources and everyone's time. Also, demanding help or showing an obvious impatience toward getting it is unwanted here. Manjaro is provided by a community of volunteers. Manjaro users are strongly encouraged to do research, make an effort, report back in the thread, help others, get involved, and contribute to the community.&lt;br /&gt;
&lt;br /&gt;
Please do not be a [http://slash7.com/2006/12/22/vampires/ &amp;quot;help vampire&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
==Bumping==&lt;br /&gt;
Posting a single word or useless message (bumping) to attract attention to your thread is not allowed. Do your own research, continue to troubleshoot, post the results, and be patient with the community. If people are reading your thread without answering or offering help, you may try supplying more details, or ask to be pointed in the right direction. Often, the reason for posts remaining unanswered is due in large part to the sparse details in the original post itself, or, the obvious availability of solutions in the wiki, on the forum or on the web, and the community's unwillingness to point out the obvious.&lt;br /&gt;
&lt;br /&gt;
==Cross-Posting==&lt;br /&gt;
Cross-posting is posting the same question multiple times in different subforums (for example, posting in both Newbie Corner and Installation). This is a waste of resources and is not permitted. Any cross-posted topic will be immediately locked or deleted.&lt;br /&gt;
&lt;br /&gt;
==Support for other platforms==&lt;br /&gt;
Other GNU/Linux distributions often use different package management, package versions, repositories and configuration, constituting support for such projects quite impossible on the Manjaro forums. Community technical support is intended for the Manjaro Linux distribution and packages available in the Arch Package Repository and the Arch User Repository. Threads concerning issues with, and requesting support for, completely separate distributions or operating systems are strongly discouraged and may be closed. Threads requesting support for distributions that are upstream or downstream from Manjaro will likely be allowed so long as you've exhausted that distribution's own support services first.&lt;br /&gt;
&lt;br /&gt;
==Misplaced Posts==&lt;br /&gt;
Try to place your posts in the correct forum section for the topic. Our forums have been carefully categorized so that most topics fit in one logical location. Any post that is deemed by the staff to be in the wrong forum will be moved to the correct location without warning. Most users can find these on their own but if you lose your thread, search for it by using the &amp;quot;Show Posts&amp;quot; function that can be found on your forum profile summary page. It is acceptable to contact one of the forum advisers asking where it has been moved.&lt;br /&gt;
&lt;br /&gt;
'''*off topic''' - not on the topic of discussion; far from the general subject of a discussion; not part of the purpose of a particular communication channel, such as an Internet newsgroup.[http://idioms.thefreedictionary.com/off+topic]&lt;br /&gt;
&lt;br /&gt;
==Thread Hijacking==&lt;br /&gt;
Thread hijacking is the process of replying to an existing thread with a different topic. This is generally discouraged and can incur moderator action. It is better to start a new thread if you have a problem that is related to an existing posted issue but clearly different. Posts that hijack a serious thread with off-topic discussion are also discouraged.&lt;br /&gt;
&lt;br /&gt;
==Posting Personal Contact Information==&lt;br /&gt;
Do not post personal contact information about anyone else. Posting previously undisclosed names, addresses, phone numbers, social-networking site profile links, etc. will result in post deletion/editing and can result in banning. Posting of your own personal information is discouraged. Exchange via private messaging should be used instead.&lt;br /&gt;
&lt;br /&gt;
==Respect The Staff==&lt;br /&gt;
Members of the forum team have been chosen for their ability to exercise consistent judgement in line with the forum rules and reserve the right to take any actions deemed necessary by the team. Note that this forum is not run as a democracy. The forum staff shall always attempt to implement universally peaceful solutions, but in the end, are charged with the responsibility of maintaining peaceful, civil order for the forum majority. Therefore, they cannot always please everyone with the decisions made. Please do your part to contribute to a healthy community and environment.&lt;br /&gt;
&lt;br /&gt;
Never argue with a moderator on the forum. Contact them via PM. If unsatisfied with their response, contact another moderator or Core team member. Do not contact Philm since he does not deal with forum moderation.&lt;br /&gt;
&lt;br /&gt;
If you feel that an egregious oversight has been made, do NOT post complaints in forum threads - they will be quickly closed. Alternatively, use the forum report function or message a member of the Global Moderators group.&lt;br /&gt;
&lt;br /&gt;
==Warnings, User Locking, Banning==&lt;br /&gt;
If the Manjaro Forum Moderation Team feels that a member's behaviour violates any of these rules, a warning will typically be issued unless the occurrence is judged to be especially flagrant, in which case a ban may become imminent. Warnings will not be discussed on the Manjaro Forums, IRC channels, or mailing lists by the Moderation Team. If the warning goes unheeded, further action will be taken. This may range from locking the offending user account, to deletion or banning of the user, out of consideration for a peaceful forum and community.&lt;br /&gt;
&lt;br /&gt;
'''Threads in which conversation has turned contentious may be temporarily locked to provide a cool down period for participants.'''&lt;br /&gt;
&lt;br /&gt;
===Forum Rules Violations===&lt;br /&gt;
Disciplinary action taken as a result of violation(s) of the Manjaro forum rules will be handled case-by-case, but generally uses a three-step process:&lt;br /&gt;
&lt;br /&gt;
# First violation prompts a formal warning.&lt;br /&gt;
# Second &amp;amp; final warning, often accompanied by a short-term suspension of account.&lt;br /&gt;
# The forum member will be banned.&lt;br /&gt;
&lt;br /&gt;
If a user is apologetic, interested in a peaceful solution and wishes to have their account reinstated, a general consensus will be formed by the moderation team for, or against, such a request.&lt;br /&gt;
&lt;br /&gt;
==Freedom==&lt;br /&gt;
The free and open exchange of assistance, speech, ideas and opinions is highly regarded and encouraged on the forums, but it must be noted that the freedom granted to forum members is relative freedom.&lt;br /&gt;
&lt;br /&gt;
It exists within the boundaries of the above guidelines and principles. Complaints of censorship are therefore baseless and unfounded, since this necessary framework must simultaneously provide reasonable limitations. &lt;br /&gt;
&lt;br /&gt;
To illustrate, we are aware of the physical laws which govern energy and matter, yet we do not complain of their oppression. Instead, we recognize that such laws are essential for our welfare. &lt;br /&gt;
&lt;br /&gt;
Likewise, the Manjaro community's high standards reflected in these guidelines regulate community freedom for the common good and protection of all. The key, then, to true freedom on the forums is to cultivate benevolence toward others and harmonize our attitude with the Manjaro Way by bringing only benefit to our peers. &lt;br /&gt;
&lt;br /&gt;
In addition, this allows members to satisfy all contributive impulses without aggravating themselves or encroaching on the freedom of others.&lt;br /&gt;
&lt;br /&gt;
Embracing the above principles and obeying the forum guidelines therefore benefits the entire community by providing freedom from the harmful and negative consequences of a more chaotic approach.&lt;br /&gt;
&lt;br /&gt;
==Caveat==&lt;br /&gt;
* These rules are subject to change and addition without notice.&lt;br /&gt;
* Any modification to the Manjaro forum rules may be applied retroactively to any and all posts without notice.&lt;br /&gt;
&lt;br /&gt;
==Suggested Further Reading==&lt;br /&gt;
How to Disagree by Paul Graham - http://www.paulgraham.com/disagree.html&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Forum_Rules&amp;diff=23335</id>
		<title>Forum Rules</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Forum_Rules&amp;diff=23335"/>
		<updated>2021-09-04T18:03:13Z</updated>

		<summary type="html">&lt;p&gt;Fabby: Put link to Manjaro hardware&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Manjaro Linux Forum Rules of Engagement==&lt;br /&gt;
These rules have been adopted from the [https://wiki.archlinux.org/index.php/Forum_etiquette Arch Linux Forum etiquette page] that can be found in the [https://wiki.archlinux.org/ Arch Wiki]. These guidelines have been developed over time and are based on the extensive experience of the [https://www.archlinux.org/ Arch Linux] moderation team with input by the Arch community. As with Arch's high quality packages, we also use their high quality forum rules for a base.&lt;br /&gt;
&lt;br /&gt;
Manjaro forum members are required to abide by the following rules.&lt;br /&gt;
&lt;br /&gt;
==Common Sense Introduction==&lt;br /&gt;
{{BoxWarning|REMEMBER THIS|Do not post on the Arch forums. Those forums are for Arch users '''only'''.}}&lt;br /&gt;
When seeking help:&lt;br /&gt;
* Please seek a solution yourself by researching in the [https://wiki.manjaro.org/ Manjaro wiki], [https://forum.manjaro.org Manjaro Forum]. Another important source of information is the [https://wiki.archlinux.org/ Arch Wiki] and the [https://bbs.archlinux.org/ Arch Forums]. &lt;br /&gt;
* Please provide details of your problem and your system for those from whom you are asking for assistance.&lt;br /&gt;
* When offering help, be as patient and tactful as possible.&lt;br /&gt;
Manjaro is a community of volunteers. Therefore, this entire document may be condensed into one simple admonition:&lt;br /&gt;
&lt;br /&gt;
'''''Proactively seek to give of yourself and to bring only benefit to your peers and community.'''''&lt;br /&gt;
&lt;br /&gt;
==Legality==&lt;br /&gt;
{{BoxDanger|[http://definitions.uslegal.com/c/criminal-solicitation/ Criminal solicitation] is strictly forbidden.|In this context, &amp;quot;criminal solicitation&amp;quot; shall mean, &amp;quot;To actively or passively inform about, facilitate, incite, move, or persuade others to some act of lawlessness or illegal activity.&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
Therefore, do not post discussions about or link to criminal solicitation in any form. This includes, but is not limited to information or links to facilitate illegal drug use, theft, network intrusion, creation of code for malicious purposes, prohibited software copying, prohibited use of copyrighted/patented material, so-called &amp;quot;warez&amp;quot;, or sites which provide torrents or links to such content. Illegal content will be removed swiftly and dealt with in full accordance with known applicable law.&lt;br /&gt;
&lt;br /&gt;
'''Beyond the above, please take note of the following very important information'''&lt;br /&gt;
&lt;br /&gt;
As it is located in Germany, the Manjaro forum server is under German law. German law is quite strict when it comes to copyright protection. The relevant laws are complicated and change fast. We don't endorse any illegal use of copyrighted material. Therefore, we reserve the right to delete any postings that include copyrighted material, links that make copyrighted material illegally available,  and/or postings that advocate the use of software that is used to use copyrighted material in an illegal way. There are many pages on the internet that deal with copyright infringements.&lt;br /&gt;
&lt;br /&gt;
'''forum.manjaro.org is not a site for copyright violations.'''&lt;br /&gt;
&lt;br /&gt;
==How to Post==&lt;br /&gt;
* Choose clear, informative thread titles. This is more likely to elicit response from experienced users who have knowledge about that particular topic. It also makes the thread easy to reference and find in forum searches by future users with similar problems. Further, avoid extraneous phrases such as [HELP!], [URGENT], etc.&lt;br /&gt;
* A sincere effort to use modest and proper language and grammar is a sign of respect toward the community that will certainly be appreciated and is quite likely to elicit positive responses. Please refrain from using so-called &amp;quot;textspeak&amp;quot;, &amp;quot;netspeak&amp;quot;, &amp;quot;leetspeak&amp;quot; and all other forms of internet slang.&lt;br /&gt;
* When asking questions, provide as much information as possible, including error messages, terminal output, logs, what you have previously tried, what documentation and searches you have attempted, and related configuration files.&lt;br /&gt;
* Choose one topic per thread. Long threads are typically discouraged in the technical issue subforums.&lt;br /&gt;
* Post your question in only one subforum; pick the most relevant, and post there.&lt;br /&gt;
* When responding to an existing thread, always read the original post and attempt to focus on the original topic.&lt;br /&gt;
* Finally, when a solution is found, mark your thread as solved by clicking the vertical hamburger '''***''' ot the topic containing the solution then tick the '''Solution''' box. &lt;br /&gt;
* If a thread is marked as solved, do not reply stating the equivalent of &amp;quot;I am having a similar issue..&amp;quot;; start a new thread and link to the solved thread, if relevant.&lt;br /&gt;
* Further reading: [http://www.catb.org/~esr/faqs/smart-questions.html How To Ask Questions The Smart Way]&lt;br /&gt;
&lt;br /&gt;
==Personal Topics/Rants==&lt;br /&gt;
* Rants and complaints are frowned on and may be closed as they are discovered. &lt;br /&gt;
* Posts of this type are much better suited for a blog or other personal web space and are unwanted on the Manjaro forums.&lt;br /&gt;
* Public posts should be open, productive and inviting to all members. &lt;br /&gt;
* Discussions among a select group of users should take place in private message.&lt;br /&gt;
&lt;br /&gt;
==Ineffective Discussion ([http://www.freebsd.org/doc/en/articles/mailing-list-faq/bikeshed.html BIKESHED])==&lt;br /&gt;
Threads stating the equivalent of &amp;quot;there is a problem with the Manjaro system and methodology, we need to discuss it&amp;quot; have been repeatedly proven ineffective and inflammatory and will usually be locked after a warning from the moderation team. If you have identified a systemic issue, find a solution that works for you, implement it, then post.&lt;br /&gt;
&lt;br /&gt;
Furthermore, questioning or discussing the methods used by the Manjaro Linux development team will be monitored closely and locked ''if deemed unhelpful and/or unproductive''. Harsh, unproductive criticism is also uncalled for.&lt;br /&gt;
&lt;br /&gt;
If you have a question regarding Manjaro development, please ensure that your topic poses a specific question and be open-minded to responses. If possible, provide a solution or partial solution. Submitting code and patches for discussion is always more pragmatic than asking others to do it for you.&lt;br /&gt;
&lt;br /&gt;
==Be Responsible==&lt;br /&gt;
If an interpersonal issue arises, please be open-minded to the possibility that your behaviour may have contributed to the problem. Taking responsibility for our actions is often a good first step toward a peaceful reconciliation.&lt;br /&gt;
&lt;br /&gt;
==Respect Other Users==&lt;br /&gt;
Simply put, treat others as you would be treated; respect them and their views, even if you disagree with them.&lt;br /&gt;
&lt;br /&gt;
==Respect Other Distributions and Operating Systems==&lt;br /&gt;
* Discussion of the pros and cons of other GNU/Linux distributions and operating systems is allowed. ''Maligning'' other GNU/Linux distributions, or any other operating systems is prohibited. The entire Manjaro team is happy to volunteer their time and energy to provide you with the Manjaro Linux distribution, documentation and forums. &lt;br /&gt;
* Kindly show respect toward the developers and volunteers of other distributions and operating systems as well. &lt;br /&gt;
* Views, experiences and opinions are always welcome, but unproductive slander is not.&lt;br /&gt;
&lt;br /&gt;
==Pasting code and log file contents==&lt;br /&gt;
* Please use [code] tags when pasting console snippets.&lt;br /&gt;
* Please use a [https://wiki.archlinux.org/index.php/List_of_applications#Pastebin_clients pastebin client] when posting large amounts of code or long logs. &lt;br /&gt;
* For non-English locale users: Please prepend LC_ALL=C to posted commands so the output will be in English.&lt;br /&gt;
&lt;br /&gt;
==Product Recommendation Requests==&lt;br /&gt;
'''Threads seeking advice about specific computer product recommendations are discouraged.'''&lt;br /&gt;
* Such topics, like the technology they discuss, quickly become obsolete and are unlikely to provide any lasting benefit to the wider community.&lt;br /&gt;
* You are expected to be able to do your own research and draw your own conclusions about which product best suits your individual requirements.&lt;br /&gt;
* However, Manjaro partners with several hardware vendors. If you're interested in hardware powered by Manjaro, you are welcome to check out the available options at [https://manjaro.org/hardware/].&lt;br /&gt;
&lt;br /&gt;
==Spam/Advertising/Solicitation==&lt;br /&gt;
'''Spamming is forbidden'''. Please report spam with the forum report function and a moderator will review it for removal. Offending spam accounts and associated IP addresses will be banned. Do not reply to spam posts as it increases the amount of work required to clean them up.&lt;br /&gt;
&lt;br /&gt;
Publicity, if it is related to Manjaro (as a project or community) or GNU/Linux/FOSS, will usually be allowed. Promoting web-invites, blog posts or commercial promotions are actively discouraged, or outright prohibited. Registering just to promote your issue/cause, FOSS-related or not, treats the community as a resource and is not acceptable; if unsure about the appropriateness of your content, contact the moderation team ''before'' posting. Also be aware that posting shortened/obscured links is a technique of spammers and deliberately inhibits the communities ability to judge the propriety of the link. Therefore, please only post links that include a clear destination.&lt;br /&gt;
&lt;br /&gt;
==Homework==&lt;br /&gt;
As a matter of principle, do not ask for homework answers, nor post answers to such requests. Homework assignments are designed to encourage a student to learn by their own personal research. Topics deemed to be about homework will be closed.&lt;br /&gt;
&lt;br /&gt;
==Old Threads/&amp;quot;Necro-Bumping&amp;quot;==&lt;br /&gt;
Do your part to keep the forums tidy. Posting in old threads, or &amp;quot;necrobumping&amp;quot; is generally discouraged in the technical issue subforums, since it can potentially create disjointed &amp;quot;zombie&amp;quot; information; outdated posts with data which is no longer relevant due to Manjaro's rolling nature, combined with more recent posts reflecting more current circumstance. Furthermore, technical support threads should remain succinct, and multiple pages are to be avoided if possible.&lt;br /&gt;
&lt;br /&gt;
'''Rules of thumb'''&lt;br /&gt;
* If you have a question, start a new thread and link to the old if relevant.&lt;br /&gt;
* If you have something to add and judge that your information is related, but more up-to-date, start a new thread and link to the old if desired, but avoid duplicating effort by posting information already contained in the Manjaro wiki.&lt;br /&gt;
* If you have a version-agnostic or corresponding solution, necrobumping can be appropriate.&lt;br /&gt;
&lt;br /&gt;
==Forum Member Accounts==&lt;br /&gt;
* Multiple forum accounts is strictly forbidden.&lt;br /&gt;
* Having multiple accounts is an unnecessary use of resources. Further, it may be interpreted as trolling behavior.&lt;br /&gt;
* Sockpuppets are strictly forbidden.&lt;br /&gt;
&lt;br /&gt;
==Impersonation==&lt;br /&gt;
'''Impersonation of others will not be tolerated'''. Attempts to impersonate staff or other forum members will result in immediate banning.&lt;br /&gt;
&lt;br /&gt;
==No Trolling==&lt;br /&gt;
'''''A &amp;quot;troll&amp;quot; is a person who intentionally attempts to disrupt, cause controversy, incite an argument, and/or receive negative attention by deliberately posting provocative content. The term may also refer to the act of posting such content, or the content itself.'''''&lt;br /&gt;
&lt;br /&gt;
Trolls are generally deceitful and often use ambivalence as a method of covertly insulting, intimidating, or inciting a person or persons for their own sadistic pleasure. They often pick their words very carefully and are therefore able to defend their masked attempts at creating unrest, frequently redirecting the blame onto the community and its supposed failure to understand them properly. '''Trolling is strictly prohibited'''.&lt;br /&gt;
&lt;br /&gt;
==Bigotry &amp;amp; Personal Attacks==&lt;br /&gt;
&amp;quot;Flaming&amp;quot; fellow members (including the Manjaro team) will not be tolerated. Never resort to simple insults and please avoid sarcastic and patronizing language. ''Discussions can be productive, but quarrelling is usually destructive.'' Any form of bigotry pertaining to '''ethnicity (nationality), religion, gender''' or '''sexual preference''' is prohibited. Personal attacks (substituting abusive remarks for evidence when attacking another person's comments) are not acceptable and some disciplinary action may be taken.&lt;br /&gt;
&lt;br /&gt;
==Controversy==&lt;br /&gt;
Any topics likely to cause controversy (a couple of common examples are '''politics''' &amp;amp; '''sports''') are generally discouraged and will be monitored closely. Action may be taken if they become uncivil or the conversation degenerates to personal attacks.&lt;br /&gt;
&lt;br /&gt;
Any form of discussion about '''religion''' (including promoting your own religious or anti-religious beliefs) is prohibited.&lt;br /&gt;
&lt;br /&gt;
==Safe For Work==&lt;br /&gt;
* Any content that could easily be considered &amp;quot;not safe for work&amp;quot; (NSFW) must be contained within [spoiler] tags or behind links, and should include a &amp;quot;NSFW&amp;quot; warning that is seen prior to the content being shown. Please note that the [spoiler] tag does not work in all browsers.&lt;br /&gt;
* The type of content this rule primarily applies to is images of people in highly revealing attire, however that is not explicitly the only type of content it can apply to, content likely to be deemed disturbing in nature should also use links/spoiler tags.&lt;br /&gt;
* Images of graphic violence or nudity are prohibited.&lt;br /&gt;
&lt;br /&gt;
==No Power-Posting/Empty Posts==&lt;br /&gt;
Power-posting is best described as posting empty and worthless messages. It is not tolerated. People may have two reasons to do this: to increase their post count meaninglessly, or to lend support to an idea as if it were a vote. Examples of power-posting include, but are not limited to, replying with &amp;quot;+1&amp;quot;, &amp;quot;lol&amp;quot;, &amp;quot;me too&amp;quot;, &amp;quot;I agree&amp;quot;, or &amp;quot;:)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
When posting or replying to messages, make sure you have something to say. These empty posts clutter up threads and discussion, invalidate the 'Unread' and 'Replies' functions, and waste bandwidth and server space.&lt;br /&gt;
&lt;br /&gt;
Threads that degenerate into a series of &amp;quot;+1/-1&amp;quot; or &amp;quot;me too/I agree/I disagree&amp;quot; will be locked. Individual power posts may also be deleted. If you believe a topic deserves determination of consensus, please add a poll to it, to satisfy the impulse of others to make empty posts.&lt;br /&gt;
&lt;br /&gt;
==Life is a Two-way Street==&lt;br /&gt;
A simple, yet profound and undeniable truth. Ensure your thread includes details and information that others will find useful. Share your findings with the community. Share your failures as well. Posting the equivalent of &amp;quot;Nevermind, I fixed it.&amp;quot; in your thread or deleting your own posts for similar reasons is not only selfish and useless to the community, but a complete waste of resources and everyone's time. Also, demanding help or showing an obvious impatience toward getting it is unwanted here. Manjaro is provided by a community of volunteers. Manjaro users are strongly encouraged to do research, make an effort, report back in the thread, help others, get involved, and contribute to the community.&lt;br /&gt;
&lt;br /&gt;
Please do not be a [http://slash7.com/2006/12/22/vampires/ &amp;quot;help vampire&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
==Bumping==&lt;br /&gt;
Posting a single word or useless message (bumping) to attract attention to your thread is not allowed. Do your own research, continue to troubleshoot, post the results, and be patient with the community. If people are reading your thread without answering or offering help, you may try supplying more details, or ask to be pointed in the right direction. Often, the reason for posts remaining unanswered is due in large part to the sparse details in the original post itself, or, the obvious availability of solutions in the wiki, on the forum or on the web, and the community's unwillingness to point out the obvious.&lt;br /&gt;
&lt;br /&gt;
==Cross-Posting==&lt;br /&gt;
Cross-posting is posting the same question multiple times in different subforums (for example, posting in both Newbie Corner and Installation). This is a waste of resources and is not permitted. Any cross-posted topic will be immediately locked or deleted.&lt;br /&gt;
&lt;br /&gt;
==Support for other platforms==&lt;br /&gt;
Other GNU/Linux distributions often use different package management, package versions, repositories and configuration, constituting support for such projects quite impossible on the Manjaro forums. Community technical support is intended for the Manjaro Linux distribution and packages available in the Arch Package Repository and the Arch User Repository. Threads concerning issues with, and requesting support for, completely separate distributions or operating systems are strongly discouraged and may be closed. Threads requesting support for distributions that are upstream or downstream from Manjaro will likely be allowed so long as you've exhausted that distribution's own support services first.&lt;br /&gt;
&lt;br /&gt;
==Misplaced Posts==&lt;br /&gt;
Try to place your posts in the correct forum section for the topic. Our forums have been carefully categorized so that most topics fit in one logical location. Any post that is deemed by the staff to be in the wrong forum will be moved to the correct location without warning. Most users can find these on their own but if you lose your thread, search for it by using the &amp;quot;Show Posts&amp;quot; function that can be found on your forum profile summary page. It is acceptable to contact one of the forum advisers asking where it has been moved.&lt;br /&gt;
&lt;br /&gt;
'''*off topic''' - not on the topic of discussion; far from the general subject of a discussion; not part of the purpose of a particular communication channel, such as an Internet newsgroup.[http://idioms.thefreedictionary.com/off+topic]&lt;br /&gt;
&lt;br /&gt;
==Thread Hijacking==&lt;br /&gt;
Thread hijacking is the process of replying to an existing thread with a different topic. This is generally discouraged and can incur moderator action. It is better to start a new thread if you have a problem that is related to an existing posted issue but clearly different. Posts that hijack a serious thread with off-topic discussion are also discouraged.&lt;br /&gt;
&lt;br /&gt;
==Posting Personal Contact Information==&lt;br /&gt;
Do not post personal contact information about anyone else. Posting previously undisclosed names, addresses, phone numbers, social-networking site profile links, etc. will result in post deletion/editing and can result in banning. Posting of your own personal information is discouraged. Exchange via private messaging should be used instead.&lt;br /&gt;
&lt;br /&gt;
==Respect The Staff==&lt;br /&gt;
Members of the forum team have been chosen for their ability to exercise consistent judgement in line with the forum rules and reserve the right to take any actions deemed necessary by the team. Note that this forum is not run as a democracy. The forum staff shall always attempt to implement universally peaceful solutions, but in the end, are charged with the responsibility of maintaining peaceful, civil order for the forum majority. Therefore, they cannot always please everyone with the decisions made. Please do your part to contribute to a healthy community and environment.&lt;br /&gt;
&lt;br /&gt;
Never argue with a moderator on the forum. Contact them via PM. If unsatisfied with their response, contact another moderator or Core team member. Do not contact Philm since he does not deal with forum moderation.&lt;br /&gt;
&lt;br /&gt;
If you feel that an egregious oversight has been made, do NOT post complaints in forum threads - they will be quickly closed. Alternatively, use the forum report function or message a member of the Global Moderators group.&lt;br /&gt;
&lt;br /&gt;
==Warnings, User Locking, Banning==&lt;br /&gt;
If the Manjaro Forum Moderation Team feels that a member's behaviour violates any of these rules, a warning will typically be issued unless the occurrence is judged to be especially flagrant, in which case a ban may become imminent. Warnings will not be discussed on the Manjaro Forums, IRC channels, or mailing lists by the Moderation Team. If the warning goes unheeded, further action will be taken. This may range from locking the offending user account, to deletion or banning of the user, out of consideration for a peaceful forum and community.&lt;br /&gt;
&lt;br /&gt;
'''Threads in which conversation has turned contentious may be temporarily locked to provide a cool down period for participants.'''&lt;br /&gt;
&lt;br /&gt;
===Forum Rules Violations===&lt;br /&gt;
Disciplinary action taken as a result of violation(s) of the Manjaro forum rules will be handled case-by-case, but generally uses a three-step process:&lt;br /&gt;
&lt;br /&gt;
# First violation prompts a formal warning.&lt;br /&gt;
# Second &amp;amp; final warning, often accompanied by a short-term suspension of account.&lt;br /&gt;
# The forum member will be banned.&lt;br /&gt;
&lt;br /&gt;
If a user is apologetic, interested in a peaceful solution and wishes to have their account reinstated, a general consensus will be formed by the moderation team for, or against, such a request.&lt;br /&gt;
&lt;br /&gt;
==Freedom==&lt;br /&gt;
The free and open exchange of assistance, speech, ideas and opinions is highly regarded and encouraged on the forums, but it must be noted that the freedom granted to forum members is relative freedom.&lt;br /&gt;
&lt;br /&gt;
It exists within the boundaries of the above guidelines and principles. Complaints of censorship are therefore baseless and unfounded, since this necessary framework must simultaneously provide reasonable limitations. &lt;br /&gt;
&lt;br /&gt;
To illustrate, we are aware of the physical laws which govern energy and matter, yet we do not complain of their oppression. Instead, we recognize that such laws are essential for our welfare. &lt;br /&gt;
&lt;br /&gt;
Likewise, the Manjaro community's high standards reflected in these guidelines regulate community freedom for the common good and protection of all. The key, then, to true freedom on the forums is to cultivate benevolence toward others and harmonize our attitude with the Manjaro Way by bringing only benefit to our peers. &lt;br /&gt;
&lt;br /&gt;
In addition, this allows members to satisfy all contributive impulses without aggravating themselves or encroaching on the freedom of others.&lt;br /&gt;
&lt;br /&gt;
Embracing the above principles and obeying the forum guidelines therefore benefits the entire community by providing freedom from the harmful and negative consequences of a more chaotic approach.&lt;br /&gt;
&lt;br /&gt;
==Caveat==&lt;br /&gt;
* These rules are subject to change and addition without notice.&lt;br /&gt;
* Any modification to the Manjaro forum rules may be applied retroactively to any and all posts without notice.&lt;br /&gt;
&lt;br /&gt;
==Suggested Further Reading==&lt;br /&gt;
How to Disagree by Paul Graham - http://www.paulgraham.com/disagree.html&lt;/div&gt;</summary>
		<author><name>Fabby</name></author>
	</entry>
</feed>