Coder Social home page Coder Social logo

Filesystem support about rauc HOT 3 CLOSED

rauc avatar rauc commented on June 14, 2024
Filesystem support

from rauc.

Comments (3)

ejoerns avatar ejoerns commented on June 14, 2024

Hi,

to be honest, I do not know that much about F2FS in detail, because I haven't used it yet. But from a general perspective one way of using RAUC with file systems is to simply give it pre-generated file system images that it writes to a target block device. This case is basically independent from the actual file system used, with 2 exceptions:

  • You can only use images with a *.img ending (this is because of RAUCs image-specific handling)
  • You cannot perform write operations in a post-install hook

Both exceptions will be removable with a simple patch adding an update handler for f2fs, such as those listed here: https://github.com/rauc/rauc/blob/master/src/update_handler.c#L1306.

The other way of using RAUC when dealing with file systems is packaging the target file systems content into an archive (e.g. .tar.gz) and let RAUC perform the erasing and formatting of the target slot followed by an archive unpacking. For this it would additionally be required to add support for mkfs.f2fs with an extra tar handler, such as we do for ext4: https://github.com/rauc/rauc/blob/master/src/update_handler.c#L879

Hope that helps?

Regards, Enrico

from rauc.

ejoerns avatar ejoerns commented on June 14, 2024

@aaronovz1 Did that help? Are there any questions remaining about this topic from your side?

from rauc.

aaronovz1 avatar aaronovz1 commented on June 14, 2024

I think that provides enough information if someone wanted to add support. This can be closed.

from rauc.

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.