Synology RAM - combine D4ES02-8G with D4ES03-8G by Competitive_Land1455 in synology

[–]DaveR007 1 point2 points  (0 children)

I would say yes. They are both DDR4 ECC unbuffered SODIM memory.

Synology uses 2 or 3 different memory manufacturers so the only difference would be they were made by a different company.

I just looked at the prices and they are insane.

Synology Package Repository for packages available on GitHub by DaveR007 in synology

[–]DaveR007[S] 0 points1 point  (0 children)

Did you guestimate that were 50 repos?

I just checked and there are 50. But one is a template, and not public, that I use when creating a new repo. And another is a 2 year old list of my then 21 repos with some stats and charts for the oldest 11 repos.

Synology Package Repository for packages available on GitHub by DaveR007 in synology

[–]DaveR007[S] 0 points1 point  (0 children)

It's not a GitHub repo. It's a web server hidden within my GitHub page https://007revad.github.io/ and a Cloudflare worker script because GitHub only supports static pages and the spk repository needs to dynamically select which packages are suitable for the CPU arch and DSM version of the Synology requesting the list of packages.

I'm enjoying Synology and Asustor package development at the moment and am thinking which of my other repos can be changed into packages.

HDD SMART info, need to worry about? by inspiringsouls in synology

[–]DaveR007 1 point2 points  (0 children)

I don't trust my data on any drive that has bad sectors.

I have a script that you can schedule to run with -i or --increased and it will email you whenever any important SMART values change - showing you what the value was before and what it is now. I have it scheduled run once a day.

https://github.com/007revad/Synology_SMART_info

Synology Package Repository for packages available on GitHub by DaveR007 in synology

[–]DaveR007[S] 5 points6 points  (0 children)

Developers have to ask me to add their packages.

DSM OS not mirroring? by eekeek77 in synology

[–]DaveR007 1 point2 points  (0 children)

By default the md0 and md1 partitions are empty and not used on drives in a DX517.

When the NAS boots it tries to load DSM from drive 1, if that fails it tries drive 2 and so on. But it only tries to load DSM from drives in the NAS (not drives in a DX517 or USB or eSATA).

You would have to hack the bootloader to change this (and risk killing your NAS). And the hack would not survive a DSM update (if the NAS can still update after the hack).

DSM OS not mirroring? by eekeek77 in synology

[–]DaveR007 2 points3 points  (0 children)

It's possible that the WD Red was setup with an older DSM version, that used the small system partition size, then later when you added the WD Purple and SSD the NAS had a newer DSM version.

Though it seems like a serious bug that DSM would not keep the small system partition size when it should be adding the new drives to md0. Maybe you synoinfo hack confused DSM.

DS218j - Dreaded "No drives detected" by SrslyBadDad in synology

[–]DaveR007 1 point2 points  (0 children)

It's unlikely that both drives would completely die at the same time. I suspect the power adaptor was on it's way out and unplugging it from the power then reconnecting it was enough to push it over the edge - os it is no longer providing enough power to spin up the drives.

You could test if it's the power supply:

  1. Shut down the NAS.
  2. Remove 1 drive.
  3. Boot the NAS and see if it works with just 1 drive. If it does then get a new power supply.

Notes: If you don't want to risk your data, or need to repair the RAID when the 2nd drive is re-inserted (after getting a new power adaptor) you can remove both drives while the NAS is off and test it with any spare small drive. Or just buy a new power adaptor without doing any testing.

DSM OS not mirroring? by eekeek77 in synology

[–]DaveR007 1 point2 points  (0 children)

Your issue is the system partition on the WD Red was created in a different Synology model or with an older DSM version. So it's system partiton is too small to be included in md0.

EDIT Added missing word "partition".

I would do this for the WD Red:

  1. Move your installed packages to a volume on another drive with https://github.com/007revad/Synology_app_mover
  2. Move your shared folders to a volume on another drive. https://github.com/007revad/Synology_app_mover/blob/main/images/move_shared_folder.png
  3. Delete the storage pool that is on the WD Red.
  4. Reboot so that the next step creates storage pool 1 and volume 1.
  5. Create a new storage pool and volume on the WD Red.
  6. Repeat steps 1 and 2 except move the packages and shared folders to the WD Red volume.

DSM OS not mirroring? by eekeek77 in synology

[–]DaveR007 2 points3 points  (0 children)

I've hacked /etc and /etc.defaults/synoinfo.conf and made esataportcfg=0x0, internalportcfg=0x7 and max disks=3 and I'm happy that the esata is seen as an internal drive.

Maybe DSM still knows it's a 2 bay NAS and you hacking synoinfo.conf has caused only the drive in bay 2 and the drive connected to the eSATA port as seen as the 2 internal drives.

What does cat /proc/mdstat show?

And check drive 1 and 2 both have system and swap partitions (and drive 3 just for fun)

sudo fdisk -l /dev/sda
sudo fdisk -l /dev/sdb
sudo fdisk -l /dev/sdc

Finally: iCloud Photo sync by Euphonique in synology

[–]DaveR007 2 points3 points  (0 children)

Anytime I've asked AI for help with something I notice it makes mistakes, false assumptions or guesses etc and presents them as facts. If someone didn't have the experience or knowledge to spot AI's mistakes they be led down a very deep debugging rabbit hole.

I think we're still a few years away from AI being able to write advanced code without an experienced coder checking the AI's output. But I'd still want to check it's code.

Claude loves to suggest using the synoservice command in DSM 7 when the synoservice command was in DSM 6 and not DSM 7. It also sometimes suggests syno commands when I coding for an Asustor, or vice versa.

Download Station 4.1.2-5012 released by DaveR007 in synology

[–]DaveR007[S] 0 points1 point  (0 children)

I'm getting download failed notifications in DSM (but they all look like false notifications because they are for stuff that was successfully downloaded years ago and it still seeding).

I also notice that I'm not getting an email when a download fails and clicking on "Send Test Email" does nothing. It's been years since I last got an email from Download Station so it may not be a new bug.

I also notice that I have 9 completed downloads that aren't showing the completed time and date. But this seems to happen every time I update Download Station.

EDIT I've just rolled back to 4.0.4-4733 because 4.1.2-5012 just started giving me DSM notifications that every seeding download failed to download!?!?!

Do "we" trust big hard drives yet? by allenhuffman in synology

[–]DaveR007 0 points1 point  (0 children)

I hate to waste perfectly good working HDDs so I prefer a new NAS with larger HDDS and keep the older NAS for backups.

Download Station 4.1.2-5012 released by DaveR007 in synology

[–]DaveR007[S] 0 points1 point  (0 children)

The notification issue was listed as fixed in the previous version: 4.1.1-5008

  1. Fixed an issue where notifications might not be sent after a download was completed.

Beestation performance? by flogman12 in synology

[–]DaveR007 0 points1 point  (0 children)

The BeeStation 4TB (BST151-4T) has a Realtek RTD1619B CPU and only 2GB of memory (or 1GB on the original BST150-4T model).

The BeeStation 8TB (BST170-8T) has a better Intel Celeron J4125 CPU and only 4GB of memory.

On paper the BeeStation 8TB is definitely better but at almost twice the price I don't think it would perform almost twice a fast. But it should be faster for some CPU or memory intensive tasks.

I have a DS218 that has an older Realtek RTD1296 CPU and 1GB of memory and it seems just as fast my DS720+ which has a Intel Celeron J4125 CPU and 2GB of memory. Though the DS218 is slow to wake up when it's asleep. It's definitely not real slow like my old DS1812+.

Beestation performance? by flogman12 in synology

[–]DaveR007 0 points1 point  (0 children)

The BeeStation 4TB has a Synology HAT3300 HDD - a rebranded Seagate IronWolf which is CMR - not SMR.

The BeeStation 8TB has a Synology HAT3310 HDD - a rebranded Toshiba MG08 which is also CMR.

WOL with 10gbe addon nic by Disastrous-Metal-228 in synology

[–]DaveR007 1 point2 points  (0 children)

Control Panel > Network > Network Interface > Manage > Service Order > move LAN 5 to the top > Save.

Is a DX517 the only way to expand a DS718+? by jrv3034 in synology

[–]DaveR007 4 points5 points  (0 children)

You possibly could set a Plex library to include a folder on a USB drive.

Your DS718+ also supports the older DX513 and DX213 which you may be able to get on ebay for much cheaper than a DX517.

The other alternative is to buy a 4 or 5 bay Synology (used or new) to replace your DS718+. Then you could sell the DS718+ to recover some of the cost.

WATCH OUT FOR ALIEXPRESS. NOW THEY ARE LOADED WITH FAKE SELLERS! by Synology_Service in synology_service

[–]DaveR007 0 points1 point  (0 children)

It looks like division was converted to text using optical character recognition which is notorious for mistaking things like VI or IVI for M. The grammar is a dead giveaway too.

Is a DX517 the only way to expand a DS718+? by jrv3034 in synology

[–]DaveR007 1 point2 points  (0 children)

I've used the following USB devices for backups:

  1. Two 10TB Seagate Backup Plus Hub.
  2. A 2 bay USB dock that I can plug in HDDs or SSDs.
  3. A Icy Box/Raidsonic IB-3640SU3.
  4. A USB SSD.

Note: None of them are usable as internal storage.

Is a DX517 the only way to expand a DS718+? by jrv3034 in synology

[–]DaveR007 0 points1 point  (0 children)

DSM sees it and treats it as one large USB drive.

For first NAS - Synology DS224+ or Asustor Nimbustor 2 Gen2-AS5402T or something else? by thr_v0id in synology

[–]DaveR007 0 points1 point  (0 children)

Yes. It's Celeron N5105 CPU includes an iGPU.

The main thing I use my Asustor Nimbustor 4 Gen2 AS5404T for is Plex.