Last modified by Tobias Wintrich on 2025/07/14 10:19

From version 3.1
edited by Tobias Wintrich
on 2025/07/14 10:17
Change comment: There is no comment for this version
To version 2.1
edited by Tobias Wintrich
on 2025/07/14 09:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -7,7 +7,8 @@
7 7  
8 8  1. **Set up an admin account for the terminal**
9 9  To do this, navigate to {{status title="kommbox"/}}→ {{status title="System/Users"/}}→ {{status title="Root-Terminal-Password"/}}, and activate the admin account."
10 -\\[[image:01_partition_extend.png]]
10 +\\[[image:image-20221220113632-1.png||data-xwiki-image-style-border="true" height="243" width="450"]]
11 +
11 11  1. **Start the terminal**
12 12  Go to **{{status title="Kommbox"/}}**→ {{status title="Tools"/}}→ {{status title="Start Terminal"/}}, or use the keyboard shortcut  {{status title="CTRL"/}} + {{status title="alt"/}} + {{status title="shift"/}} +{{status title="t"/}}. Log in with the newly created admin account.
13 13  \\[[image:image-20221220114334-2.png||data-xwiki-image-style-border="true" height="315" width="450"]]
... ... @@ -19,7 +19,7 @@
19 19  {{/code}}
20 20  
21 21  (% id="cke_bm_11760S" style="display:none" %) (%%) Then, make a note of the start sector of /dev/sda2.
22 -[[image:02_partition_extend.png]]
23 +[[image:image-20221220121918-1.png||data-xwiki-image-style-border="true" height="259" width="450"]]
23 23  )))
24 24  1. (((
25 25  **Start Fdisk**
... ... @@ -29,7 +29,7 @@
29 29  sudo fdisk /dev/sda
30 30  {{/code}}
31 31  
32 -
33 +[[image:image-20221220134912-1.png||data-xwiki-image-style-border="true" height="136" width="450"]]
33 33  )))
34 34  1. **Delete old partition and create a new one**
35 35  Enter the following commands and confirm each with Enter:(((
... ... @@ -36,16 +36,10 @@
36 36  (% style="width:530px" %)
37 37  |(% style="width:35px" %)d|(% style="width:493px" %)Delete partition
38 38  |(% style="width:35px" %)2|(% style="width:493px" %)Select the 2nd partition
39 -|(% style="width:35px" %) |(% style="width:493px" %)
40 -|(% style="width:35px" %) |(% style="width:493px" %)
41 -|(% style="width:35px" %) |(% style="width:493px" %)
42 -|(% style="width:35px" %) |(% style="width:493px" %)
43 -|(% style="width:35px" %) |(% style="width:493px" %)
44 -|(% style="width:35px" %) |(% style="width:493px" %)
45 -|(% style="width:35px" %) |(% style="width:493px" %)
46 46  
41 +(% style="width:530px" %)
42 +[[image:image-20221220153842-1.png||data-xwiki-image-style-border="true"]]
47 47  
48 -
49 49  |(% style="width:29px" %)n|(% style="width:1953px" %)Create a new partition
50 50  |(% style="width:29px" %)p|(% style="width:1953px" %)Primary partition
51 51  |(% style="width:29px" %)2|(% style="width:1953px" %)Partition number: 2
... ... @@ -52,14 +52,14 @@
52 52  |(% style="width:29px" %)......|(% style="width:1953px" %)Start sector: the one noted in step 4
53 53  |(% style="width:29px" %)Enter|(% style="width:1953px" %)Set the last sector of the partition to the maximum value
54 54  
50 +[[image:image-20221220153922-2.png||data-xwiki-image-style-border="true"]]
55 55  
56 -
57 57  (% style="width:530px" %)
58 58  |(% style="width:35px" %)n|(% style="width:493px" %)No, do not remove the signature
59 59  |(% style="width:35px" %)w|(% style="width:493px" %)Save the changes to the partition
60 60  
61 -
62 -[[image:03_partition_extend.png]]
56 +[[image:image-20221220154417-3.png||data-xwiki-image-style-border="true"]]
57 +
63 63  )))
64 64  1. **Adjust the file system to the new partition size**
65 65  Use the following command to resize the file system to match the new partition size: (((