mount -o bind /volume1/opt /opt
umount failed, 16
# check if disk is ok
if [ -x ${FSCK} -a ${ExecFsck} -eq 1 ]; then
echo " ${FSCK} exists, checking ${RootDevice}... "
# This options for ext3 only now
${FSCK} -pvf -C 0 ${RootDevice}
ResFSCK=$?
echo "${FSCK} returns ${ResFSCK}"
case "$ResFSCK" in
4 | 8)
echo "${FSCK} returns ${ResFSCK}, move into network install..."
touch ${FsckFlag}
;;
esac
fi
mkdir -p /foo
mkdir -p /volume1/foo
mount --bind /volume1/foo /foo
Und kommen alle ipkg-Softwares mit SymLinks zurecht?Hallo,
die Lösung für mich ist in rc.local den mount auskommentieren und auf der Konsole einen Symlink setzen. ipkg funktioniert und die DS wird sauber runtergefahren.
Gruß Götz
Und kommen alle ipkg-Softwares mit SymLinks zurecht?
DS-106> ipkg list_installed
atop - 1.21-1 - A better top with history monitoring
e2fslibs - 1.41.8-1 - Ext2 Filesystem Libraries
glib - 2.20.4-1 - The GLib library of C routines.
libpcap - 1.0.0-2 - PCAP Library
mc - 4.6.2-1 - Midnight Commander File Manager
ncurses - 5.7-1 - NCurses libraries
openssl - 0.9.7m-5 - Openssl provides the ssl implementation in libraries libcrypto and libssl, and is needed by many other applications and librari
screen - 4.0.3-2 - A screen manager that supports multiple logins on single terminal
slang - 2.1.4-1 - S-Lang is a multi-platform library designed to allow a developer to create robust multi-platform software.
tcpdump - 4.0.0-1 - tcpdump dumps the traffic on a network
termcap - 1.3.1-2 - Terminal emulation library
vitetris - 0.55-1 - vitetris is a Tetris clone for the terminal that does not use ncurses.
wget-ssl - 1.11.4-1 - A network utility to retrieve files from the Web
zlib - 1.2.3-3 - zlib is a library implementing the 'deflate' compression system.
Successfully terminated.
Hallo,
mount scheint wirklich problematisch zu sein. Wenn ich per nfs ein Verzeichnis von der DS-107+ auf der DSS-106 mounte gibts den bekannten umount failed, 16 beim runterfahren.
Gruß Götz
mount -o bind /volume1/foo /volume1/public/mnt
Hast Du auf Deiner 508 (müßte powerpc sein) eigene mounts drauf?
Syno508> mount
/dev/md0 on / type ext3 (rw,data=ordered)
/tmp on /tmp type tmpfs (rw)
/sys on /sys type sysfs (rw)
/proc/bus/usb on /proc/bus/usb type usbfs (rw)
/dev/md5 on /volume4 type ext3 (usrquota,grpquota)
/dev/md4 on /volume3 type ext3 (usrquota,grpquota)
/dev/md3 on /volume2 type ext3 (usrquota,grpquota)
/dev/md2 on /volume1 type ext3 (usrquota,grpquota)
/volume1/@optware on /opt type --bind (rw)
/volume2/video on /volume1/web/video type --bind (rw)
Syno508> cat rc.local
#!/bin/sh
# Optware setup
[ -x /etc/rc.optware ] && /etc/rc.optware start
[ -x /volume1/web/video ] && mount --bind /volume2/video /volume1/web/video
exit 0
Syno508> cat /etc/rc.optware
#! /bin/sh
if test -z "${REAL_OPT_DIR}"; then
# next line to be replaced according to OPTWARE_TARGET
REAL_OPT_DIR=/volume1/@optware
fi
case "$1" in
start)
echo "Starting Optware."
if test -n "${REAL_OPT_DIR}"; then
if ! grep ' /opt ' /proc/mounts >/dev/null 2>&1 ; then
mkdir -p /opt
mount -o bind ${REAL_OPT_DIR} /opt
fi
fi
[ -x /opt/etc/rc.optware ] && /opt/etc/rc.optware
;;
reconfig)
true
;;
stop)
echo "Shutting down Optware."
true
;;
*)
echo "Usage: $0 {start|stop|reconfig}"
exit 1
esac
exit 0
EXT3-fs: recovery complete.
... und ob HarryPotter den Test für mich macht.
Gruß Götz
Sending SIGKILL to all processes.
Unmounting all file systems.
umount failed, 16
Please stand by while rebooting the system.
flushing ide devices: hda
Restarting system.
DS408> dmesg|grep recover
EXT3-fs: recovery complete.
DS408>
DS408> dmesg|grep recover
DS408>
would you do some tests for me?
1. comment out all your mounts in rc.local
2. in DSM restart your DS
3. show me output of dmesg|grep recover
4. recover your mounts in rc.local
5. in DSM restart your DS
6. show me output of dmesg|grep recover
I think all powerpc devices have a problem with user-mounts. If system is going down umount failed.
Wenn du das Forum hilfreich findest oder uns unterstützen möchtest, dann gib uns doch einfach einen Kaffee aus.
Als Dankeschön schalten wir deinen Account werbefrei.