Skip to content

Commit 4eae3fc

Browse files
committed
Fix image path
1 parent 884923f commit 4eae3fc

File tree

1 file changed

+8
-8
lines changed
  • src/docs/clean_a_drive_completely

1 file changed

+8
-8
lines changed

src/docs/clean_a_drive_completely/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Cleaning a drive completely isn't as simple as right clicking the drive on "This-PC" and going for **Format**.
22
Sometimes the drive might be in multiple partitions or just corrupt overall.
33

4-
![Image](/static/images/docs/windows_clean_drive_fully/a824e7.png)
4+
![Image](/static/images/docs/clean_a_drive_completely/a824e7.png)
55

6-
![Image](/static/images/docs/windows_clean_drive_fully/1405f1.png)
6+
![Image](/static/images/docs/clean_a_drive_completely/1405f1.png)
77

88
Your drive isn't broken at all, you can still clean it completely and recover this, here's how.
99

@@ -18,14 +18,14 @@ The easiest way to get started is by pressing `Windows Key + R` and typing in Di
1818

1919
> DiskPart requires Admin privileges, so remember to do this on a computer that has this permission.
2020
21-
![Image](/static/images/docs/windows_clean_drive_fully/325182.png)
21+
![Image](/static/images/docs/clean_a_drive_completely/325182.png)
2222

2323
# 2. Find your drive {#2-find-your-drive}
2424
To start off, type in this window `list disk` to see if you can spot your drive. It should be really simple if you remember how much space it has. If you have issues with finding out how much it had, just remember that the Gpt with `*` on it is your primary disk, which is your OS, so don't touch that one.
2525

2626
In this example, the drive is defined as "Disk 1", so then you would have to type `select disk 1` and the DiskPart software would select it as the main target for this session. To confirm that this was done correctly, type in `list disk` again and see if "Disk 1" (yours might be something else) as a small `*` before the name of it.
2727

28-
![Image](/static/images/docs/windows_clean_drive_fully/a98bf9.png)
28+
![Image](/static/images/docs/clean_a_drive_completely/a98bf9.png)
2929

3030
# 3. Cleaning the drive {#3-cleaning-the-drive}
3131
Now that the selected drive is confirmed as the right one, type `clean` and it should start cleaning the drive fully. This includes partitions and files, so be sure to copy anything if you're interested on recovering some of your files from it.
@@ -37,18 +37,18 @@ After the clean has been done, type all of these three commands in the correct o
3737

3838
If you've done this all correct, you should have a similar result as the image below.
3939

40-
![Image](/static/images/docs/windows_clean_drive_fully/a92d17.png)
40+
![Image](/static/images/docs/clean_a_drive_completely/a92d17.png)
4141

4242
# 4. Making the drive usable {#4-making-the-drive-usable}
4343
The first and only partition has been made, so now we can finally start giving this drive a format type and a name to whatever we desire. There are two types of commonly used formats, named **NTFS** and **FAT32**. If you plan to use the drive on any older computers or making a bootable drive, please consider to use FAT32, else if this is just a normal USB that you're going to have on any Windows 7 on later (Mac and Linux too), go with NTFS, specially if the drive is more than 0.5 TB.
4444

4545
To give the drive a functional format and name, type the command `format FS=NTFS label=EmptyDrive quick`. You can replace the `FS=NTFS` with `FS=FAT32` if you want the other format instead. When this command is done, you should finally have a bootable drive again as shown bellow.
4646

47-
![Image](/static/images/docs/windows_clean_drive_fully/380d28.png)
47+
![Image](/static/images/docs/clean_a_drive_completely/380d28.png)
4848

49-
![Image](/static/images/docs/windows_clean_drive_fully/753d02.png)
49+
![Image](/static/images/docs/clean_a_drive_completely/753d02.png)
5050

5151
## 4.1 Assign letter (Optional) {#4-2-assign-letter-optional}
5252
If you need to give the drive a new letter instead of the normally known alpabetic order, do the command `assign letter=W` and replace W with whatever you desire to have with it. Doing this will show the drive as usual but with a new letter in front now.
5353

54-
![Image](/static/images/docs/windows_clean_drive_fully/5775f9.png)
54+
![Image](/static/images/docs/clean_a_drive_completely/5775f9.png)

0 commit comments

Comments
 (0)