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

From version 5.1
edited by Tobias Wintrich
on 2025/07/14 10:19
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**
... ... @@ -28,6 +28,8 @@
28 28  {{code}}
29 29  sudo fdisk /dev/sda
30 30  {{/code}}
32 +
33 +[[image:image-20221220134912-1.png||data-xwiki-image-style-border="true" height="136" width="450"]]
31 31  )))
32 32  1. **Delete old partition and create a new one**
33 33  Enter the following commands and confirm each with Enter:(((
... ... @@ -34,15 +34,24 @@
34 34  (% style="width:530px" %)
35 35  |(% style="width:35px" %)d|(% style="width:493px" %)Delete partition
36 36  |(% style="width:35px" %)2|(% style="width:493px" %)Select the 2nd partition
40 +
41 +(% style="width:530px" %)
42 +[[image:image-20221220153842-1.png||data-xwiki-image-style-border="true"]]
43 +
37 37  |(% style="width:29px" %)n|(% style="width:1953px" %)Create a new partition
38 38  |(% style="width:29px" %)p|(% style="width:1953px" %)Primary partition
39 39  |(% style="width:29px" %)2|(% style="width:1953px" %)Partition number: 2
40 40  |(% style="width:29px" %)......|(% style="width:1953px" %)Start sector: the one noted in step 4
41 41  |(% style="width:29px" %)Enter|(% style="width:1953px" %)Set the last sector of the partition to the maximum value
49 +
50 +[[image:image-20221220153922-2.png||data-xwiki-image-style-border="true"]]
51 +
52 +(% style="width:530px" %)
42 42  |(% style="width:35px" %)n|(% style="width:493px" %)No, do not remove the signature
43 43  |(% style="width:35px" %)w|(% style="width:493px" %)Save the changes to the partition
44 44  
45 -[[image:03_partition_extend.png]]
56 +[[image:image-20221220154417-3.png||data-xwiki-image-style-border="true"]]
57 +
46 46  )))
47 47  1. **Adjust the file system to the new partition size**
48 48  Use the following command to resize the file system to match the new partition size: (((