Kommando zurück, leider! Hätte mich auch gewundert, da ich diese Änderungen ja schon nach dem ersten Ratschlag von jahlives durchgeführt habe.
Hat einmal geklappt und seitdem nicht mehr. Das Skript an und für sich funktioniert aber.
Ich denke es liegt daran, dass eine wichtige Resource vor dem mount Befehl aufgerufen werden muss, was bei dem jetzigen vorgehen nicht sicher geährleistet ist. Kann das sein?
Soweit ich mich erinnere, hab ich das Skript deshalb in den Ordner /usr/local/etc/rc.d gelegt, weil der /usr/syno/.. Ordner bei mir auch bei früheren firmwares nicht funktioniert hat. Damals kam der Vorschlag den ../local/.. Ordner zu benutzen und es klappte. Und dieser wird wohl nicht mehr in den boot-Vorgang miteinbezogen!?
Hier mal mein Skripte:
Rich (BBCode):
HackbartServer> ls -al
drwxr-xr-x 2 root root 4096 Sep 27 18:50 .
drwxr-xr-x 12 root root 4096 Sep 27 12:25 ..
-rwxr-xr-x 1 root root 6544 Sep 21 12:45 S01iptables.sh
-rwxr-xr-x 1 root root 344 Sep 21 12:07 S02bootup.sh
-rwxr-xr-x 1 root root 833 Sep 21 12:07 S03hotplugd.sh
-rwxr-xr-x 1 root root 1129 Sep 21 12:07 S03inetd.sh
-rwxr-xr-x 1 root root 467 Sep 21 12:07 S04crond.sh
-rwxr-xr-x 1 root root 1039 Sep 21 12:45 S08snmpd.sh
-rwxr-xr-x 1 root root 548 Sep 21 12:07 S09DDNS.sh
-rwxr-xr-x 1 root root 964 Sep 21 12:44 S12upsmon.sh
-rwxr-xr-x 1 root root 4059 Sep 21 12:07 S20pgsql.sh
-rwxr-xr-x 1 root root 8172 Sep 21 12:07 S21mysql.sh
-rwxr-xr-x 1 root root 2506 Sep 21 12:07 S23synologd.sh
-rwxr-xr-x 1 root root 5540 Sep 21 12:44 S25download.sh
-rwxr-xr-x 1 root root 2032 Sep 21 12:07 S55lpd.sh
-rwxr-xr-x 1 root root 1432 Sep 21 12:43 S66synoindexd.sh
-rwxr-xr-x 1 root root 683 Sep 21 12:43 S77synomkthumbd.sh
-rwxr-xr-x 1 root root 652 Sep 21 12:07 S78JumboFrame.sh
-rwxr-xr-x 1 root root 5833 Sep 21 12:07 S78iscsitrg.sh
-rwxr-xr-x 1 root root 426 Sep 21 12:07 S79RCPower.sh
-rwxr-xr-x 1 root root 5438 Sep 21 12:43 S80samba.sh
-rwxr-xr-x 1 root root 1357 Sep 21 12:07 S81atalk.sh
-rwxr-xr-x 1 root root 1599 Sep 21 12:44 S82surveillance.sh
-rwxr-xr-x 1 root root 1093 Sep 21 12:44 S83nfsd.sh
-rwxr-xr-x 1 root root 455 Sep 21 12:07 S84rsyncd.sh
-rwxr-xr-x 1 root root 541 Sep 21 12:07 S85synonetbkpd.sh
-rwxr-xr-x 1 root root 2231 Sep 21 12:43 S86synodms.sh
-rwxr-xr-x 1 root root 947 Sep 21 12:43 S88synomkflvd.sh
-rwxr-xr-x 1 root root 2560 Sep 27 09:48 S94mount.sh
-rwxr-xr-x 1 root root 780 Sep 21 12:44 S95sshd.sh
-rwxr-xr-x 1 root root 1254 Sep 21 12:44 S96synoaudiod.sh
-rwxr-xr-x 1 root root 1278 Sep 21 12:44 S96synorcd.sh
-rwxr-xr-x 1 root root 4340 Sep 21 12:07 S97apache-sys.sh
-rwxr-xr-x 1 root root 6105 Sep 21 12:07 S97apache-user.sh
-rwxr-xr-x 1 root root 3708 Sep 21 12:07 S97apache-webdav.sh
-rwxr-xr-x 1 root root 465 Sep 21 12:07 S98findhostd.sh
-rwxr-xr-x 1 root root 632 Sep 21 12:07 S99EAUpgrade.sh
-rwxr-xr-x 1 root root 498 Sep 21 12:08 S99ftpd.sh
-rwxr-xr-x 1 root root 1196 Sep 21 12:07 S99iTunes.sh
-rwxr-xr-x 1 root root 7886 Sep 21 12:44 S99mDNS.sh
-rwxr-xr-x 1 root root 759 Sep 21 12:07 S99zbootok.sh
Würde es helfen alle Skripte so umzubenennen, dass kein S99.. mehr vorkommt und ich diese Nummer für meinen mount Befehl benutze?
Die Skripte liegen natürlich im /usr/syno/etc.default/rc.d/ Ordner