Skip to content

Instantly share code, notes, and snippets.

@dmongeau
Last active December 26, 2019 09:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmongeau/8bc90e24cf953723bb2c5d3335fa947d to your computer and use it in GitHub Desktop.
Save dmongeau/8bc90e24cf953723bb2c5d3335fa947d to your computer and use it in GitHub Desktop.
Shell commands to load a Synology volume in Read-Only when it is corrupted.
mount -o ro,noload /dev/vg1/volume_1 /volume1
df -h
synospace --map-file -d
synocheckshare
ll /volume1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment