Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
If you do it manually, e.g. via the dd utility or similar method you will need to handle modifying the partition table and extending the file systems if it’s a larger disk. Other utilities can try to do that for you.
EDIT: SteamOS 3.2+ (at least, might be earlier than 3.2) will automatically extend partition 8 and extend the ext4 filesystem for the /home mount point to fully use the unpartitioned space.
Are there additional steps I need to do to make sure my Deck stays on Steam OS 3.4?
You’d likely need to extend the partition table to the end of the disk and then grow the ext4 filesystem for the /home/deck/ mount point. I don’t believe that SteamOS will automatically do that and given that video doesn’t even show the additional capacity I wouldn’t consider it a good guide.
I know there are several discussions on this topic where various cloning utilities have been linked which can handle extending the filesystems for you.
I see! I'll go ahead and check out those discussions. Thanks a lot!
Since that video didn't fully show the process and made some assumptions that may or may not be true
Breaking down the dd command below so you can understand what the options are doing and what you are executing so you aren't blindly running a command that is data destructive if done incorrectly.
sudo dd if=/dev/nvme0n1 of=/dev/sda oflag=sync bs=1G status=progress
Good luck, and if you have any other questions feel free to ask.
And when I try executing the clone it says "error writing no space left"
Here's a copy of what I did in Konsole:
Would really appreciate any help. Thank you.
I followed this Reddit thread https://www.reddit.com/r/SteamDeck/comments/y4x6am/tutorial_cloning_steam_deck_ssd_via_enclosure/
And I think this fixed "error writing no space left":
The dd command that I ended up using is a little different. It took a while to copy my 64gb drive to the new 512gb one, around half an hour. No errors though!
Then I followed the iFixit tutorial to swap the SSD, including draining the battery to 25% and putting it in battery storage mode first (better safe than sorry).
When I turned my SD back on, voila! It's the same exact copy of my old SSD. All games, settings, plugins, and even CryoUtilities still intact. And most importantly, still Steam OS 3.4.11.
No issues so far and very happy with the result. Thanks for all the help, everyone!