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 system. Should I do xfs_repair on disk1 by unmounting it?