Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 NETWORK ATTACHED STORAGE (NAS) V2

views
     
xxboxx
post Oct 5 2025, 09:44 PM

The mind is for having ideas, not holding them
*******
Senior Member
5,254 posts

Joined: Oct 2004
From: J@Y B33


QUOTE(chupapi_munyayo @ Oct 5 2025, 01:25 AM)
is 2-bay Synology DS223J a good buy

iPhone 256GB out of space
and i stop sub iCloud/Google Photo
*

Get a Plus Series model. J model the processor is too weak for some apps. Avoid Plus Series models released in 2025 and onwards as it locked the device to only Synology own HDD which is a lot more expensive than other brand HDD.


QUOTE(Chiggah @ Oct 5 2025, 06:39 PM)
Trying to let go of my PC.

Which synology model would you suggest to stream Plex locally at home and able to download torrents without PC ?
*
Same as above. Get a Plus Series model. Avoid Plus Series models released in 2025 and onwards as it locked the device to only Synology own HDD which is a lot more expensive than other brand HDD.
xxboxx
post Oct 5 2025, 11:35 PM

The mind is for having ideas, not holding them
*******
Senior Member
5,254 posts

Joined: Oct 2004
From: J@Y B33


I checked Lazada and Shopee, it's actually hard to find Plus Series model year 2024 and older. I guess everyone been buying the older model and avoid 2025 model.

Another option is to buy second hand. Year 2020 and above should be okay.

Beestation is no difference than J model. Only good for transferring files in and out of the NAS. If you want to do more processor intensive stuff such as cataloguing the photos or using Synology word/spreadsheet app, it will be slow.

Don't forget if your photos only at the NAS, then it is not a backup. You only have a backup when the photo/file have 2 copies or more at separate device. Read more about 3-2-1 backup rule for protection of your data.
xxboxx
post Oct 6 2025, 09:11 PM

The mind is for having ideas, not holding them
*******
Senior Member
5,254 posts

Joined: Oct 2004
From: J@Y B33


QUOTE(Chiggah @ Oct 6 2025, 05:00 PM)
Thanks. Is there a guide to download torrents from nas without any use of PC ?

Do I need to install docker?

And does it need to be an Intel x86 processor for transcoding or not necessary?
*
Synology's Download Station can also download torrents. You need to port forward the necessary port.
Most router these days also support download torrent, I think it will be better to use router than opening port to your NAS, reduce the risk of exposing the NAS to internet.

For hardware transcoding you need Intel CPU suuch as J4125, but I'm not sure how Plex handle it these days. Might need Plex pass for hardware transcoding. Recently Synology also remove the ability for the NAS to use hardware transcoding on it's app, don't know if that have any impact on Plex and hardware transcoding.

Are you already using Plex now? It can have a lot troubleshooting when something is not right, such as wrong setting that causes it to do transcoding just because subtitle format in SSA or something. If playback 4k and because of the transcode, the video is uncompressed and if you stream from Wi-Fi then not enough bandwidth. I'm using Jellyfin and encounter these problems but I believe Plex also will have same issue. It will be more easier if the NAS doesn't need to do any transcode, just stream the media.
xxboxx
post Oct 8 2025, 10:46 PM

The mind is for having ideas, not holding them
*******
Senior Member
5,254 posts

Joined: Oct 2004
From: J@Y B33


QUOTE(incognitroll @ Oct 8 2025, 12:30 PM)
Synology comes to its senses, removes all HDD limitations from 2025 DiskStation models

https://www.androidcentral.com/accessories/...kstation-models

Synology Hard Drive Support MASSIVE U-TURN in DSM 7.3

SYNOLOGY Allowing THIRD PARTY DRIVES AGAIN - DSM 7.3 UPDATE
*
Good news! But I wonder how much damage has been done and how many consumer that still wary of Synology and buy other brand in case this thing happened again in future.

QUOTE
What Happens When a User Installs a Hard Drive That Is Not on the Compatibility List but Is Not on the Incompatibility List Either?

Under DSM 7.3, Synology has overhauled how its NAS systems handle drives that are not officially listed in the compatibility database but are also not explicitly marked as incompatible. This new policy, part of the HCL 5.0 framework, restores the flexibility that was largely lost with DSM 7.2. For users of 2025 DiskStation Plus models, including systems such as the DS1525+, DS925+, and DS725+, these drives are now treated as fully functional and supported for installation, storage pool creation, and volume management. When a non-listed HDD or SATA SSD is installed in these units, DSM 7.3 accepts it without generating warnings, restrictions, or “unverified” messages. The drive behaves identically to a fully approved model, and users can create new RAID arrays, expand existing volumes, and use all standard DSM features such as snapshots, encryption, and Hyper Backup. This marks a significant shift from DSM 7.2, which blocked pool creation entirely if the installed drive was not verified by Synology.

There's a nuance. New buyer of 2025 Plus model need to update DSM to v7.3 then only they can use HDD that is not in the compatibility list, but they cannot install HDD that is not in the compatibility list if the DSM is not v7.3

New buyer need to ask seller to update the DSM to v7.3 before ships out the NAS then they can use HDD that is not in the compatibility list.
xxboxx
post Oct 11 2025, 02:35 PM

The mind is for having ideas, not holding them
*******
Senior Member
5,254 posts

Joined: Oct 2004
From: J@Y B33


QUOTE(keaizer @ Oct 10 2025, 03:01 PM)
this function also available at synology right?
*
Recognition & classification and duplicate image function already have in Synology. Semantic search don't have.
xxboxx
post Oct 29 2025, 09:23 PM

The mind is for having ideas, not holding them
*******
Senior Member
5,254 posts

Joined: Oct 2004
From: J@Y B33


PSA: Don't simply update container image in Docker just because it is easy to do. It's so easy to just click 1 time on the update to update it. Read the developer or maintainer release note first.

I updated my Jellyfin server container without reading it first and after update the container stopped immediately after run. Then only I read release note and found out need to stop the container first before update. Also need to update to v10.10.7 before update to the latest v10.11.0, unfortunately I was on v10.9 when I update and run the container. Going from v10.9 directly to v10.11.0 causes the database or config files to be corrupted. I re create back v10.9 container but the server still can't run because the database or config files have corrupted. All the weeks spent to set up the database for the image, description, grouping and many more now all gone.

Never guessed that I have luck on my side. Turned out I have set Snapshot Replication to run every 2 hours for Docker config & cache folder. I restore back the snapshot before update to v10.11.0, re create v10.9 image and it run as if nothing has happened before this.

Another PSA: make sure to have snapshot or versioning for all your files. This is like rewind function back to before the mess up.

15 Pages « < 13 14 15Top
 

Change to:
| Lo-Fi Version
0.0179sec    0.88    7 queries    GZIP Disabled
Time is now: 25th November 2025 - 09:29 AM