Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I search around and I am unable to find a solution.
Following the optware install guide and my DNS-323 fails to mount /opt:
mount: mounting /mnt/HD_a2/ipkg/opt/ on /opt failed: No such file or directory
Any suggestions on how to solve this?
I am using Firmware 1.09 and two disks in Raid1.
Thanks
Offline
Seems you forgot to actually create the /opt directory:
enter the command (as root):
mkdir /opt
And try the bind mount again.
Offline
Thanks for responding, but /mnt/HD_a2/ipkg/opt exists!
Offline
antil wrote:
Thanks for responding, but /mnt/HD_a2/ipkg/opt exists!
Nobody doubts that /mnt/HD_a2/ipkg/opt exists!
BUT /opt does not exist!
From my BOX:
# ls -la /mnt/HD_a2/ipkg/
drwxr-xr-x 3 root root 60 Jun 27 11:42 .
drwxr-xr-x 3 root root 60 Jun 27 11:42 ..
drwxr-xr-x 2 root root 40 Jun 27 11:42 opt
# mount /mnt/HD_a2/ipkg/opt/ /opt
mount: mounting /mnt/HD_a2/ipkg/opt/ on /opt failed: No such file or directory
# mkdir /opt
# mount /mnt/HD_a2/ipkg/opt/ /opt
#
Any questions?
Offline
Thanks. Quite embarrassing. It has been a while since my Unix days. I somehow thought that /opt would be created by this command. Turns out not.
Works now! Much appreciated your feedback.
Offline