muttly.irl
Members
-
Joined
-
Last visited
Solutions
-
muttly.irl's post in Shares all gone and user empty was marked as the answerAll back working. I swapped to maintenance mode,
1. ls -l /mnt/user
This showed structure needs cleaning
2. ls -l /mnt/disk*
This showed which disks had issues (1 and 4 in my case)
3. ls -l /dev/md*
That gave me list of disks
4. xfs_repair -v /dev/md1p1
5. xfs_repair -v /dev/md4p1
These repaired the disks then swapped back to regular mode. All looks good now.