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:
- Step 1: Stop using the drive to prevent any further data corruption or overwrite.
- 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.
- 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.
- 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.
- 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.
- 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.
🛠️ Related Fixes
How to Fix: Can't boot up usb drive nor windows...
USB drive won't boot up or Windows can't recognize it. Check USB ports...
How to Fix: Remaining Drives Can't Be Valid Boot Volume...
Error occurs when a drive fails to boot after another drive failure. F...
How to Fix: Issue with downloads on Microsoft edge on a...
Microsoft Edge download issues on a 2-year-old Windows 11 computer may...