'mvdisks' question

Are you seeing the recordings in subfolders but not at the top level?

We need the /tmp/rag.log again, I think.
 
To answer your question I can see the recordings in subfolders but not at the top level. However....
I restarted the box again and, voila, all folders and top level recordings are now there.
So it is all working okay - thanks again
 
It looks like we need a new l.19 in /mod/etc/init.d/mdev/zmvdisks:
Code:
 	[ -d "$mp" ] || exit 0
+	[ -n "${mp##/mnt/hd*}" ] || exit 0
 	shadmp="${SHADOW_DIR}${mp#/media}"
This tries to strip any /mnt/hd... from the mount point value and exits the add action if there's nothing left.
 
Sorry for the delay - had a 'Wizard' this morning (a first for me). Now all back to where it should be.
I updated as per post 25 but mnt is still there.
 
If you delete the mnt directory it shouldn't come back. It should be empty if you look inside.
 
@/df - After post #28 I reinstated the mnt folder to test the update. After restarting with the update installed the mnt folder is still displayed.
 
Back
Top