Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Does enabling RasPi Overlay FS cause problems in SBC mode?

    Scheduled Pinned Locked Moved
    General Discussion
    2
    2
    208
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Nagoya-Kougeiundefined
      Nagoya-Kougei
      last edited by

      Currently, I am building a 3D printer system using the Duet3 Mini5+.

      To prevent potential damage to the Raspberry Pi's SD card due to the loss of AC power to the 3D printer, I am considering implementing a read-only mode using the Raspberry Pi's Overlay File System.

      ト 2023-06-14 163043.png

      If I enable the Raspberry Pi's Overlay FS, I understand that the following will occur:

      ・G-code and other files will not be saved to the main SD Card 0.
      ・Modifying .g files or using commands like M500 will result in them being reset when the power is turned off.

      Are there any potential issues or problems that may arise with DWC or any other aspects besides the ones mentioned above? For example, could DWC's performance become unstable?

      If I want to ensure stable operation of the Raspberry Pi, would it be advisable to increase the memory (RAM) size?

      As I intend to provide the printer as a product, I actually consider it safe for firmware configuration files and settings to revert to the factory state when the power is turned off.

      chrishammundefined 1 Reply Last reply Reply Quote 0
      • chrishammundefined
        chrishamm administrators @Nagoya-Kougei
        last edited by

        @Nagoya-Kougei That is correct. G-code and other SD files (comparable to standalone mode) are saved in /opt/dsf/sd. You can adjust this path in /opt/dsf/conf/config.json -> BaseDirectory AFAIR in case you want to move it to /boot or somewhere else.

        I consider ext4 to be robust enough to deal with sudden power losses, so I am not worried about FS corruption on my machines. In contrast to ext2/3 on older HDDs I've never encountered FS problems with ext4.

        Duet software engineer

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Unless otherwise noted, all forum content is licensed under CC-BY-SA