Beiträge von fairbird

    How can I mount any directory as read only with usb drive?!
    For example I want to mount (/usr >> /media/usb/usr) as read only ..
    So If I install any things on /media/usb/usr do not move to /usr just to read files from /usr?!


    Is it possible ?!

    Hello guys ..
    I have some problem in some of my multiboot (mount) plugin ..
    Before on my old boxes (800 and 800se) I was use (kernel-module-unionfs) to mount folders as like this command


    Code
    out.write('mount -t unionfs -o dirs=%s:/usr=ro none /usr > /tmp/jump.tmp\n' % path2)


    But as we know on new kernel of DM920 there is no more (kernel-module-unionfs).
    So I found on some VU+ 4K images this command

    Code
    out.write('mount -t overlay overlay -o lowerdir=/usr,upperdir=%s,workdir=%s /usr > /tmp/jump.tmp\n' % (path2, pathw))

    I have try also but mount doesn't work correctly ...
    Do I have to install any extra package or some things else ?!
    Any idea ?!


    Thank you

    I have edited plugin with some packages python and works well on DM800HD OE2.0 :thumbs_up:
    Who want it Google it under (MyTube_3.999+git5031+3bfe3a6-r0_RAED)
    Thank you my bro (colombo555) for help

    @Reichi
    I hare tried to edit plugin to work on DM800 OE2.0...
    And works will on open source images but with DMM source image I have got this error ...
    Do you have any idea?!

    Thank you Advanced

    i was success to worked Dreamup ... with help my friend (fergy) ...


    Thank you fergy


    and here is the way to do it ....


    wget http://mirrors.kernel.org/ubun…ixbuf2_0.22.0-14_i386.deb


    dpkg -x libgdk-pixbuf2_0.22.0-14_i386.deb libgdk-pixbuf


    sudo cp libgdk-pixbuf/usr/lib/libgdk* /usr/lib/


    wget http://mirrors.kernel.org/ubun…_2.24.0-0ubuntu1_i386.deb


    dpkg -x libglib2.0-0_2.24.0-0ubuntu1_i386.deb libglib


    sudo cp libglib/usr/lib/libgmodule* /usr/lib/


    sudo ln -sf /usr/lib/libgmodule-2.0.so.0 /usr/lib/libgmodule-1.2.so.0


    wget http://mirrors.kernel.org/ubun…ule_0.6-0ubuntu3_i386.deb


    dpkg -x libcanberra-gtk-module_0.6-0ubuntu3_i386.deb libcanberra


    sudo cp libcanberra/usr/lib/gtk-2.0/modules/* /usr/lib/modules


    Regards

    i was used before ubuntu 8.10 and a Dream Up it was worked OK .


    But


    in ubuntu 9.10 i have difficult way to run it .


    and this is result for terminal error lines


    Code
    raed@ubuntu:~/Desktop$ sudo ./DreamUP
    ./DreamUP: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory
    raed@ubuntu:~/Desktop$


    any idea for this problem ?


    Regards