Skip to main content

Questions tagged [xfs]

Questions about XFS filesystem, utilities and other situations where XFS filesystem is relevant.

Filter by
Sorted by
Tagged with
35 votes
1 answer
99k views

According to this blog, XFS is old file system and works slowly with small files. My first impression when reading this was XFS was not good. However someone told me that XFS makes disk perform ...
user avatar
30 votes
4 answers
21k views

We have seen OS doing Copy on Write optimisation when forking a process. Reason being that most of the time fork is preceded by exec, so we don't want to incur the cost of page allocations and copying ...
Mridul Verma's user avatar
19 votes
3 answers
16k views

I have a directory with log files and I'm putting logs from script launched by users into them. Logging with syslog doesn't seem possible in this case. (non-daemon rsync) I want the users to have ...
metalhead's user avatar
  • 193
15 votes
3 answers
25k views

How to check the version of a XFS filesystem on a system, whether it is V5 or later?
MikasaAckerman's user avatar
11 votes
1 answer
830 views

I have a problem and I don't know what the problem is. df -h Filesystem Size Used Avail Use% Mounted on /dev/sda4 5.0G 113M 4.9G 3% / /dev/mapper/appsvg-...
Mina Krstic's user avatar
11 votes
1 answer
8k views

I currently have a 4TB RAID 1 setup on a small, personal Linux server, which is formatted as XFS in LVM. I am interested in enabling the reflink feature of XFS, but I did not do so when I first ...
TheSola10's user avatar
  • 231
10 votes
3 answers
21k views

I have an ext4 partition (LVM on a VM) with a large amount of small files, which I have to extend every 3-4 months. Regarding the amount of space used by the inodes. Does one of the xfs, btrfs or ...
abadys's user avatar
  • 101
9 votes
4 answers
3k views

I can't find a simple, straight answer about which filesystem metadata operations are actually persisted to the ext4 & xfs filesystem journals. Note that I am not inquiring about what POSIX ...
rboyer's user avatar
  • 191
8 votes
1 answer
8k views

In Eric Hammond's article Running MySQL on Amazon EC2 with EBS he shows how to add a second drive (/vol/) and then progresses to move mysql's config and data there. /sdh gets mounted as /vol by ...
cwd's user avatar
  • 47.1k
7 votes
2 answers
5k views

I have a sparse raw qemu image that I want to transfer to another server. qemu-img info gives me: image: sparse.img file format: raw virtual size: 50G disk size: 16G I transfer it with: rsync -azhP -...
orodbhen's user avatar
  • 548
6 votes
3 answers
4k views

xfs seems to use 15-30% more disk space than the files require: # du 0 . # dd if=/dev/zero of=test bs=1M count=5k 5120+0 records in 5120+0 records out 5368709120 bytes (5,4 GB) copied, 10,527 s,...
Ole Tange's user avatar
  • 37.6k
5 votes
1 answer
951 views

I want to test XFS dedup feature, so i put a new HD to my fileserver VM. I started rsync files from old disk to new one, but I got "No space left on device". This is my df -h output: Filesystem ...
CeccoMe's user avatar
  • 163
5 votes
1 answer
2k views

I have a 7.9 TB logical volume formatted with XFS filesystem. I have 8 1 TB RAID devices as physical volumes, and 1 volume group that contains all of these devices. I have 2.5 TB free space on my ...
Steve's user avatar
  • 51
4 votes
4 answers
3k views

I'm hunting for a way to utilise a slow 500GB magnetic HDD alongside a fast 500GB SSD. I'd like to end up with a reasonable fraction of the two combined [hopefully > 800GB] in terms of capacity, ...
Philip Couling's user avatar
4 votes
1 answer
15k views

I tried using: sudo mount -t xfs -o acl /dev/sdb1 /mnt/ssd I got: mount: wrong fs type, bad option, bad superblock on /dev/sdb1. BTW, I'm using Fedora 25.
inżynier's user avatar
4 votes
1 answer
636 views

I have a giant 218 TB RAID6, across LVM. It is actually 2 separate RAID6s joined together through LVM to form one giant RAID6. df -h shows all space was available, and I mounted to /share. I wanted ...
Kamran's user avatar
  • 91
4 votes
1 answer
2k views

I am trying to defrag a heavily fragmented XFS file-system on a CentOS 6.6 machine: [root@server opt]# xfs_db -c frag -r /dev/md3 actual 598, ideal 215, fragmentation factor 64.05% However, when I ...
Chris's user avatar
  • 1,157
4 votes
3 answers
14k views

Currently I monitor for a failed filesystem (as a result of a failed disk, controller, whatever) by checking syslog for messages like this: 2017-06-15T17:18:10.081665+00:00 2017-06-15T17:18:10+00:...
Evan's user avatar
  • 171
4 votes
3 answers
5k views

I am trying to increase the swap space available to my server from 4GB to 16GB, however at present XFS + something is making this impossible. I have a single SSD hosting the OS (CentOS 7), with a ...
J Collins's user avatar
  • 1,205
4 votes
1 answer
773 views

This related question can't solve my exact problem, so I'm writing a similar question. My scenario is the following: a program (run by wine) writes to a file sized about 10-500 KB. About 1 KB ...
WavKuFoo's user avatar
4 votes
1 answer
4k views

1.At the begining mount | grep home /dev/sdb1 on /home type xfs (rw,relatime,attr2,inode64,noquota) 2.try to modify mount -o remount,rw,relatime,attr2,inode64,prjquota /dev/sbd1 /home 3.check it ...
workhardcc's user avatar
4 votes
0 answers
1k views

I know that usually the answer to this question is "when it sees fit", or some other obscure answer. And many times I saw that if the host gets hard booted, some of files that got recently ...
aviro's user avatar
  • 6,955
3 votes
1 answer
25k views

I ran into this message two days ago=: tune2fs: Bad magic number in super-block while trying to open /dev/vdc1 Couldn't find valid filesystem superblock. The system is Ubuntu, a KVM virtual machine ...
nonemaw's user avatar
  • 133
3 votes
2 answers
7k views

I am using centos 7 and I have a /home mounted on an xfs filesystem on a dedicated LVM partition. /dev/mapper/centos-home 782G 34M 782G 1% /home I want to split this partition to 2 ...
Abdullah Shahin's user avatar
3 votes
1 answer
21k views

So I was on my desktop computer as usual, and then this happens out of nowhere: For the little time that I've researched about the error, the first message [Firmware Bug]: the BIOS has corrupted hw-...
Pedro Corso's user avatar

1
2 3 4 5