Laut Support soll ich einen e2fsck auf unserer Synology durchführen weil wir Probleme mit Zugriffsrechten innerhalb des DSM haben
und mir dazu die ssh Befehle im Internet suchen.
Kann mir jemand sagen ob das hier auch bei einem Btrfs Volume funktioniert oder ob es andere Befehle sind?
syno_poweroff_task -d [Press Enter]
vgchange -ay [Press Enter] << This will enable the volume
e2fsck -nvf -C 0 /dev/vg1000/lv [press Enter] << This is optional. It will list out the errors, and will not change anything.
e2fsck -pvf -C 0 /dev/vg1000/lv [Press Enter] << This will try to fix the error.
Danke im Voraus
und mir dazu die ssh Befehle im Internet suchen.
Kann mir jemand sagen ob das hier auch bei einem Btrfs Volume funktioniert oder ob es andere Befehle sind?
syno_poweroff_task -d [Press Enter]
vgchange -ay [Press Enter] << This will enable the volume
e2fsck -nvf -C 0 /dev/vg1000/lv [press Enter] << This is optional. It will list out the errors, and will not change anything.
e2fsck -pvf -C 0 /dev/vg1000/lv [Press Enter] << This will try to fix the error.
Danke im Voraus