Code Monkey home page Code Monkey logo

Comments (4)

landley avatar landley commented on July 22, 2024

On 09/17/2016 02:39 AM, Joshua J. Drake wrote:

The traditional way to remount a filesystem is with:

|# mount -o remount,rw /mountpoint |

However this does not work in toybox.

There is a workaround, though.

|# mount -o rw,remount /mountpoint |

blink blink That should totally not matter. If it does, it's a
bug. (You didn't say what "does not work" means in this context, lemme
see what I can dig up...)

Any thoughts as to why the "correct" way doesn't work? You can find the
"remount,rw" ordering in tons of documentation, yet it doesn't work in
toybox.

That would be a bug. The fact that remount doesn't work without an
absolute path is also a bug. Hmmm...

(I haven't put together a proper mount test suite yet because it
requires root access and a known host environment, meaning it's gated by
a dependency on a qemu-based test environment, which is gated on my
taking my aboriginal linux project apart and putting it back together
again as described on that list. Working on it. But mostly I have to get
back to Austin and a decent work environment again so my development
bandwidth for these projects isn't so severely constrained...)

Rob

from toybox.

enh avatar enh commented on July 22, 2024

another report of this bug today: android/ndk#380 (comment)

from toybox.

landley avatar landley commented on July 22, 2024

from toybox.

enh avatar enh commented on July 22, 2024

i think this was fixed by d4adb3f and can now be closed.

from toybox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.