octopus
Part of the Furniture
Mount /mnt to /jffs >> SOLVED<<
I trying to mount /jffs to /mnt
In vsftpd I have a directory /jffs r/w that I would mount to "real" /jffs
/mnt/rt-ac68u/jffs to /jffs
Trying to use:
mount --bind olddir newdir
mount -- bind /mnt/rt-ac68u/jffs /jffs
Maby olddir newdir confuse me!?
After this call the same contents is accessible in two places, and that is preferred.
But can't get that to work. when I make a symlink inside /mnt/rt-ac68u/jffs then I get to /jffs with all directorys and files.
EDIT: When change, olddir newdir to, mount --bind /jffs /mnt/rt-ac68u/jffs it's start to work.
And use post-mount to store script and chmod a+rx /jffs/scripts/post-mount
Need some advice here!
octopus
I trying to mount /jffs to /mnt
In vsftpd I have a directory /jffs r/w that I would mount to "real" /jffs
/mnt/rt-ac68u/jffs to /jffs
Trying to use:
mount --bind olddir newdir
mount -- bind /mnt/rt-ac68u/jffs /jffs
Maby olddir newdir confuse me!?
After this call the same contents is accessible in two places, and that is preferred.
But can't get that to work. when I make a symlink inside /mnt/rt-ac68u/jffs then I get to /jffs with all directorys and files.
EDIT: When change, olddir newdir to, mount --bind /jffs /mnt/rt-ac68u/jffs it's start to work.
And use post-mount to store script and chmod a+rx /jffs/scripts/post-mount
Need some advice here!
octopus
Last edited: