Hallo an alle !
hatte mit itari´s Admintool nen mount auf mein USB LW gemacht.
Mit DSM2.3 funktionierte die problemlos.
seit DSM3.0 geht es nicht mehr. Habe schon alle möglich probiert und wahrscheinlich das halbe Forum durchgelesen. Komme aber nicht weiter.
also meine s99mount.sh sie so aus -->
#!/bin/sh
# S99mount.sh
# mount/bind some folders on startup
# and umount them on shutdown/sub-valueboot
case $1 in
start)
/bin/mount -o bind /volumeUSB1/usbshare/ /volume1/video/movie/
;;
stop)
/bin/umount /volume1/video/movie/
;;
*)
echo "Usage: $0 [start|stop]"
;;
esac
funzen tut es aber nicht. auch nicht manuell.
eingabe im bash -->
/> /usr/syno/etc/rc.d/S99mount_script.sh start
[2]:
sh: /opt/bin/bash: not found
[1]:
/> mount -- bind /volumeUSB1/usbshare /volume1/video/movie/
[2]:
sh: /opt/bin/bash: not found
[1]:
/> mount -- bind /volumeUSB1/usbshare /volume1/video/movie/
[2]:
sh: /opt/bin/bash: not found
[1]:
/>
Wo ist mein Fehler??
Danke für eure hilfe.
peace
hatte mit itari´s Admintool nen mount auf mein USB LW gemacht.
Mit DSM2.3 funktionierte die problemlos.
seit DSM3.0 geht es nicht mehr. Habe schon alle möglich probiert und wahrscheinlich das halbe Forum durchgelesen. Komme aber nicht weiter.
also meine s99mount.sh sie so aus -->
#!/bin/sh
# S99mount.sh
# mount/bind some folders on startup
# and umount them on shutdown/sub-valueboot
case $1 in
start)
/bin/mount -o bind /volumeUSB1/usbshare/ /volume1/video/movie/
;;
stop)
/bin/umount /volume1/video/movie/
;;
*)
echo "Usage: $0 [start|stop]"
;;
esac
funzen tut es aber nicht. auch nicht manuell.
eingabe im bash -->
/> /usr/syno/etc/rc.d/S99mount_script.sh start
[2]:
sh: /opt/bin/bash: not found
[1]:
/> mount -- bind /volumeUSB1/usbshare /volume1/video/movie/
[2]:
sh: /opt/bin/bash: not found
[1]:
/> mount -- bind /volumeUSB1/usbshare /volume1/video/movie/
[2]:
sh: /opt/bin/bash: not found
[1]:
/>
Wo ist mein Fehler??
Danke für eure hilfe.
peace