• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support General Questions Transferring everything from one HDD to another one

     
    • 0 Vote(s) - 0 Average

    Transferring everything from one HDD to another one

    theguymadmax
    Offline

    Community Moderator

    Posts: 1,140
    Threads: 0
    Joined: 2024 Jun
    Reputation: 60
    #6
    2024-07-11, 05:15 AM (This post was last modified: 2024-07-11, 05:39 AM by theguymadmax. Edited 4 times in total.)
    So I’m guessing you don’t have access to an external dual-bay hard drive docking station.

    Steps I would take:
    Remove the 1TB and add in the 4TB. Then copy over the data from the 2TB to the 4TB  (see below options).
    Remove the 4TB and add back in the 1TB.
    Remove the 2TB and add in the 4TB

    Copy options:

    1. rsync (cloning specific files or directories)
    Code:
    sudo rsync -avx /source/ /destination/

    2. Copy folders using the local file manager

    3. dd (cloning whole disk)
    Code:
    sudo dd if=/dev/sda of=/dev/sdb bs=4M status=progress
    adjust adjust as needed
    if=/dev/sda = source drive
    of=/dev/sdb = destination drive

    4.clonezilla (tool for cloning)
    Code:
    sudo apt update
    sudo apt install clonezilla
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Transferring everything from one HDD to another one - by Drake97 - 2024-07-11, 01:06 AM
    RE: Transferring everything from one HDD to another one - by Efficient_Good_5784 - 2024-07-11, 01:57 AM
    RE: Transferring everything from one HDD to another one - by Drake97 - 2024-07-11, 02:08 AM
    RE: Transferring everything from one HDD to another one - by Efficient_Good_5784 - 2024-07-11, 02:32 AM
    RE: Transferring everything from one HDD to another one - by Drake97 - 2024-07-11, 04:14 AM
    RE: Transferring everything from one HDD to another one - by theguymadmax - 2024-07-11, 05:15 AM
    RE: Transferring everything from one HDD to another one - by Drake97 - 2024-07-12, 12:36 AM
    RE: Transferring everything from one HDD to another one - by theguymadmax - 2024-07-12, 12:53 AM
    RE: Transferring everything from one HDD to another one - by Drake97 - 2024-07-12, 01:51 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode