ext4 – POFTUT

What Is exFAT FileSystem? Compare exFAT with FAT32 and NTFS

What Is exFAT FileSystem? Compare exFAT with FAT32 and NTFS

exFAT or Extensible File Allocation Table is a file system introduced in 2006 by Microsoft. exFAT is mainly designed and optimized for flash memory, USB flash drives, and SD cards. exFAT can be used alternative to NTFS and FAT file systems to lift performance and size limits. Actually, exFAT32 is an advanced version of the … Read more

What Is Hard Disk Drive (HDD)?

Hard Disk Drive is computer hardware used to store different types of data like a file, folder, image, video, office documents permanently on a computer. Hard Disk Drive may have different names like Drive, Hard Drive, HDD, Disk, etc. In computer terminology, Hard Disk Drive is named as secondary storage. Types Of Hard Disk Drives … Read more

What Is Linux fstab File and How Can We Configure It?

Linux operating system relies on files. File systems should be mounted in order to be used. Mounting a file system can be with the mount command. In order to mount single or multiple file systems, we need some configuration. There is default configuration while using mount. But if we want to provide different options about … Read more

What Is Linux LVM (Logical Volume Management)?

LVM or Logical Volume Management used to create, manage and delete logical volumes in Linux operating systems. LVM provides RAID like architectures for disk drives. We can create single logical volume from multiple physical disks. Basics LVM consist of 3 main concepts: Physical  Volumes Volume Groups Logical Volumes Let me explain in a simple manner. … Read more

How To Unmount Disk in Linux, Ubuntu, CentOS with umount Command

How To Unmount Disk in Linux, Ubuntu, CentOS with umount Command

Linux distributions like Ubuntu, Debian, CentOS, RHEL, and others use disks by mounting them to the file system. We have already examined mount command in the following tutorial. In this tutorial we will learn how to umount the disk in a Linux system. Linux Mount Command Tutorial With Examples Before Unmount Before unmount we should be … Read more

Overview Of Linux File Systems Like Ext3, Btrfs, Zfs

File systems are important part of the operating systems. Files and folders are stored in file system. There are a lot of different type of files systems. We generally uses the Linux distribution provided file system without changing it. ext4  is the most used and stable file system in the Linux ecosystem. There are alternatives … Read more

Linux fsck Command Tutorial With Examples

Linux have a lot of utilities to manage, diagnose, check and correct different type of file  systems. these utilities provide a lot of features especially Linux native file systems like ext2,ext3,ext4 etc. One of the most popular tool is fsck tool. In this tutorial we will look general usage of fsck Syntax Fsck have similar syntax … Read more

Linux Mount Command Tutorial With Examples

As we know Linux operating system mainly uses files and folders as operational units. Files folders are stored in file systems and disks. There are different tools to manage file systems and disks. But mount is de facto command used to mount and list disks and file systems? In this tutorial, we will look at … Read more

Creating File Systems In Linux With mkfs

File systems are the main component of operating systems. File systems provide the required infrastructure for holding data permanently operating system level. Linux supports diverse types of file systems. We will look at how to create major file systems on partitions. The standard tool for Linux to create an operating system is mkfs. Create Ext4 … Read more

How To Backup Linux File System?

Linux is a stable operating system. There is a rare strong operating system foundation. But critical errors have occurs rarely too. Or they may be some hardware-related problems. If your Linux system got down where your database resides what will happen? If you have a backup is not so big problem. We can simply recover … Read more