Suchergebnisse

  1. DaveR

    SSD M.2 Bekomme Script nicht zum Laufen: M.2 NVME SSD Volume: Script Synology_HDD_db

    @Mu Lei would still need to work out the correct path where the script is located.
  2. DaveR

    SSD M.2 Bekomme Script nicht zum Laufen: M.2 NVME SSD Volume: Script Synology_HDD_db

    If someone wants to translate the readme page to Deutsch I'll add a Deutsch readme page.
  3. DaveR

    SSD M.2 Bekomme Script nicht zum Laufen: M.2 NVME SSD Volume: Script Synology_HDD_db

    Once you have connected to Syno_Mue via SSH you don't need to type Syno_Mue again. If you unzipped the Synology_HDD_db-3.5.101.zip in a shared folder named "scripts" the command would be: /volume1/scripts/Synology_HDD_db-3.5.101/syno_hdd_db.sh -nr
  4. DaveR

    Bitte um Unterstützung bei der NAS-Entscheidung

    I couldn't find it either :unsure:
  5. DaveR

    Bitte um Unterstützung bei der NAS-Entscheidung

    Are sure it's not IB-RD3620SU3 ? Though it has RAID and JBOD. https://icybox.de/product/externe_speicherloesungen/IB-RD3620SU3 Mine is a IB-3640SU3 without the "RD" and it has only JBOD (no RAID). Note: IcyBox's definition of JBOD is different to Synology's. Synology's JBOD is one big...
  6. DaveR

    Bitte um Unterstützung bei der NAS-Entscheidung

    Your IcyBox can be connected to a Synology NAS via USB, but not eSATA. If your IcyBox does not have RAID the drives in the IcyBox can change their usbshare name volume names each time you connect or turn on the IcyBox - depending on which drive gets mounted first. I created a file on each...
  7. DaveR

    Docker Container Backup

    @ctrlaltdelete I've used your json export code in https://github.com/007revad/Synology_app_mover/releases/tag/v3.2.61
  8. DaveR

    Docker Container Backup

    Yes. Change: for container in $(docker ps --format "{{ .Names }}"); do To: for container in $(docker ps --all --format "{{ .Names }}"); do Note: This only works with json exports.
  9. DaveR

    Hyper Backup Einfaches Systembackup ohne Shared Folders?

    In Hyper Backup I used to select "Single version" as the Version Type then expand a shared folder and select an empty folder. This would backup the empty folder and the DSM system settings as a .dss file that can be imported into Control Panel (without needing Hyper Backup). Now I have my...
  10. DaveR

    How to install Video Station in DSM 7.2.2

    Installing either wrapper is optional. They enable audio codecs like DTS, EAC3 and TrueHD Audio. The @darknebular wrapper also enables 5.1 and AAC, as well as DTS, EAC3 and TrueHD Audio.
  11. DaveR

    How to install Video Station in DSM 7.2.2

    Certainly. When I added the link to Alex's wrapper I chose it because it: Looked easier for people to use. Has been updated more recently. Has more stars, forks and people watching. Was the first wrapper I tried, and it worked. Was only 370 lines of code that I had to read to understand what...
  12. DaveR

    DSM 7.2 Neue Version 7.2.2

    You can, but you have the same kind of issues that you have running DSM on other NAS like QNAP and Asustor. One person's experience with DSM 7 on a DXP6800 Pro: Can only get 2 M.2 as storage and the third M.2 as cache. Thunderbolt don't work but the ports work as USB-C. The hard drive led...
  13. DaveR

    Video Station fliegt raus: Synology DSM 7.2.2-72803 veröffentlicht

    I thought you need to use an older version of Jellyfin in docker for HT to work with kernel versions older than 5.15. Jellyfin 10.9.3 and newer: "Disable VA-VK interop on not supported kernel versions"
  14. DaveR

    DSM 7.2 Neue Version: 7.2.2-72806

    Was there ever a Media Server 2.2.0-2234 ? I only see 2.2.0-3325 and 2.1.0-3304
  15. DaveR

    Synology Volumen Größenbeschränkung 108TB umgehen

    Lots of people on reddit with a DS1821+ or RS1221+ with 32GB or 64GB of memory have created volumes larger than 108TB in DSM 7.2 and 7.2.1 The RS2821RP+ has the same Ryzen V1500B CPU so it should work.
  16. DaveR

    Synology Volumen Größenbeschränkung 108TB umgehen

    The current DSM version is 7.2.2-72806 though it's a staged rollout so your RS2821RP+ could still be saying it is up to date. DSM 7.2.1-69057 Update 5 should let you create a btrfs volume up to 200TB on a RS2821RP+ with 32GB or more memory.
  17. DaveR

    Synology Volumen Größenbeschränkung 108TB umgehen

    Is storage manager not letting expand the volume beyond 108TB? I've seen one comment on NASCompares where the person wrote: I just noticed that my Synology NAS are running Storage Manager 1.0.0-00502 but I never updated it and I have auto-update disabled in Package Center. I just checked the...
  18. DaveR

    DSM 7.2 Neue Version 7.2.2

    Plex includes it's own codecs
  19. DaveR

    DSM 7.2 Neue Version 7.2.2

    Sie können direkt von 7.1.1 zu 7.2.2 wechseln https://global.synologydownload.com/download/DSM/release/7.2.2/72803/DSM_DS218%2B_72803.pat
  20. DaveR

    Diskstation Upgrade mit Hindernissen (HDD-Migration nicht möglich)

    You can move the shared folders from one volume to another volume. https://github.com/007revad/Synology_app_mover/blob/main/images/move_shared_folder.png