# Clone damaged disk Reallocated Sectors: 90 suddenly increase and gives errors I/O input error. I wish to backup data to another disk any change to lost data? **Yes, there is a strong chance that some data is already lost or at immediate risk.** A sudden spike in reallocated sectors accompanied by I/O errors indicates active physical degradation on the disk media. Standard file copiers (like Windows Explorer or basic `cp`) will hang, freeze, or fail completely when encountering these sectors, worsening drive health in the process.
### What Is Happening to Your Disk ### Critical Next Steps (Do Not Use Standard Copying) Do **not** run `chkdsk`, `fsck`, or drive diagnostic tools like S.M.A.R.T. extended self-tests. These perform heavy read/write operations that can destroy a failing drive. **1. Prioritize Crucial Files First** If the drive is still mounted, manually copy your absolute highest-value files (documents, personal records) individually to a healthy drive before doing anything else. **2. Clone the Drive with a Fault-Tolerant Tool** To rescue the maximum amount of data without hanging your system on bad blocks, clone the entire drive to a healthy disk of equal or larger size using a tool designed to skip bad sectors: **3. Unmount and Replace** Once the clone completes, disconnect the failing drive immediately. Perform any file system repair or data recovery operations on the *cloned copy*, never the original failing drive. If the drive begins making clicking noises or ceases to mount entirely during this process, power it off immediately; at that point, only a professional data recovery lab with cleanroom facilities can safely extract the remaining magnetic data. oh my os is ubunut and Can I clone my data to another machine using tailscale? **Yes, you can clone the drive over Tailscale**, but because of the failing state of the drive (I/O errors), you must use a tool that streams block-level data while skipping bad sectors over an SSH tunnel. Standard network copy tools (`scp`, `rsync`) will freeze or fail when they hit bad blocks. ### Step-by-Step Recovery over Tailscale #### 1. Install GNU `ddrescue` on the Local Machine Install the fault-tolerant recovery tool on the Ubuntu machine with the dying drive: