SD CARD - EMMC
#1
Hello.

Is it possible to transfer the Ubuntu Mate distrib present on SD Card on EMMC because I don't want to reinstall all my preferences ?
#2
(07-13-2017, 01:27 PM)jmbernabotto Wrote: Hello.

Is it possible to transfer the Ubuntu Mate distrib present on SD Card on EMMC because I don't want to reinstall all my preferences ?

Possible - yes, easy - not really.
You can find me on IRC, Discord and Twitter


#3
Thanks Luke.
too bad !
#4
If it is just a matter of stuff on your desktop, and in your home folder, it is possible, and that that hard to do. 

For example, just after running the install_to_emmc.sh script on my pinebook a minute ago (as it was finally time to do a clean upgrade of the eMMC Wink ) I was able to run the following to mount the newly prepared eMMC install, which would allow files to be copied in. N.B. I'm not sure if partprobe is needed, but I thought it was a good idea since the eMMC had just been overwritten!


Code:
sudo -i
partprobe
mkdir /mnt/eMMCp2
mount /dev/mmcblk1p2 /mnt/eMMCp2


At this point, /mnt/eMMCp2/home/pine64 is the /home partition on the eMMC storage, and you are still running from your SD card, so you could copy stuff across. In case you are thinking of doing a "cp -R /home/pine64/* /mnt/eMMCp2/home/pine64/" ... I wouldn't recommend it... you'll also copy across a bunch of cache and configuration files that would best be created by the OS itself on it's next boot. Be selective, and specifically copy across the stuff you want. i.e. the Desktop, Documents, Downloads, Music, Pictures, Videos folders are all good candidates.


Possibly Related Threads…
Thread Author Replies Views Last Post
  Pinebook with a broken screen and 2 eMMC's for sale. UK ONLY. frank-zappa 0 1,596 03-08-2022, 10:14 AM
Last Post: frank-zappa
  How to transfer customised OS from SDcard to emmc quixote 1 3,039 01-07-2022, 06:38 AM
Last Post: alanwake82
  Few questions about flashing to a MicroSD card on the Pinebook Pro SanjevR 6 9,607 12-07-2020, 04:02 PM
Last Post: SanjevR
  eMMC backup milkaca 19 26,933 04-08-2020, 07:35 PM
Last Post: adamz
Lightbulb Boot from SD card / boot options lodger 13 23,819 11-26-2019, 07:14 AM
Last Post: tophneal
  eMMC boot linux distros for Pinebook. frank-zappa 14 20,399 09-06-2019, 08:39 AM
Last Post: frank-zappa
  Link to 11.6 pinebook mainboard schematics for removing wifi card Shoananas 0 1,954 05-19-2019, 04:46 PM
Last Post: Shoananas
  These fell out of my Pinebook when I tried to replace the eMMC. frank-zappa 6 7,838 03-02-2019, 06:51 AM
Last Post: frank-zappa
  Is it possible to choose between SD/eMMC boot programmatically? UltraBloxX 2 4,722 01-28-2019, 11:41 AM
Last Post: UltraBloxX
  [SOLVED] Can't boot when SD card inserted jschall 5 7,639 11-17-2018, 11:53 AM
Last Post: jschall

Forum Jump:


Users browsing this thread: 1 Guest(s)