Post date: Oct 20, 2020 4:17:36 AM
# shut down all services syno_poweroff_task -d # re-activate the volumes vgchange -ay # check the wanted volume fsck.ext4 -pvf -C 0 /dev/vg1000/lv # If you get the message "UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY", try: fsck.ext4 -yvf -C 0 /dev/vg1000/lv