AI Practice Lab

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

You will boot a computer from a Fedora live USB, connect your phone, and copy photos/files to a second USB stick for a simple manual backup.

What You Need


Safety and Privacy First


Quick Overview

  1. Prepare USB B (check space and format if needed).
  2. Boot computer from Fedora Live USB (USB A).
  3. Connect USB B and your phone.
  4. On phone, choose File transfer / MTP mode.
  5. Use Fedora Files to copy folders (like DCIM) to USB B.
  6. Safely eject both devices.

Step-by-Step (GUI, Beginner Friendly)

A. Prepare USB B (Backup USB)

  1. Plug USB B into the computer (before or after booting).
  2. Confirm enough free space for photos/files. Move old files or use a new USB if needed.
  3. If you want broad compatibility with Windows/Mac/phones, format USB B as exFAT:
    • Open Disks (gnome-disk-utility).
    • Select USB B, click the gear icon, then Format Partition.
    • Choose exFAT (or FAT for very small drives), name it like PHONE-BACKUP.
    • Warning: formatting erases everything on that USB.

B. Boot Fedora Live

  1. Insert Fedora Live USB (USB A).
  2. Restart and open boot menu (often F12/F10/Esc), then choose the USB device.
  3. Choose Try Fedora (live session, not install).

C. Connect Devices

  1. Plug in USB B if it is not already connected.
  2. Connect your phone with its USB cable.
  3. Unlock phone and choose File transfer (MTP). If needed, open phone notifications and change USB mode.

D. Copy Files (Files / Nautilus)

  1. Open the Files app.
  2. In the left sidebar you should see:
    • USB B by its label.
    • Your phone as an MTP device.
  3. Open phone entry, then open Internal storage.
  4. Common folders to back up:
    • DCIM (camera photos and videos)
    • Pictures (app photos)
    • Downloads
    • Documents (if present)
  5. Create a backup folder on USB B, for example: MyPhoneBackup-2025-11-28.
  6. Copy folders from phone (Ctrl+C) and paste into USB B backup folder (Ctrl+V).
  7. Wait for copy to finish. Do not disconnect during transfer.
  8. Spot-check by opening a few copied files from USB B.

E. Finish Safely

  1. In Files, unmount/eject the phone.
  2. Eject USB B from Files.
  3. Disconnect phone and USB only after safe-remove confirmation.

Troubleshooting (Common Problems)


Optional Advanced Method: Use ADB


iPhone Users: Short Note


What to Check After Backup

Why This Is a Great First Project