Re: Accessing the internal disk of Digital Book Players

Here are the steps to clone the internal MicroSD card to a new, bigger MicroSD card for Victor Reader Stream (New Generation).

1. Connect the internal MicroSD card to a Linux box, and create a disk image of the internal MicroSD card.

sudo dd if=/dev/sdb of=disk_image.raw

Note: The "/dev/sdb" part may change on your system, use "dmesg | tail" command to find your device identifier. Use the correct device identifier here, and in the following steps as well.

2. Remove the original internal MicroSD card, and connect the new, bigger MicroSD card. Restore the disk image to the new MicroSD card.

sudo dd if=disk_image.raw of=/dev/sdb

3. Use GParted to resize /dev/sdb4 to maximum size (minus 1 MB at the end) first. Once this is done, resize /dev/sdb7 to the maximum size (minus 1 MB at the end).

4. Safely eject your newly cloned MicroSD card and plug it into Victor Reader Stream.

5. Enjoy the increased internal free space wink



_______________________________________________
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Reply via email to