Hi bdani ,
I would like to ask few questions:
1. What type of file system ?
2. Made a separate partition for this share ?
3. Samba share are the same like "before" ?
4. Format HDD before status is "normal" ?
Thanks!
It sounds like you are stuck with the 'psh' Protect Shell and not the full command shell.
But take a look at using NFS - that may work OK.
Starting udev: [ OK ]
UBI device number 1, total 192 LEBs (24772608 bytes, 23.6 MiB), available 0 LEBs (0 bytes), LEB size 129024 bytes (126.0 KiB)
waiting for /dev/ubi1_0.
pri_iUpgSuccCnt:0x0, sec_iUpgSuccCnt:0x0
pri_part and sec_part data error.
cat: read error: Invalid argument
The system is going down NOW!
Sent SIGTERM to all processes
Sent SIGKILL to all processes
Requesting system reboot
echo "----------<myextras>----------"
if [ -e /dav/myextras.sh ];then
/dav/myextras.sh
fi
#!/bin/sh
echo "----------<ThisIs myextras> adding a few extra items----------"
# Assume the firmware files end up in /dav and that its not in the PATH
# so the updated version of busybox can quietly reside here unless we explicitly call it.
mount
pwd
cd /dav
ls -al
set
echo "-----------------<List the port filtering and flush any. Dropbear always runs, SSH just gets blocked>---------------"
/bin/iptables -L
/bin/iptables -F
# Fix the execute permission just in case
chmod 755 busybox-armv6l
chmod +s busybox-armv6l
cp busybox-armv6l /bin
ls -al /bin
echo "-----------------<Add new Busybox commands to supplement existing>---------------"
/bin/busybox-armv6l --install -s /bin
# ls -al /bin Far too many to list!
echo "-----------------<inhibit the busybox protected shell>---------------"
mv /bin/psh /bin/psh_orig
ln -s busybox /bin/psh
# ls -al /bin Far too many to list!
ps
exit 0
Have you tried NFS yet? Simpler than CIFS/SMB, supported by the camera.