Skip to content

Commit 4049318

Browse files
committed
Updated manual partitioning page
1 parent 236c096 commit 4049318

File tree

5 files changed

+10
-45
lines changed

5 files changed

+10
-45
lines changed

.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/axos-docs.iml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/content/docs/guides/custom-disk.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ So, if you are planning on custom partitioning, you probably know what you're do
1212
| /boot/efi | 250 MB | FAT32 (or VFAT) |
1313
| / | 10 GB | Linux native (ext4 or btrfs are recommended) |
1414

15-
> <p style="color: red; font-weight: bold;">CAUTION</p>
16-
>
17-
> The EFI partition should **ALWAYS** be in front of the root partition.
18-
19-
An example of good partitioning is:
20-
21-
| Mountpoint| Size| FS |
22-
|-----------|--------|---------------|
23-
| /boot/efi | 250 MB | FAT32 |
24-
| / | 500 GB | Linux native |
15+
Here is an example for windows dual boot on a 500G drive:
16+
17+
| Mountpoint | Size | FS |
18+
|--------------------|--------|-----------|
19+
| Windows EFI | 100 MB | Fat32 |
20+
| Microsoft reserved | 250 MB | NTFS |
21+
| Basic data part. | 250 GB | NTFS |
22+
| Windows Recovery | 800 MB | NTFS |
23+
| /boot/efi | 250 MB | FAT32 |
24+
| / | 240 GB | EXT4 |
2525

2626

2727
When finished with partitioning, click Next to continue.

0 commit comments

Comments
 (0)