/mod/etc/init.d/mdev/zmvdisks
: [ -d "$mp" ] || exit 0
+ [ -n "${mp##/mnt/hd*}" ] || exit 0
shadmp="${SHADOW_DIR}${mp#/media}"
/mnt/hd...
from the mount point value and exits the add
action if there's nothing left.mnt
in the $SHADOW_DIR
.So maybe you should remove it again.I reinstated the mnt folder to test the update.
Yes of course but I wanted to test the updated mvdisks. It is of no concern that it is there. I only pointed it out to /df for info.So maybe you should remove it again.