Creating a file system writes information to the device and creates order of the empty space. This file system–related data consumes a small percentage of the space. The remaining space on the disk drive is split into small, consistently sized segments called blocks. Linux supports a number o...
XFS isnot the default file system for Debian or Ubuntu Linuxbased system. XFS featureincludes scalable and high-performance design. This guide shows youhow to install XFS and create an XFS file system on Debian or UbuntuLinux based system using the command line. ...
Also known as the second extended file system, the ext2 filesystem was introduced in the early Linux releases back in 1993. It took over from theExtended File System(Ext FS), the first filesystem designed for the Linux kernel. Due to performance issues and other drawbacks, the EXt Filesys...
I got problem in disk of my database which is xfs file system. I tried to repair [root@scan /]# xfs_repair /dev/md127 xfs_repair: cannot open /dev/md127: Device or resource busy [root@scan /]# ls /data ls: cannot access /data: Input/output error and dmesg [3574...
is one of the most common day to day operation tasks for Linux admins, in this article we will demonstrate how to setup disk quota on XFS file system / partition on Linux Servers likeCentOS,RHEL,UbuntuandDebian. Here Disk quota means implementing limit on disk usage and file or inode ...
How to Clone a Partition or Hard drive in Linux How to Add a New Disk to an Existing Linux Server Top 6 Partition Managers (CLI + GUI) for Linux That’s all! In this article, we have shown how to partition a storage disk, create a file system type on a partition and mount it in...
Snapper is a Linux command-line tool to create and manage snapshots of your filesystems. Using snapper command, you can create read-only snapshots. You can use these snapshots to restore specific files or all files during any disaster situation. You can
Unable to start Filesystem resource in the cluster due to one of the below errors: Raw kernel: EXT4-fs (dm-8): warning: mounting fs with errors, running e2fsck is recommended lrmd[1706]: notice: test_fs_start_0:22956:stderr [ /dev/mapper/data_vg-data_lv: UNEXPECTED INCONSISTENCY; RU...
This document describes how to build a Linux system that runs on top of the SGI XFS journaling filesystem. From the XFS FAQ: "XFS is a journalling filesystem developed by SGI and used in SGI's IRIX operatingsystem. It is now also available under GPL for linux. It is extremely scalable...
docker: Error response from daemon: --storage-opt is supported only for overlay over xfs with 'pquota' mount option. Looking at docker run --help as instructed doesn't help that much. So my question is - when using an ext4 filesystem how can I create a docke...