Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
How can i mount the internal flash ( /dev/mtdblock0? ) on dns-320 so i can copy over custom files (crontab,smb.conf,etc)
# mount -t minix /dev/mtdblock0 /sys/mtd1
mount: mount point /sys/mtd1 does not exist
Offline
The answer is likely already
mount -t jffs2 /dev/mtdblock5 /usr/local/config
Someone did not know that the jffs2 filesystem ought to have been written on /dev/mtd5.
Offline