Fixing Synology file system errors

Support Wissensdatenbank

Du bist hier:
Print

Fixing Synology file system errors

If the file errors in the Synology are not fixed via the interface, you can solve the problem as follows:

 

  1. Deactivate all important services such as mail server etc. on the Synology
  2. Log into the Synology via SSH
  3. Then execute the following bash commands.
    By the way, you can list all hard drive pools with “fdisk -l”.

    synostgvolume --unmount -p /volume1
    vgchange -ay
    fsck.ext3 -yvf /dev/mapper/cachedev_0

    If you receive a memory allocation error message after starting the FSCK, follow these instructions:

  4. Connect a USB stick formatted with FAT 32 as the following path: /volumeUSB1/usbshare/
  5. Create an /etc/e2fsck.conf file as follows:
    [scratch_files]
    directory = /var/cache/e2fsck
  6. Then run the FSCK again.
War dieser Artikel hilfreich?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
Wie können wir diesen Artikel verbessern?
Please submit the reason for your vote so that we can improve the article.
Brauchst du Hilfe?
Related Post