July 5, 20232 yr Hi, Last time i defraged was many unRaid versions ago, so i cant say when its stopped working. But now it no longer accept my commands that i saved in text file for fast usage to copy paste [they all worked before] xfs_fsr -t 86400 -v -d -p 2 /dev/md1 xfs_fsr: could not stat: /dev/md1: No such file or directory xfs_fsr -t 86400 -v -d -p 2 /dev/mapper/md10 [thats encrypted volume] xfs_fsr: could not stat: /dev/mapper/md10: No such file or directory xfs_db -r /dev/mapper/md10 /dev/mapper/md10: No such file or directory fatal error -- couldn't initialize XFS library So i tried this way xfs_db -r /dev/sdp xfs_db: /dev/sdp is not a valid XFS filesystem (unexpected SB magic number 0x00000000) Use -F to force a read attempt xfs_db -r /dev/sdp -F xfs_db: /dev/sdp is not a valid XFS filesystem (unexpected SB magic number 0x00000000) xfs_db: V1 inodes unsupported. Please try an older xfsprogs. Any ideas? Thanks
July 5, 20232 yr Community Expert Solution Just now, Hexenhammer said: /dev/md1 add p1, so for disk1 it should be /dev/md1p1
July 5, 20232 yr Author 7 minutes ago, JorgeB said: add p1, so for disk1 it should be /dev/md1p1 Is it Ok to open a bunch of shells and run defrag on all drives at once? how will it affect parity that runs? Before i need to disable Turbo Write
July 5, 20232 yr Community Expert Not sure how write intensive xfs defrag is, if not much it should be fine, if it's write intensive I would do one disk at a time.
July 6, 20232 yr Author 5 hours ago, JorgeB said: Not sure how write intensive xfs defrag is, if not much it should be fine, if it's write intensive I would do one disk at a time. Thank you Last question, how do i defrag a pool hdd, its single HDD set as cache its SDQ, but what do i write in command? i tried SDQ it didn't work
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.