User Tools

Site Tools


copy_larger_sd_card_to_smaller_sd_card

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
copy_larger_sd_card_to_smaller_sd_card [2017/01/28 22:11] – [The Raspberry Pi] walkeradmincopy_larger_sd_card_to_smaller_sd_card [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 4: Line 4:
 \\  \\ 
 {{:16gbsd8gbsd.jpg?500|}} {{:16gbsd8gbsd.jpg?500|}}
 +\\ 
 +\\ 
 +After initially thinking this would be a really simple task, I soon learned that no, it is not. And the worst part of it is, if you have for example a 16GB SD card, that you want to copy to another 1GB SD card, the destination card might be slightly smaller, and it will fail. This is very frustrating. If you are in this position, then read on.
 \\  \\ 
 \\  \\ 
Line 262: Line 265:
 \\  \\ 
 \\  \\ 
-From the menu, select No1.  +From the menu, select No1. Expand Filesystem
- +\\  
- +\\  
- +{{:raspi-config-001.jpg?700|}} 
- +\\  
- +\\  
- +Once completed (takes just a few seconds) Select Finish and let the Raspberry Pi reboot. 
- +\\  
- +\\  
- +Now log back in and re-run the df -h command. 
- +\\  
- +\\  
- +    df -h 
- +\\  
- +<file>
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
-df -h+
 Filesystem      Size  Used Avail Use% Mounted on Filesystem      Size  Used Avail Use% Mounted on
 /dev/root       7.2G  1.1G  5.9G  15% / /dev/root       7.2G  1.1G  5.9G  15% /
Line 298: Line 288:
 tmpfs           218M      218M   0% /sys/fs/cgroup tmpfs           218M      218M   0% /sys/fs/cgroup
 /dev/mmcblk0p1   63M   21M   43M  34% /boot /dev/mmcblk0p1   63M   21M   43M  34% /boot
 +</file>
 +\\ 
 +Now it can be see that the partition (/dev/root) is 7.2GB in size, with 5.9Gb free.
 +\\ 
 +\\ 
 +That's it, all done.
 +\\ 
 +\\ 
 +As a footnote, I would copy the rpi_all.img to your PC, and the you can use this to create new SD Cards using Win32 diskimager as it's a lot less hassle. But only do this once you have proved the process works.
 +\\ 
 +\\ 
  
  
  
  
copy_larger_sd_card_to_smaller_sd_card.1485641470.txt.gz · Last modified: 2023/03/09 22:35 (external edit)