Home

First HowTo: Back up your phone using Fedora Live USB

Estimated time: 15–30 minutes
Difficulty: Easy (beginner)
Audience: Teens learning how to use Linux and safely copy files

What you'll do: Boot a computer from a Fedora live USB, plug in your phone, and copy the phone’s photos and files to a second USB stick (a simple, safe manual backup).

What you need

Safety and privacy first

Quick overview

  1. Prepare USB B (check space and format if needed).

  2. Boot the computer from Fedora Live USB (USB A).

  3. Plug in USB B and your phone.

  4. On the phone choose "File transfer" / "MTP".

  5. Use Fedora's Files app to copy folders (like DCIM for photos) from phone to USB B.

  6. Safely eject both devices.

Step-by-step (GUI, kid-friendly)

A. Prepare USB B (backup USB)

  1. Plug USB B into the computer before or after booting—either works.

  2. Make sure there’s enough free space for your photos/files. If there’s old stuff you don’t need, move it or use a new USB.

  3. If you want maximum compatibility with phones and Windows/Mac later, format USB B as exFAT:

    • Open "Disks" (gnome-disk-utility).

    • Select USB B on the left → the big gear icon → "Format Partition".

    • Choose exFAT (or FAT if the stick is small) and give it a name like PHONE-BACKUP.

    • Warning: Formatting erases everything on the USB. Back up first if needed.

B. Boot Fedora Live

  1. Insert the Fedora Live USB (USB A).

  2. Restart the computer and press the key to open the boot menu (often F12, F10, Esc or similar). Choose the USB device to boot.

  3. When Fedora starts, choose "Try Fedora" or similar (we want the live desktop, not install).

C. Connect devices

  1. Plug USB B into the computer (if not already).

  2. Plug your phone into the computer with its cable.

  3. On the phone, unlock it and choose “File transfer (MTP)” or “Transfer files” from the USB options that appear. If you don’t see it, pull down the notification shade and tap the USB options.

D. Copy files (Files / Nautilus)

  1. Open the Files app (looks like a folder).

  2. In the left sidebar you should see:

    • Your USB B (named as you formatted it or its device label).

    • Your phone as something like "Phone — " or "MTP device".

  3. Click the phone entry → open "Internal storage" (sometimes named Internal shared storage).

  4. Common folders to back up:

    • DCIM (your phone camera photos and videos)

    • Pictures (other app photos)

    • Downloads (files you saved)

    • Documents (if present)

  5. In USB B, create a new folder for the backup. Use a name like MyPhoneBackup-2025-11-28 so it’s not mixed with other stuff.

  6. Click to open DCIM on the phone, select the folders or files you want (Ctrl+A to select all), right-click → Copy (or Ctrl+C).

  7. Go to the backup folder on USB B and Paste (Ctrl+V). Wait—don’t remove anything while copying.

  8. When the copy finishes, spot-check by opening a few photos from the USB to make sure they copied correctly.

E. Finish safely

  1. In Files, right-click the phone and choose "Unmount" or "Eject" (or just safely disconnect on the phone first).

  2. Right-click the USB B device in Files and choose "Eject" or "Safely Remove Drive".

  3. Remove the phone cable and USB stick when the system says it is safe.

Troubleshooting (common problems)

Optional advanced: use adb to pull files (power user)

iPhone users — short note

What to check after the backup

Why this is a great first project