{"id":2463,"date":"2025-03-17T23:52:17","date_gmt":"2025-03-17T22:52:17","guid":{"rendered":"https:\/\/www.apvnorge.no\/?page_id=2463"},"modified":"2025-03-18T00:15:42","modified_gmt":"2025-03-17T23:15:42","slug":"how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7","status":"publish","type":"page","link":"https:\/\/www.apvnorge.no\/cz\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\/","title":{"rendered":"How to properly do a filesystem check (fsck or e2fck) on Synology DSM 7"},"content":{"rendered":"<div id=\"apvno-3682460816\" class=\"apvno-before-content apvno-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-7003427967427457\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:inline-block;width:970px;height:250px;\" \ndata-ad-client=\"ca-pub-7003427967427457\" \ndata-ad-slot=\"6272152047\"><\/ins> \n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>\n<hr>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https:\/\/www.apvnorge.no\/synology\/\" title=\"Synology\">Back to Synology<\/a><\/strong><\/li>\n\n\n\n<li><strong><a href=\"https:\/\/www.apvnorge.no\/it-knowledge-base\/\">Back to  IT Knowledge Base <\/a><\/strong><\/li>\n<\/ul>\n\n\n\n<hr>\n\n\n\n<h2 class=\"wp-block-heading\">Here are the steps performed by the synology tech:<a href=\"https:\/\/github.com\/jmiller0\/how-to-fsck-on-synology-dsm7#here-are-the-steps-performed-by-the-synology-tech\"><\/a><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>WARNING: Perform these steps at your own risk! <\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">SSH To your synology and sudo to root:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">sudo -i<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Disable all services and unmount volume: This will log out!<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/github.com\/jmiller0\/how-to-fsck-on-synology-dsm7#disable-all-services-and-unmount-volume-this-will-log-out\"><\/a>synospace &#8211;stop-all-spaces<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Log back in and check that your volume is not mounted, no lvm, mdstat empty<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/github.com\/jmiller0\/how-to-fsck-on-synology-dsm7#log-back-in-and-check-that-your-volume-is-not-mounted-no-lvm-mdstat-empty\"><\/a>mount<br>lvm lvscan<br>cat \/proc\/mdstat<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Next we will skip file system check on boot:<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/github.com\/jmiller0\/how-to-fsck-on-synology-dsm7#next-we-will-skip-file-system-check-on-boot\"><\/a>touch \/tmp\/volume_skip_check<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Next we will disable our volume on startup, replace&nbsp;<code>volume1<\/code>&nbsp;with your volume.<a href=\"https:\/\/github.com\/jmiller0\/how-to-fsck-on-synology-dsm7#next-we-will-disable-our-volume-on-startup-replace-volume1-with-your-volume\"><\/a><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>synosetkeyvalue \/etc\/synoinfo.conf disable_volumes volume1<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Next, go to the DSM GUI and Restart your synology.<a href=\"https:\/\/github.com\/jmiller0\/how-to-fsck-on-synology-dsm7#next-go-to-the-dsm-gui-and-restart-your-synology\"><\/a><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">After it comes back online your volume should be unmounted. Give it a few minutes to finish starting up (5 minutes after ssh is up) and run the commands above to make sure you are not mounted and lvm sees your lvm. We should be good to fsck now.<br>Run this command to see your mapper path to fsck:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>dmsetup table<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Now we&#8217;ll fsck and auto accept all changes<a href=\"https:\/\/github.com\/jmiller0\/how-to-fsck-on-synology-dsm7#now-well-fsck-and-auto-accept-all-changes\"><\/a><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">This can take awhile, you can&nbsp;<code>nohup &lt;cmd&gt; &amp;<\/code>&nbsp;if you want to run in the backgroup, then monitor&nbsp;<code>nohup.out<\/code><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>fsck.ext4 -yvf -C 0 \/dev\/mapper\/cachedev_0\n\ne2fsck 1.44.1 (24-Mar-2018)\nPass 1: Checking inodes, blocks, and sizes\nPass 2: Checking directory structure\nPass 3: Checking directory connectivity\nPass 4: Checking reference counts\nPass 5: Checking group summary information\n\n     2325930 inodes used (0.13%, out of 1799725056)\n      187831 non-contiguous files (8.1%)\n         857 non-contiguous directories (0.0%)\n             # of inodes with ind\/dind\/tind blocks: 0\/0\/0\n             Extent depth histogram: 2289445\/27565\/33\n 12069212190 blocks used (83.83%, out of 14397792256)\n           0 bad blocks\n        4518 large files\n\n     1944248 regular files\n      372657 directories\n           4 character device files\n           1 block device file\n           0 fifos\n       57177 links\n        9010 symbolic links (8872 fast symbolic links)\n           1 socket\n------------\n     2383098 files<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">After fsck reports all clean we can mount our volume!<a href=\"https:\/\/github.com\/jmiller0\/how-to-fsck-on-synology-dsm7#after-fsck-reports-all-clean-we-can-mount-our-volume\"><\/a><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>mount \/volume1<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Run some Synology specific checks and verify we&#8217;re mounted:<a href=\"https:\/\/github.com\/jmiller0\/how-to-fsck-on-synology-dsm7#run-some-synology-specific-checks-and-verify-were-mounted\"><\/a><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>synospace --map-file -d\nsynocheckshare\nsynocheckiscsitrg\nll \/volume1\/\ngrep volume1 \/etc\/samba\/smb.share.conf<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Warning Indicator<a href=\"https:\/\/github.com\/jmiller0\/how-to-fsck-on-synology-dsm7#warning-indicator\"><\/a><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">At this point your filesystem should be healthy. However DSM will still show a warning. This is because the indicator that marks the volume healthy lives in a table that needs to be updated.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Go back to DSM and for your volume check the file system, it should be able to unmount now. <\/p>\n<div id=\"apvno-1754627938\" class=\"apvno-after apvno-entity-placement\"><script>\r\n_adsys_id = 33949;\r\n_adsys_size = 1;\r\n<\/script>\r\n<script src=\"https:\/\/d.wedosas.net\/d.js\"><\/script>    \r\n<\/br>\r\n<div>\r\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script>\r\n<!-- AD-4 -->\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:inline-block;width:970px;height:250px\"\r\n     data-ad-client=\"ca-pub-7003427967427457\"\r\n     data-ad-slot=\"6272152047\"><\/ins>\r\n<script>\r\n     (adsbygoogle = window.adsbygoogle || []).push({});\r\n<\/script><\/div>\r\n<a href=\"https:\/\/affiliates.ssl.com\/820-3-1-13.html\" target=\"_blank\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" style=\"border:0px\" src=\"https:\/\/i0.wp.com\/affiliates.ssl.com\/media\/banners\/SSL-banner-UC-certificate-2-v5.png?resize=640%2C79&#038;ssl=1\" width=\"640\" height=\"79\" alt=\"Microsoft Exchange SAN UCC SSL\"><\/a><\/div>","protected":false},"excerpt":{"rendered":"<p>Here are the steps performed by the synology tech: WARNING: Perform these steps at your own risk! SSH To your synology and sudo to root: sudo -i Disable all services and unmount volume: This will log out! synospace &#8211;stop-all-spaces Log back in and check that your volume is not mounted, no lvm, mdstat empty mountlvm [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_exactmetrics_skip_tracking":false,"_monsterinsights_skip_tracking":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"class_list":["post-2463","page","type-page","status-publish","hentry"],"translation":{"provider":"WPGlobus","version":"3.0.5","language":"cz","enabled_languages":["en","no","cz"],"languages":{"en":{"title":true,"content":true,"excerpt":false},"no":{"title":false,"content":false,"excerpt":false},"cz":{"title":false,"content":false,"excerpt":false}}},"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Back to Synology Back to IT Knowledge Base Here are the steps performed by the synology tech: SSH To your synology and sudo to root: sudo -i Disable all services and unmount volume: This will log out! synospace --stop-all-spaces Log back in and check that your volume is not mounted, no lvm, mdstat empty mountlvm\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"google-site-verification\" content=\"TrS3Ce4SzthGp870C1FeMCHMy8m2nPpzG2NfPcdfJi0\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.apvnorge.no\/cz\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"cs_CZ\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Et teknologiselskap - Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to properly do a filesystem check (fsck or e2fck) on Synology DSM 7 - Et teknologiselskap\" \/>\n\t\t<meta property=\"og:description\" content=\"Back to Synology Back to IT Knowledge Base Here are the steps performed by the synology tech: SSH To your synology and sudo to root: sudo -i Disable all services and unmount volume: This will log out! synospace --stop-all-spaces Log back in and check that your volume is not mounted, no lvm, mdstat empty mountlvm\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.apvnorge.no\/cz\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&#038;ssl=1\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&#038;ssl=1\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-03-17T22:52:17+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-03-17T23:15:42+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100064041250396\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to properly do a filesystem check (fsck or e2fck) on Synology DSM 7 - Et teknologiselskap\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Back to Synology Back to IT Knowledge Base Here are the steps performed by the synology tech: SSH To your synology and sudo to root: sudo -i Disable all services and unmount volume: This will log out! synospace --stop-all-spaces Log back in and check that your volume is not mounted, no lvm, mdstat empty mountlvm\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&amp;ssl=1\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\\\/#listItem\",\"name\":\"How to properly do a filesystem check (fsck or e2fck) on Synology DSM 7\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\\\/#listItem\",\"position\":2,\"name\":\"How to properly do a filesystem check (fsck or e2fck) on Synology DSM 7\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/#organization\",\"name\":\"{:en}Et teknologiselskap{:}{:gb}Et teknologiselskap{:}\",\"description\":\"Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.\",\"url\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.apvnorge.no\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/APV.gif?fit=230%2C81&ssl=1\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\\\/#organizationLogo\",\"width\":230,\"height\":81},\"image\":{\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=100064041250396\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\\\/#webpage\",\"url\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\\\/\",\"name\":\"How to properly do a filesystem check (fsck or e2fck) on Synology DSM 7 - Et teknologiselskap\",\"description\":\"Back to Synology Back to IT Knowledge Base Here are the steps performed by the synology tech: SSH To your synology and sudo to root: sudo -i Disable all services and unmount volume: This will log out! synospace --stop-all-spaces Log back in and check that your volume is not mounted, no lvm, mdstat empty mountlvm\",\"inLanguage\":\"cs-CZ\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\\\/#breadcrumblist\"},\"datePublished\":\"2025-03-17T23:52:17+01:00\",\"dateModified\":\"2025-03-18T00:15:42+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/#website\",\"url\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/\",\"name\":\"{:en}Et teknologiselskap{:}{:gb}Et teknologiselskap{:}\",\"description\":\"Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.\",\"inLanguage\":\"cs-CZ\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to properly do a filesystem check (fsck or e2fck) on Synology DSM 7 - Et teknologiselskap","description":"Back to Synology Back to IT Knowledge Base Here are the steps performed by the synology tech: SSH To your synology and sudo to root: sudo -i Disable all services and unmount volume: This will log out! synospace --stop-all-spaces Log back in and check that your volume is not mounted, no lvm, mdstat empty mountlvm","canonical_url":"https:\/\/www.apvnorge.no\/cz\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"TrS3Ce4SzthGp870C1FeMCHMy8m2nPpzG2NfPcdfJi0","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.apvnorge.no\/cz\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/cz#listItem","position":1,"name":"Home","item":"https:\/\/www.apvnorge.no\/cz","nextItem":{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/cz\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\/#listItem","name":"How to properly do a filesystem check (fsck or e2fck) on Synology DSM 7"}},{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/cz\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\/#listItem","position":2,"name":"How to properly do a filesystem check (fsck or e2fck) on Synology DSM 7","previousItem":{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/cz#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/www.apvnorge.no\/cz\/#organization","name":"{:en}Et teknologiselskap{:}{:gb}Et teknologiselskap{:}","description":"Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.","url":"https:\/\/www.apvnorge.no\/cz\/","logo":{"@type":"ImageObject","url":"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=230%2C81&ssl=1","@id":"https:\/\/www.apvnorge.no\/cz\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\/#organizationLogo","width":230,"height":81},"image":{"@id":"https:\/\/www.apvnorge.no\/cz\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=100064041250396"]},{"@type":"WebPage","@id":"https:\/\/www.apvnorge.no\/cz\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\/#webpage","url":"https:\/\/www.apvnorge.no\/cz\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\/","name":"How to properly do a filesystem check (fsck or e2fck) on Synology DSM 7 - Et teknologiselskap","description":"Back to Synology Back to IT Knowledge Base Here are the steps performed by the synology tech: SSH To your synology and sudo to root: sudo -i Disable all services and unmount volume: This will log out! synospace --stop-all-spaces Log back in and check that your volume is not mounted, no lvm, mdstat empty mountlvm","inLanguage":"cs-CZ","isPartOf":{"@id":"https:\/\/www.apvnorge.no\/cz\/#website"},"breadcrumb":{"@id":"https:\/\/www.apvnorge.no\/cz\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\/#breadcrumblist"},"datePublished":"2025-03-17T23:52:17+01:00","dateModified":"2025-03-18T00:15:42+01:00"},{"@type":"WebSite","@id":"https:\/\/www.apvnorge.no\/cz\/#website","url":"https:\/\/www.apvnorge.no\/cz\/","name":"{:en}Et teknologiselskap{:}{:gb}Et teknologiselskap{:}","description":"Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.","inLanguage":"cs-CZ","publisher":{"@id":"https:\/\/www.apvnorge.no\/cz\/#organization"}}]},"og:locale":"cs_CZ","og:site_name":"Et teknologiselskap - Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.","og:type":"article","og:title":"How to properly do a filesystem check (fsck or e2fck) on Synology DSM 7 - Et teknologiselskap","og:description":"Back to Synology Back to IT Knowledge Base Here are the steps performed by the synology tech: SSH To your synology and sudo to root: sudo -i Disable all services and unmount volume: This will log out! synospace --stop-all-spaces Log back in and check that your volume is not mounted, no lvm, mdstat empty mountlvm","og:url":"https:\/\/www.apvnorge.no\/cz\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\/","og:image":"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&#038;ssl=1","og:image:secure_url":"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&#038;ssl=1","article:published_time":"2025-03-17T22:52:17+00:00","article:modified_time":"2025-03-17T23:15:42+00:00","article:publisher":"https:\/\/www.facebook.com\/profile.php?id=100064041250396","twitter:card":"summary_large_image","twitter:title":"How to properly do a filesystem check (fsck or e2fck) on Synology DSM 7 - Et teknologiselskap","twitter:description":"Back to Synology Back to IT Knowledge Base Here are the steps performed by the synology tech: SSH To your synology and sudo to root: sudo -i Disable all services and unmount volume: This will log out! synospace --stop-all-spaces Log back in and check that your volume is not mounted, no lvm, mdstat empty mountlvm","twitter:image":"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&ssl=1"},"aioseo_meta_data":{"post_id":"2463","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"limit_modified_date":false,"created":"2025-03-17 22:52:24","updated":"2025-06-03 23:50:40"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.apvnorge.no\/cz\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to properly do a filesystem check (fsck or e2fck) on Synology DSM 7\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.apvnorge.no\/cz"},{"label":"How to properly do a filesystem check (fsck or e2fck) on Synology DSM 7","link":"https:\/\/www.apvnorge.no\/cz\/how-to-properly-do-a-filesystem-check-fsck-or-e2fck-on-synology-dsm-7\/"}],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P9T0bk-DJ","jetpack-related-posts":[],"jetpack_likes_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/pages\/2463","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/comments?post=2463"}],"version-history":[{"count":4,"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/pages\/2463\/revisions"}],"predecessor-version":[{"id":2472,"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/pages\/2463\/revisions\/2472"}],"wp:attachment":[{"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/media?parent=2463"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}