This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux: BeagleBone Black Cloud9 has forced to remove new folder after creating folder and rebooting.

Tool/software: Linux

Hello, I am K.Ogawa.

I am now developing software on beaglebone black Cloud9/NodeJs.
I have some kind of troubles that BeagleBone Black /Cloud9 has automatically forced to remove my new folder after creating folder and rebooting.

Why do such a weird phenomenon happened?
What should I do work through these troubles?

Please teach me some good solutions.
 

  • Hi,

    Cloud 9 is not supported by TI. Please direct your questions to the community at www.beagleboard.org
  • Thank you.
    Now I have resolved my issue.
    I found the fact that
    1)BBB(BeagleBone Black) has two examples directory.
    One is /var/lib/cloud9/examples/
    Another is /var/lib/cloud9/bone101/examples
    2)If I create folder or files at /var/lib/cloud9/bone101/examples,
    then new created folder or files are forced to be removed automatically.
    3)If I create folder or files at /var/lib/cloud9/examples,
    then it is OK!
    That is, new created folder or files are NOT forced to be removed automatically.
    4)The new created folder or files at /var/lib/cloud9/examples are automatically
    mirrored into /var/lib/cloud9/bone101/examples.
    5)Executing programs should be done at location of /var/lib/cloud9/bone101/examples.
    The Executing at /var/lib/cloud9/examples/ dose not work well.

    Best Regards,
    K.Ogawa