Jump to content
XPEnology Community
  • 0

Main and Important 918+, fake error from SSD, Most likely Synology Compatibility. Need 2tb working urgently. Help please.


Question

Posted

I am on 7.2 Ds918+ WITH REAL MAC SERIAL

 

i have a  few perfectly good 2tb micron 1100 ssd that's been in my Xpenology 3+ years only 1 giving me errors now, i've checked on many other devices and working perfectly. Its 1 2tb micron ssd. These are basically tanks to me.

But its ruining my one important volume/diskstation. The errors i am sure are due to drive not being on new "compatibility list". Please tell me how i can fix ssd not on compatibility Or what do you do about synology blocking compatibility of drives and their serials?

Tonight its gave me errors, took it out, change hardware id/serial temporarily and that worked, but then it did not work. Tried again, recognized drive but came back with errors.

Tried al sorts of tools in windows/linux. The drive is FINE... 

 

. Does anyone's software have ssd/hdd compatibility update fixer for drives for TCRP?

 

Have you seen this tool? https://www.reddit.com/r/synology/comments/11c4yby/script_to_add_synology_your_drives_to_your/?utm_source=embedv2&utm_medium=post_embed&utm_content=post_title&embed_host_url=https%3A%2F%2Fxpenology.com%2Fforum%2Findex.php

 

Please help I really look to all of your for advice in urgent situations, please

How do other people get around having to buy expensive Synology drives? I already PAID for the ds918 ONCE!

 

Here is my boot screen and my errors below that

 

566-Copy.thumb.jpg.9533a91a45462783c7c921a8879d4c84.jpg

 

2-Copy.thumb.jpg.59286117ef7bccae3cf189c73cf4eded.jpg1-Copy.thumb.jpg.535a8c1ddf506a65571675a4ba780fec.jpg

Recommended Posts

  • 0
Posted
4 minutes ago, Peter Suh said:

The syno-hdd-db addon that references the script in 007revad is already running in mshell.
This is a script customized to suit the operation of Redpill.
 

https://github.com/PeterSuh-Q3/tcrp-addons/blob/main/syno-hdd-db/src/install.sh

 

I will tell you the command to extract your drive information from the database file that this script modifies.
Please wait a moment.

I cannot thank you enough, and thank you kindly enough for getting me out of the many problems prior to this.

  • 0
Posted

Because there are so many contents in the database, this command only checks the last 8 contents.
Please check the db file name and location first as shown below.
I tested with sa6400 instead.

 

admin2@DS1621p:~$ ls /var/lib/disk-compatibility/*host_v7.db
/var/lib/disk-compatibility/ds1621+_host_v7.db
/var/lib/disk-compatibility/sa6400_host_v7.db

 

jq '.disk_compatbility_info | to_entries | map(select(.value != null)) | .[-8:]' /var/lib/disk-compatibility/ds918+_host_v7.db 

 

  {
    "key": "WD10JPVX-22JC3T0",
    "value": {
      "01.01A01": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      },
      "default": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      }
    }
  },
  {
    "key": "WD5000BPKT-22PK4T0",
    "value": {
      "01.01A01": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      },
      "default": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      }
    }
  }
]

 

  • 0
Posted
2 minutes ago, Peter Suh said:

Because there are so many contents in the database, this command only checks the last 8 contents.
Please check the db file name and location first as shown below.
I tested with sa6400 instead.

 

admin2@DS1621p:~$ ls /var/lib/disk-compatibility/*host_v7.db
/var/lib/disk-compatibility/ds1621+_host_v7.db
/var/lib/disk-compatibility/sa6400_host_v7.db

 

jq '.disk_compatbility_info | to_entries | map(select(.value != null)) | .[-8:]' /var/lib/disk-compatibility/ds918+_host_v7.db 

 

  {
    "key": "WD10JPVX-22JC3T0",
    "value": {
      "01.01A01": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      },
      "default": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      }
    }
  },
  {
    "key": "WD5000BPKT-22PK4T0",
    "value": {
      "01.01A01": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      },
      "default": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      }
    }
  }
]

 

Peter you are a genius thank you. But I must add that I did not know there was a script like this until just now so you must forgive me.

I am VERY sorry but what is the "sa6400"?

And i must assume that for these things below, that i am instead copying MY admin info and or ds918+ instead of your admin ds1621 etc.

admin2@DS1621p:~$ ls /var/lib/disk-compatibility/*host_v7.db
/var/lib/disk-compatibility/ds1621+_host_v7.db
/var/lib/disk-compatibility/sa6400_host_v7.db

 

Is your point that i must get to these locations via ssh in my system, (with my credentials and info) and list what is in these files, correct? Report back with it to you, here?

 

  • 0
Posted (edited)

So ive done this so far

image.thumb.png.438fb4a8efca5b8e1123eaee7b262acc.png

 

Now do i run these? Even though i have 918+?

 

/var/lib/disk-compatibility/ds1621+_host_v7.db
/var/lib/disk-compatibility/sa6400_host_v7.db

 

i am sorry i just have no context with this code..

 

 

 

Then i do this next????
/var/lib/disk-compatibility/INSERT_host_v7.db
/var/lib/disk-compatibility/INSERT_host_v7.db

 

jq '.disk_compatbility_info | to_entries | map(select(.value != null)) | .[-8:]' /var/lib/disk-compatibility/ds918+_host_v7.db 

 

{ "key": "WD10JPVX-22JC3T0", "value": { "01.01A01": { "compatibility_interval": [ { "compatibility": "support", "not_yet_rolling_status": "support", "fw_dsm_update_status_notify": false, "barebone_installable": true } ] }, "default": { "compatibility_interval": [ { "compatibility": "support", "not_yet_rolling_status": "support", "fw_dsm_update_status_notify": false, "barebone_installable": true } ] } } }, { "key": "WD5000BPKT-22PK4T0", "value": { "01.01A01": { "compatibility_interval": [ { "compatibility": "support", "not_yet_rolling_status": "support", "fw_dsm_update_status_notify": false, "barebone_installable": true } ] }, "default": { "compatibility_interval": [ { "compatibility": "support", "not_yet_rolling_status": "support", "fw_dsm_update_status_notify": false, "barebone_installable": true } ] } } } ]

 

 

 

 

Which exact code am i using in SSH. please forgive me

Edited by Captainfingerbang
  • 0
Posted

This is command.

Just run the script below.
No root privileges are required.

 

jq '.disk_compatbility_info | to_entries | map(select(.value != null)) | .[-8:]' /var/lib/disk-compatibility/ds918+_host_v7.db

  • 0
Posted (edited)

so sorry. I feel stupid. So i've had a total of 10 ssds for quite some time. I have 2 of the Micron 1100 2tb, 1 of which is being a pain, so working with 9 ssd's. I need that other Micron 1100 back. 

 

So what does this script do? What does it tell me? What should i be doing? (and please take all the time you need my friend)

 

:~$ jq '.disk_compatbility_info | to_entries | map(select(.value != null)) | .[-8:]' /var/lib/disk-compatibility/ds918+_host_v7.db
[
  {
    "key": "SNV3410-800G",
    "value": {
      "ECEM13.0": {
        "fw_buildnumber": 1,
        "firm_bin": "ECEM13.0.bin",
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true,
            "smart_test_ignore": true,
            "smart_attr_ignore": true
          }
        ]
      },
      "ECEM13.2": {
        "fw_buildnumber": 2,
        "firm_bin": "ECEM13.2.bin",
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true,
            "smart_test_ignore": true,
            "smart_attr_ignore": true
          }
        ]
      },
      "default": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true,
            "smart_test_ignore": true,
            "smart_attr_ignore": true
          }
        ]
      }
    }
  },
  {
    "key": "SNV3410-400G",
    "value": {
      "ECEM13.0": {
        "fw_buildnumber": 1,
        "firm_bin": "ECEM13.0.bin",
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true,
            "smart_test_ignore": true,
            "smart_attr_ignore": true
          }
        ]
      },
      "ECEM13.2": {
        "fw_buildnumber": 2,
        "firm_bin": "ECEM13.2.bin",
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true,
            "smart_test_ignore": true,
            "smart_attr_ignore": true
          }
        ]
      },
      "default": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true,
            "smart_test_ignore": true,
            "smart_attr_ignore": true
          }
        ]
      }
    }
  },
  {
    "key": "SU800",
    "value": {
      "R0427A": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      },
      "default": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      }
    }
  },
  {
    "key": "SDSSDH31024G",
    "value": {
      "X6104000": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      },
      "default": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      }
    }
  },
  {
    "key": "30TT253X2-1T",
    "value": {
      "U0503A0": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      },
      "default": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      }
    }
  },
  {
    "key": "SD15",
    "value": {
      "U0506A0": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      },
      "default": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      }
    }
  },
  {
    "key": "JAJS600M2TB",
    "value": {
      "VE0R530E": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      },
      "default": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      }
    }
  },
  {
    "key": "2TB",
    "value": {
      "HP2818D8": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      },
      "default": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      }
    }
  }
]

 

Edited by Captainfingerbang
  • 0
Posted
1 hour ago, Captainfingerbang said:

oh wow,

 

i see my drive database was updated YESTERDAY!!!!!  This is problem! 

image.thumb.png.7070ebc25f1eee312f27c7fca2f8ac2f.png

 

This is CRAZY!  Look now!  Now when i try to Secure Erase, it says BUSY???

 

 

image.thumb.png.05e66f65e2e20c07145b7a877fe208d5.png

 

 

Could you please remove the pop-up message from this image?
It interferes with comparing with drive information.

  • 0
Posted (edited)

Apparently only the Micron 1100 information is missing.
There seems to be a bug in syno-hdd-db.
I might have to keep up with 007revad's recent improvements.
I have a brief outing for 2-3 hours.
I'll tell you what's needed later.

 

Just a passing thought, this model name has a unique use of "_".
I think there may be a problem with this part.

Edited by Peter Suh
  • 0
Posted
6 minutes ago, Peter Suh said:

Apparently only the Micron 1100 information is missing.
There seems to be a bug in syno-hdd-db.
I might have to keep up with 007revad's recent improvements.
I have a brief outing for 2-3 hours.
I'll tell you what's needed later.

 

Just a passing thought, this model name has a unique use of "_".
I think there may be a problem with this part.

Strange thing is: The Microns are identical. 1 is working, other is not!  So if "-" has something to do with it, it would have to be for both, i assume!

 

Yes absolutely i will do the best i can with that info, i will not be sleeping tonight so that i may wait for your response, though dont feel obligated.

But i will be waiting on your words. Thank you many many times.

  • 0
Posted
12 minutes ago, Peter Suh said:

Apparently only the Micron 1100 information is missing.
There seems to be a bug in syno-hdd-db.
I might have to keep up with 007revad's recent improvements.
I have a brief outing for 2-3 hours.
I'll tell you what's needed later.

 

Just a passing thought, this model name has a unique use of "_".
I think there may be a problem with this part.

 

 

First google result, i think Synology may be re-branding the Micron 1100 2tb?   I dug deeper but got lost

 

look! image.thumb.png.85e54e1f71a1763ac65a7e9c63ca32f6.png

  • 0
Posted
 
 
First google result, i think Synology may be re-branding the Micron 1100 2tb?   I dug deeper but got lost
 
look! image.thumb.png.85e54e1f71a1763ac65a7e9c63ca32f6.png

There is no reason for Synology to deliberately exclude only Micron models. I think it's just that the information wasn't recorded in the DB.


Sent from my iPhone using Tapatalk
  • 0
Posted
 ./syno-hdd-db.sh
model 918+
REVISION = #69057
hdmodel SU800
fwrev R0427A
Append drive and firmware:
REVISION = #69057
hdmodel SDSSDH31024G
fwrev X6104000
Append drive and firmware:
REVISION = #69057
hdmodel 30TT253X2-1T
fwrev U0503A0
Append drive and firmware:
REVISION = #69057
hdmodel 30TT253X2-1T
fwrev U0503A0
Insert firmware version:
REVISION = #69057
hdmodel SD15
fwrev U0506A0
Append drive and firmware:
REVISION = #69057
hdmodel JAJS600M2TB
fwrev VE0R530E
Append drive and firmware:
REVISION = #69057
hdmodel 1100_MTFDDAK2T0TBN
fwrev M0MU033
Append drive and firmware:
REVISION = #69057
hdmodel 2TB
fwrev HP2818D8
Append drive and firmware:
REVISION = #69057
hdmodel 2TB
fwrev HP2818D8
Insert firmware version:
REVISION = #69057
hdmodel 1100_MTFDDAK2T0TBN
fwrev M0MU033
Insert firmware version:
{
  "SU800": {
    "R0427A": {
      "compatibility_interval": [
        {
          "compatibility": "support",
          "not_yet_rolling_status": "support",
          "fw_dsm_update_status_notify": false,
          "barebone_installable": true
        }
      ]
    },
    "default": {
      "compatibility_interval": [
        {
          "compatibility": "support",
          "not_yet_rolling_status": "support",
          "fw_dsm_update_status_notify": false,
          "barebone_installable": true
        }
      ]
    }
  },
  "SDSSDH31024G": {
    "X6104000": {
      "compatibility_interval": [
        {
          "compatibility": "support",
          "not_yet_rolling_status": "support",
          "fw_dsm_update_status_notify": false,
          "barebone_installable": true
        }
      ]
    },
    "default": {
      "compatibility_interval": [
        {
          "compatibility": "support",
          "not_yet_rolling_status": "support",
          "fw_dsm_update_status_notify": false,
          "barebone_installable": true
        }
      ]
    }
  },
  "30TT253X2-1T": {
    "U0503A0": {
      "compatibility_interval": [
        {
          "compatibility": "support",
          "not_yet_rolling_status": "support",
          "fw_dsm_update_status_notify": false,
          "barebone_installable": true
        }
      ]
    },
    "default": {
      "compatibility_interval": [
        {
          "compatibility": "support",
          "not_yet_rolling_status": "support",
          "fw_dsm_update_status_notify": false,
          "barebone_installable": true
        }
      ]
    }
  },
  "SD15": {
    "U0506A0": {
      "compatibility_interval": [
        {
          "compatibility": "support",
          "not_yet_rolling_status": "support",
          "fw_dsm_update_status_notify": false,
          "barebone_installable": true
        }
      ]
    },
    "default": {
      "compatibility_interval": [
        {
          "compatibility": "support",
          "not_yet_rolling_status": "support",
          "fw_dsm_update_status_notify": false,
          "barebone_installable": true
        }
      ]
    }
  },
  "JAJS600M2TB": {
    "VE0R530E": {
      "compatibility_interval": [
        {
          "compatibility": "support",
          "not_yet_rolling_status": "support",
          "fw_dsm_update_status_notify": false,
          "barebone_installable": true
        }
      ]
    },
    "default": {
      "compatibility_interval": [
        {
          "compatibility": "support",
          "not_yet_rolling_status": "support",
          "fw_dsm_update_status_notify": false,
          "barebone_installable": true
        }
      ]
    }
  },
  "1100_MTFDDAK2T0TBN": {
    "M0MU033": {
      "compatibility_interval": [
        {
          "compatibility": "support",
          "not_yet_rolling_status": "support",
          "fw_dsm_update_status_notify": false,
          "barebone_installable": true
        }
      ]
    },
    "default": {
      "compatibility_interval": [
        {
          "compatibility": "support",
          "not_yet_rolling_status": "support",
          "fw_dsm_update_status_notify": false,
          "barebone_installable": true
        }
      ]
    }
  },
  "2TB": {
    "HP2818D8": {
      "compatibility_interval": [
        {
          "compatibility": "support",
          "not_yet_rolling_status": "support",
          "fw_dsm_update_status_notify": false,
          "barebone_installable": true
        }
      ]
    },
    "default": {
      "compatibility_interval": [
        {
          "compatibility": "support",
          "not_yet_rolling_status": "support",
          "fw_dsm_update_status_notify": false,
          "barebone_installable": true
        }
      ]
    }
  }
}

 

  • 0
Posted (edited)

Thank you so much my friend. very strange. I swear i have taken drive out, then formatted Using windows

 

Maybe there is something better i can do in regards to wiping drive? My problem is that i dont even know where to look or WHAT to do..., whereas you are pretty much genius. Maybe my boot drive needs update? i dont know. I dont recall last time i updated tcrp or where it boots up screen showing TCRP

 

 

Edited by Captainfingerbang
  • 0
Posted

 

I created a DB file as shown below.
There is no problem creating DB files.

 

I have one suspicion.
Micron 1100 seems to have disappeared at the time this DB file was created.
I think it disappears like that and then appears stably at this point when DSM has completed booting.


Drive DB files are updated through Junior mode, which is very early in the DSM boot phase.
I will tell you how to enter junior mode in Friend.

I think I need to test running the same script as now in junior mode.

 

When Friend is booting, there is 7 seconds to spare.
Please enter the j key within these 7 seconds.

In that state, it will remain in junior mode.


There is no damage to your DSM or data, so you don’t have to worry.

If it progresses to that state


Using the IP address displayed on the screen
Please enter http://192.168.50.223:7681 in your web browser.


The login account is root and there is no password.

Please try the command below first.


cat /var/log/*rc*

 

 

  {
    "key": "1100_MTFDDAK2T0TBN",
    "value": {
      "M0MU033": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      },
      "default": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      }
    }
  },
  {
    "key": "2TB",
    "value": {
      "HP2818D8": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      },
      "default": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      }
    }
  }

 

  • 0
Posted
51 minutes ago, Captainfingerbang said:

Thank you so much my friend. very strange. I swear i have taken drive out, then formatted Using windows

 

Maybe there is something better i can do in regards to wiping drive? My problem is that i dont even know where to look or WHAT to do..., whereas you are pretty much genius. Maybe my boot drive needs update? i dont know. I dont recall last time i updated tcrp or where it boots up screen showing TCRP

 

 

 

And, don't try anything unnecessary. Diagnosis comes first. The diagnosis process is still ongoing.

  • 0
Posted
6 minutes ago, Peter Suh said:

 

I created a DB file as shown below.
There is no problem creating DB files.

 

I have one suspicion.
Micron 1100 seems to have disappeared at the time this DB file was created.
I think it disappears like that and then appears stably at this point when DSM has completed booting.


Drive DB files are updated through Junior mode, which is very early in the DSM boot phase.
I will tell you how to enter junior mode in Friend.

I think I need to test running the same script as now in junior mode.

 

When Friend is booting, there is 7 seconds to spare.
Please enter the j key within these 7 seconds.

In that state, it will remain in junior mode.


There is no damage to your DSM or data, so you don’t have to worry.

If it progresses to that state


Using the IP address displayed on the screen
Please enter http://192.168.50.223:7681 in your web browser.


The login account is root and there is no password.

Please try the command below first.


cat /var/log/*rc*

 

 

  {
    "key": "1100_MTFDDAK2T0TBN",
    "value": {
      "M0MU033": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      },
      "default": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      }
    }
  },
  {
    "key": "2TB",
    "value": {
      "HP2818D8": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      },
      "default": {
        "compatibility_interval": [
          {
            "compatibility": "support",
            "not_yet_rolling_status": "support",
            "fw_dsm_update_status_notify": false,
            "barebone_installable": true
          }
        ]
      }
    }
  }

 

just to be clear

cancel any backup.

restart machine...

press J key within these 7 seconds

 

then

 

Using the IP address displayed on the screen
Please enter http://192.168.50.223:7681 in your web browser.


The login account is root and there is no password.

Please try the command below first.


cat /var/log/*rc*

 

That is all? You have a lot of code below this.. ONLY run cat /var/log/*rc*  correct?

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...