Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
sqlite> delete from logs where serial='ZHZ547YT';
sqlite> select * from logs where serial = "ZHZ547YT";
sqlite>
There were several logs before I made the delete. I also made a backup of the sqlitedb-file before changing anything to the file so I can always go back if needed. I will try to delete the entire database and see if that helps.Did you have anything in the logs for this serial before the delete ?
Try to dump everything from the logs - something might point you in the right direction. Failing that try to delete the whole log (not great but worth a try).
Seems like most of that is related to extX file systems. I am working with raid5 set so it wouldn't work to do a extfsck on a single disk. But I will try if I have any luck withJust throwin' this out there... may not be applicable.
synosetkeyvalue /etc/synoinfo.conf disable_volumes volume1 There were several logs before I made the delete. I also made a backup of the sqlitedb-file before changing anything to the file so I can always go back if needed. I will try to delete the entire database and see if that helps.
Thanks!
sqlite> delete from logs;
sqlite> select * from logs;
sqlite>
-rw-r--r-- 1 system log 40960 Jun 19 18:59 .SYNODISKDB
-rw-r--r-- 1 system log 32768 Jun 19 18:59 .SYNODISKDB-shm
-rw-r--r-- 1 system log 37112 Jun 19 18:59 .SYNODISKDB-wal
/etc/space/space_table/space_table_<TIMESTAMP>.xml.[
{
"blk_luns": [],
"can_assemble": false,
"can_reboot_assemble": false,
"dev_type": 2,
"faulty_disks": [
"ZHZ547YT"
],
"id": "reuse_1",
"limited_raidgroup_num": 12,
"missing": true,
"num_id": 1,
"raids": [
{
"assemembled": false,
"designed_disk_cnt": 12,
"devs": [
{
"cnr_type": 1,
"container_id": 0,
"container_name": "",
"dev_path": "/dev/sda3",
"disk_order_id": 1,
"display_name": "Disk 1",
"drive_protocol_type": 0,
"drive_protocol_type_str": "SATA",
"drive_type": "hdd",
"failed": true,
"in_use": false,
"loc": "0-1",
"missing": false,
"model": "ST10000VN0008-2JJ101",
"pci_slot": -1,
"port_type": "normal",
"serial": "ZHZ547YT",
"slot": 0,
"total_size": 10000831348736,
"vendor": "Seagate"
},
...
...
Yes, please see also:So there has to exist some more place in the OS where the NAS keeps track of this.
or the new Resource here:
See this post. Quite nice!
We use essential cookies to make this site work, and optional cookies to enhance your experience.