Windows⏱️ 2 min read

How to Fix: TIFU by accidentally installing Windows on my 2TB data drive (Seagate SMR).

Accidentally installing Windows on your data drive can cause issues. Don't panic!


You accidentally installed Windows on your 2TB Seagate SMR data drive. This is a common issue due to the drive's design, which can make it difficult for operating systems to recognize it as a storage device.

🛠️ Step-by-Step Verified Fix:

  1. Step 1: Stop using the drive to prevent any further data corruption or overwrite.
  2. Step 2: Boot into a live Linux environment, such as Ubuntu, and open a terminal. Use the command `sudo fdisk -l` to list all available storage devices.
  3. Step 3: Identify the correct device name for your Seagate SMR drive. Look for the drive with the label 'sda' or 'sdb', which is usually the first or second hard drive detected by the system. Note down this device name, as it will be used in the next step.
  4. Step 4: Use the `sudo mkfs.ext4` command to format the Seagate SMR drive with an ext4 file system. Replace '/dev/sdaX' (or 'sdbX') with the correct device name you noted down in Step 3.
  5. Step 5: Create a mount point for the formatted drive. Use the command `sudo mkdir /mnt/seagate` to create a new directory where the Seagate SMR drive will be mounted. Then, use the command `sudo mount /dev/sdaX /mnt/seagate` (or 'sdbX') to mount the drive.
  6. Step 6: Install a Linux distribution, such as Ubuntu, on a separate partition or a virtual machine. This will allow you to install Windows on a separate drive and avoid overwriting data on your Seagate SMR drive.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database