Re: IP Video Door Bell - Atz-dbv01p
Posted: Friday 26 February 2021 22:50
Hi All,
I'm trying to retrace the steps taken by others on this thread. I've got console access and telnetd running. The mount points are:
However, when I try and modify something on /npc (ie to create the startup script to run telnetd), I'm getting:
/npc is on mtdblock4, and from the uboot args I can see:
I'm running firmware 13.1.1.36. Did you guys have to do something to be able to modify files on /npc/ ?
Thanks,
Pete
I'm trying to retrace the steps taken by others on this thread. I've got console access and telnetd running. The mount points are:
Code: Select all
# mount
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro,relatime)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /dev type tmpfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
/dev/mtdblock3 on /rom type jffs2 (rw,relatime)
/dev/mtdblock4 on /npc type jffs2 (rw,relatime)
tmpfs on /mnt/ramdisk type tmpfs (rw,relatime,size=20480k)
tmpfs on /etc type tmpfs (rw,relatime,size=20480k)
tmpfs on /tmp type tmpfs (rw,relatime,size=20480k)
Code: Select all
# touch /npc/foo
touch: /npc/foo: No space left on device
Code: Select all
bootargs=mem=28M console=ttyAMA0,115200 root=/dev/mtdblock2 rootfstype=squashfs mtdparts=hi_sfc:384k(boot),2048k(kernel),2560k(rootfs),320k(rom),-(app)
Thanks,
Pete