element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Blog Quick SD to SSD on the pi 4
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
GPIO Pinout
Raspberry Pi Wishlist
Comparison Chart
Quiz
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: gam3t3ch
  • Date Created: 30 Aug 2019 3:54 PM Date Created
  • Views 12981 views
  • Likes 11 likes
  • Comments 12 comments
Related
Recommended

Quick SD to SSD on the pi 4

gam3t3ch
gam3t3ch
30 Aug 2019

See quite a few tutorials on hooking up a hard drive to the pi for and just want to give my quick and easy version cause I tried a few and they didn't work.

 

 

install buster on sd card :  https://www.raspberrypi.org/downloads/

 

insert into your pi and boot up do the first time setup and updates.

 

plug in your ssd drive

 

go to the pi menu and then to accessories

image

click on SD Card copier

 

copy from device:  your SD Card

copy to device:      your ssd or hdd

 

image

 

Before clicking on start make sure you check the box to create New Partition UUIDs

 

once complete close that out.

 

Open terminal:  ctrl+alt+t

 

type sudo blkid

 

image

 

open another terminal:  ctrl+alt+t

 

first we want to back up the cmdline.txt file just in case it doesn't work we

can take it back to our computer and re-enable the working one.

 

sudo cp /boot/cmdline.txt /boot/cmdline.txt.bak

 

type: sudo nano /boot/cmdline.txt

 

So now we are going to look at the "PARTUUID="somenumbers"

 

now in the terminal you typed in the other window you should see 2 rootfs

one should be the same as in the cmdline.txt file grab the one from sda1 or sda2 with

the label rootfs.

 

image

 

replace the cmdline.txt with the new uuid

 

hit ctrl+x then press y hit enter

 

type sudo reboot

 

once booted up open your file folder the yellow file and look in the bottom right and see

if its picked up your ssd or hdd should show the size you may have to adjust volume sizes.

 

That's it you should be now running on the ssd or usb storage drive.

 

---------------------------------------------------------------

update:

So I finally got around to doing a video on it.  Now bear with me its certainly interesting recording and editing on the raspberry pi 4 but I managed to get through it will have to update my other post about using the pi 4 as a desktop in my other blog post.   takes just over a hour to render a 10 minute video but its doable.  getting the setting and codecs correct took some time tho. I think it took me about 2 days to finally get everything edited and uploaded.  But now I have the process down next time it won't take so long.

 

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

  • Sign in to reply

Top Comments

  • gam3t3ch
    gam3t3ch over 6 years ago in reply to clem57 +3
    From what I read before out of the box only pi3 and lower versions were able to do so. I think at some point they will update this like they did for those versions. I have my ssd on the usb 3.0 connection…
  • gam3t3ch
    gam3t3ch over 6 years ago in reply to grondak +2
    Thanks grondak I got some cool pi stuff in the works so lots more tips and tricks will be coming soon.
  • grondak
    grondak over 6 years ago +1
    My SSD was auto-resized as I finished this operation. Thank you gam3t3ch !
  • kaam
    kaam over 5 years ago

    Hi, Thank you very much for this. Very easy to do. I setup my pi 4 on my Samsung SSD with this. However just yesterday I did an update and upgrade and it locked up my Pi - mouse and keyboard wouldn't work and no Internet so no way of connecting through SSH or VNC to see what was happening. I had to go back to the cmdline.tx backup file and do the upgrade to the SD card and then redo the move to the SSD. Any ideas as to how I can avoid having to do this in the future? If I had a lot of stuff on the SSD drive this would not be an option.

    Kind Regards,

    Kevin.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • geralds
    geralds over 5 years ago

    Thanks! I've learned a lot about it.

    Best Regards

    Gerald

    ---

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • gam3t3ch
    gam3t3ch over 5 years ago in reply to balearicdynamics

    and yes final video duration is 10 mins and takes about a hour to render but got it down to 45 now so getting better think a few more tweaks I can make it a bit better.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • gam3t3ch
    gam3t3ch over 5 years ago in reply to balearicdynamics

    Hey you bet just getting all the information together for that should have it up in a few days here. 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • balearicdynamics
    balearicdynamics over 5 years ago

    Wesley, you say that you need one hour to render 10 minutes of video. Do you mean that the final video has 10 minutes duration? Please, can you tell us more details on the program used, video format, source format, duration, etc?

     

    Thank you in advance. Enrico

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube