Table of Contents

Technical Notes - Library in a Box

_

Installation

Recommended installation of the eLibrary in a Box is just via microSD image copy (see microSD Card section below) as well as by inserting the microSD into the Raspberry Pi 3 Model B and powering it up. The microSD (at least 64GB) should be of high quality.

Setup

When deployed by partner organizations, the eLibrary in a Box is ready for use. However, should there be any need for further setup, access is either via ssh or desktop access (with HDMI monitor, USB mouse and keyboard).

Secure login credentials from your tech provider. Change default password ASAP.

172.24.1.1 library.ph

microSD Card

_ Using a reliable microSD reader, you may copy, backup or reproduce the contents (via image) of eLibrary Box. The source image itself may be shared via peer-to-peer connection or download. Contact [email protected] if interested in building your own Library in a Box using this method.

So, to have your own eLib in a Box,



Backup

diskutil list
 
sudo dd if=/dev/disk5 of=~/Desktop/tambayayong-eLib-box.dmg 
diskutil unmountDisk /dev/disk5


Restore

To restore or replicate the image to another microSD,

sudo dd if=~/Volumes/4TB-SG/raspberrypi/tambayayong-updated-19feb2019.dmg of=/dev/disk5

On Mac, try this variation for speed:

sudo dd bs=1m if=/Volumes/4TB-SG/raspberrypi/tambayayong-updated-19feb2019.dmg of=/dev/rdisk2


Tips: verify the /dev identifier by using diskutil list. Restoration takes longer than backup. For the Tambayayong eLib Box using microSD Class 10, about 5 hours on mac mini. When initially getting a “resource busy” error message, try unmounting first the subpartition (example):

diskutil umount /dev/disk5s2


Do the same for the other “s” numbers, as determined by the diskutil list command. In certain rare cases, you have to do the force option.

diskutil umount force /dev/disk5s2

Once done with restore, be a good girl/boy. Unmount to finish.

diskutil unmountDisk /dev/disk5

For most part, restoring an image is a straightforward process. But sometimes you'll encounter bad cards that you may have to reformat them first to some useless format, just to test whether the card is writable in the first first. So, before doing the routine above, try something like this first:

sudo diskutil eraseDisk FAT32 RASPBIAN MBRFormat /dev/disk5

Confirm unmounting with diskutil list. You may also have to check whether there's a process preventing you from unmounting.

sudo lsof|grep disk5

In which case, you do

sudo kill -9 <insert process ID number>

Another possibility that's preventing you from copying an image to a new microSD card is a broken partition table. In which case, just create a new one

sudo gpt create -f /dev/disk5


And the most basic of all, when you're having difficulty formatting a microSD card, check if some mechanism on the card adapter or reader is not set to lock or read-only. With the lock on, you'll likely get a “permission denied” message when you do a restore command.

Maintenance

Maintenance of the Library in a Box by parts (all available at online stores like Lazada and Shopee):

_




References


See Also