Questions tagged [xfs]

XFS is a file system originally for SGI's IRIX OS, but is now available for Linux. It is known for handling large files and large file systems well, one of the few Linux file systems that can handle partitions over 16.8TB.

XFS is a file system originally for SGI's IRIX OS, but is now available for Linux. It is known for handling large files and large file systems well, one of the few Linux file systems that can handle partitions over 16.8TB.

332 questions
0
votes
1 answer

dd: failed to open ‘/disk1/boot1.img’: Structure needs cleaning

Executing this Command : dd if=/dev/sda1 of=/disk1/boot1.img I got this Error : dd: failed to open ‘/disk1/boot1.img’: Structure needs cleaning I tried that Command on my centos machine and got that Error. How do I fix that Error? It's xfs file…
achhainsan
  • 123
  • 7
0
votes
0 answers

How to repair an XFS volume in a RAID array

In a data server, we have a RAID array of 5 disks joined in an XFS filesystem. The dmesg output is: IPv6: ADDRCONF(NETDEV_CHANGE): enp134s0f0: link becomes ready XFS (sda2): Mounting V5 Filesystem XFS (sda2): failed to locate log tail XFS (sda2):…
0
votes
0 answers

xfs corruption metadata after reboot

I had a problem on a RAID1 with 4 disks. We replaced the faulty disk and restarted the server, the rebuild was done, two linux centos 7 machines did not come up accusing error of xfs corruption. Other machines rose normally. I tried to mount the…
Christovam
  • 31
  • 5
0
votes
1 answer

Audit Log Partition keeps getting corrupted. How to prevent or boot anyway?

I am running RHEL7, and my audit log partition randomly (not often, but often enough to annoy me) gets corrupted, preventing me from booting. How can I either prevent the partition from being corrupted, or ignore it and allow the system to continue…
dberm22
  • 61
  • 6
0
votes
0 answers

Virtual machine startup error, file system corruption how to, reboot

My virtual machine had a power failure and forced shutdown, when I restarted it, it entered rescue mode and reported the following error, I want to know how I should start it, there is some information in it that I need [23.8678251XFS(sda1):…
0
votes
1 answer

Red Hat 7 XFS partition could not be mounted (can't read superblock)

I have a problem with several mounts. Can't read superbock is the error as reported below as example. I tried xfs_repair with/without -L but still got issue. Could someone advice? # mount /dev/lvm02/backup.vol /backup/ mount:…
Lucas Rey
  • 101
  • 1
  • 5
0
votes
1 answer

inodes & read only bind mount

I'm using xfs filesystem, speaking about inodes topic have a question: does RO bind mount points consumes inodes? The information is the same, strictly speaking; because the binds mounts point to a directory in the same filesystem. With df -i is…
0
votes
1 answer

Very big device in Centos

I have older VM (Centos7) where I have many disks. Now it is 36 vmdk (22TB). I wanted extend one virtual disk to 2400GB and create new partition for LVM (3th on disk). But after I create partion I see that operation was slowly than is normal. So I…
Pavel
  • 417
  • 1
  • 7
  • 17
0
votes
1 answer

xfs_repair runs instantly, surely this should take some time to run?

I'm trying to troubleshoot some issues with multiple database engines crashing and logs suggesting corruption while reading from disk, so I'm running xfs_repair on a 2TB NVMe which contains the files. However the program runs instantly which doesn't…
synkyo
  • 101
  • 2
0
votes
2 answers

Increase memory usage on NFS Server

I'm producing data (100GB files) that are finally copied to a server through NFS v4.2, on a 10Gb network. These files are stored on many HDDs, with XFS formatting (one copy per target drive). When the copy tasks are running: There is a huge memory…
Ealrann
  • 135
  • 5
0
votes
3 answers

Cannot resize XFS partition after volume increase

I have increased the size of my volume from 8GB to 16GB. After resizing the volume, I would like to expand the partition to take on the additional space. However, this operation is failing with data size unchanged, skipping. $ lsblk NAME MAJ:MIN…
bkr879
  • 125
  • 5
0
votes
1 answer

How do I maximize nvme raid0(md) performance (in linux)?

Nvme raid0 read(and write) performance is sometimes worse than the performance of one individual underlying drive. hdparm -t /dev/md0 : Timing buffered disk reads: 7054 MB in 3.00 seconds = 2350.46 MB/sec hdparm -t /dev/nvme0n1 : Timing…
Horatiu
  • 41
  • 5
0
votes
2 answers

xfs superblock corrupted after power cut

Like others before me the superbock on my xfs drive has become corrupted. I've tried xfs_repair and xfs_repair -L to restore the drive but both report back the same result: Phase 1 - find and verify superblock... superblock read failed, offset 0,…
Ben
  • 123
  • 6
0
votes
1 answer

Ways to make a backup on RAID5 filesystem (mdadm) with many files

I have a NAS containing RAID5 array (5.4TB in total, 2.9TB in use) using mdadm. Now I plan to modify some hardware of it (especially SATA controller), so I'd like to have a whole backup of this RAID5 filesystem to the external HDD before…
NON
  • 13
  • 2
0
votes
1 answer

Does LXC support XFS filesystem?

I am working on my local system and I want to run both docker and LXC containers. Docker provides storage options that only works with XFS to limit the storage volume inside containers. But that storage limit doesn't get applied if I use BTRFS or…
user3271961
  • 119
  • 4