Code Monkey home page Code Monkey logo

Comments (5)

sallan84 avatar sallan84 commented on August 31, 2024

I am not familiar with Raspbian coding but is there any way to modify the code to look for the next mounted drive instead of the specific SDA assign? Then, as long as you mount the drives in order it should work every time no matter where they are assigned to?

from little-backup-box.

dmpop avatar dmpop commented on August 31, 2024

LIttle Backup Box works with FAT32, exFAT, NTFS, and all popular Linux filesystems. OK, in case the USB stick is mounted as SDA1 and the SD card is mounted as SDC1, open the card-backup.sh script and edit the line:

CARD_DEV="sdb1" # Name of the storage card

as follows:

CARD_DEV="sdc1" # Name of the storage card

This should do the trick. Also, are you using Raspbian Lite or regular Raspbian with the Pixel desktop?

from little-backup-box.

sallan84 avatar sallan84 commented on August 31, 2024

I am using raspbian with the pixel desktop. I meant that in one instance, the card mounts ad Sdc1, then the next try after rebooting and starting the process again, it mounts as SDD1, and it is inconsistent, is this to do with using the pixel desktop? Sorry to ask so many questions! !

from little-backup-box.

dmpop avatar dmpop commented on August 31, 2024

Ah, that explains it! You should use Rasbian Lite. It comes without a desktop environment, and it mounts storage devices where Little Backup Box expects them. I need to update the README file to reflect that.

from little-backup-box.

sallan84 avatar sallan84 commented on August 31, 2024

Ahh amazing!! I will do that!!

from little-backup-box.

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.