Linux provides quite a few commands to look into file system types. Here's a look at the various file system types used by Linux systems and the commands that will identify them. Linux systems use a ...
The btrfsck command is a filesystem-check command like fsck, but it works with the btrfs file system. First a little bit about btrfs. As the name implies, btrfs uses a B-tree data structure that is ...
Have you heard it said that everything in Linux is a file? That is largely true, and that’s why the ability to manipulate files is crucial to mastering Linux Fu. One thing that makes a Linux ...
Keep your Linux system running fast with simple maintenance commands to clean packages, clear logs, manage startup apps, and monitor performance.
Download the PDF of this article. Linux supports a range of file systems, including ones used on other operating systems such as Windows FAT and NTFS. Those may be supported by embedded developers but ...
One of the last things the Linux kernel does during system boot is mount the root filesystem. The Linux kernel dictates no filesystem structure, but user space applications expect to find files with ...
In my first post on this subject, Btrfs basics, I discussed how to create a simple btrfs filesystem, or a complete btrfs Linux system. The information and examples in that post are going to be ...