From 05c19de0df9bf5820974e784adaf92be63981046 Mon Sep 17 00:00:00 2001 From: jessica Date: Wed, 5 Nov 2025 11:20:46 -0500 Subject: [PATCH 1/2] update --- .../upsize_vps_partition/guide.de-de.md | 14 ++++++++++++- .../upsize_vps_partition/guide.en-asia.md | 16 +++++++++++++-- .../upsize_vps_partition/guide.en-au.md | 20 +++++++++++++++---- .../upsize_vps_partition/guide.en-ca.md | 16 +++++++++++++-- .../upsize_vps_partition/guide.en-gb.md | 14 ++++++++++++- .../upsize_vps_partition/guide.en-ie.md | 18 ++++++++++++++--- .../upsize_vps_partition/guide.en-sg.md | 16 +++++++++++++-- .../upsize_vps_partition/guide.en-us.md | 16 +++++++++++++-- .../upsize_vps_partition/guide.es-es.md | 18 ++++++++++++++--- .../upsize_vps_partition/guide.es-us.md | 18 ++++++++++++++--- .../upsize_vps_partition/guide.fr-ca.md | 16 +++++++++++++-- .../upsize_vps_partition/guide.fr-fr.md | 18 ++++++++++++++--- .../upsize_vps_partition/guide.it-it.md | 16 +++++++++++++-- .../upsize_vps_partition/guide.pl-pl.md | 20 +++++++++++++++---- .../upsize_vps_partition/guide.pt-pt.md | 16 +++++++++++++-- 15 files changed, 216 insertions(+), 36 deletions(-) diff --git a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.de-de.md b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.de-de.md index 7fe2ff53463..baeff22056c 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.de-de.md +++ b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.de-de.md @@ -1,7 +1,7 @@ --- title: VPS-Partitionierung nach einem Storage-Upgrade excerpt: Erfahren Sie hier, wie Sie den verwendbaren Speicherplatz nach einem Upgrade vergrößern -updated: 2023-09-05 +updated: 2025-11-05 --- > [!primary] @@ -172,6 +172,18 @@ Last sector, +sectors or +size{K,M,G} (2048-41943039, default 41943039): 4194303 Vergewissern Sie sich, dass der Standardwert in der Zeile `First sector` mit dem Wert übereinstimmt, den Sie zuvor notiert haben. Stimmt er nicht überein, verwenden Sie den von Ihnen aufgeschriebenen Wert. +Wenn die folgende Meldung angezeigt wird: + +```console +Partition #1 contains a ext4 signature. + +Do you want to remove the signature? [Y]es/[N]o: +``` + +Geben Sie `n` ein und fahren Sie fort. + +Die Antwort `y` würde bedeuten, dass das vorhandene ext4-Dateisystem auf Partition 1 überschrieben und die darin enthaltenen Daten gelöscht werden. + ### Die Partition bootfähig machen Jetzt muss sichergestellt werden, dass die Partition bootfähig ist. Das ist über den Befehl `a`{.action} möglich. diff --git a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-asia.md b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-asia.md index c96e8f74342..90338edecd9 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-asia.md +++ b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: Repartitioning a VPS after a storage upgrade excerpt: Find out how to increase the usable disk space following an upgrade -updated: 2023-09-05 +updated: 2025-11-05 --- ## Objective @@ -162,6 +162,18 @@ Last sector, +sectors or +size{K,M,G} (2048-41943039, default 41943039): 4194303 On the `First sector` line, check that the default value is the same as the one you have previously written down. If it is different, use the value you have written down. +If you see the following message: + +```console +Partition #1 contains a ext4 signature. + +Do you want to remove the signature? [Y]es/[N]o: +``` + +Enter `n` and proceed. + +Answering `y` would mean overwriting the existing ext4 file system on Partition 1 and agreeing to destroy the data on it. + #### Make the partition bootable You now need to ensure that the partition is bootable. You can do this using the command `a`{.action}. @@ -274,4 +286,4 @@ Enter your desired size and click `OK`{.action}. Your volume will now be extende ## Go further -Join our community of users at . +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-au.md b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-au.md index c198d6ecba9..90338edecd9 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-au.md +++ b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-au.md @@ -1,7 +1,7 @@ --- title: Repartitioning a VPS after a storage upgrade excerpt: Find out how to increase the usable disk space following an upgrade -updated: 2023-09-05 +updated: 2025-11-05 --- ## Objective @@ -145,7 +145,7 @@ Selected partition 1 The single partition will automatically be deleted. -### Create a new partition +#### Create a new partition You now need to create a new partition with the command `n`{.action}. It is recommended that you use the default values. @@ -162,7 +162,19 @@ Last sector, +sectors or +size{K,M,G} (2048-41943039, default 41943039): 4194303 On the `First sector` line, check that the default value is the same as the one you have previously written down. If it is different, use the value you have written down. -### Make the partition bootable +If you see the following message: + +```console +Partition #1 contains a ext4 signature. + +Do you want to remove the signature? [Y]es/[N]o: +``` + +Enter `n` and proceed. + +Answering `y` would mean overwriting the existing ext4 file system on Partition 1 and agreeing to destroy the data on it. + +#### Make the partition bootable You now need to ensure that the partition is bootable. You can do this using the command `a`{.action}. @@ -274,4 +286,4 @@ Enter your desired size and click `OK`{.action}. Your volume will now be extende ## Go further -Join our community of users at . +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-ca.md b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-ca.md index c96e8f74342..90338edecd9 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: Repartitioning a VPS after a storage upgrade excerpt: Find out how to increase the usable disk space following an upgrade -updated: 2023-09-05 +updated: 2025-11-05 --- ## Objective @@ -162,6 +162,18 @@ Last sector, +sectors or +size{K,M,G} (2048-41943039, default 41943039): 4194303 On the `First sector` line, check that the default value is the same as the one you have previously written down. If it is different, use the value you have written down. +If you see the following message: + +```console +Partition #1 contains a ext4 signature. + +Do you want to remove the signature? [Y]es/[N]o: +``` + +Enter `n` and proceed. + +Answering `y` would mean overwriting the existing ext4 file system on Partition 1 and agreeing to destroy the data on it. + #### Make the partition bootable You now need to ensure that the partition is bootable. You can do this using the command `a`{.action}. @@ -274,4 +286,4 @@ Enter your desired size and click `OK`{.action}. Your volume will now be extende ## Go further -Join our community of users at . +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-gb.md b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-gb.md index 06ce1d4ffdb..a99b84bba04 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-gb.md +++ b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: Repartitioning a VPS after a storage upgrade excerpt: Find out how to increase the usable disk space following an upgrade -updated: 2023-09-05 +updated: 2025-11-05 --- ## Objective @@ -162,6 +162,18 @@ Last sector, +sectors or +size{K,M,G} (2048-41943039, default 41943039): 4194303 On the `First sector` line, check that the default value is the same as the one you have previously written down. If it is different, use the value you have written down. +If you see the following message: + +```console +Partition #1 contains a ext4 signature. + +Do you want to remove the signature? [Y]es/[N]o: +``` + +Enter `n` and proceed. + +Answering `y` would mean overwriting the existing ext4 file system on Partition 1 and agreeing to destroy the data on it. + #### Make the partition bootable You now need to ensure that the partition is bootable. You can do this using the command `a`{.action}. diff --git a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-ie.md b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-ie.md index 6d7a9f8b93f..90338edecd9 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-ie.md +++ b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: Repartitioning a VPS after a storage upgrade excerpt: Find out how to increase the usable disk space following an upgrade -updated: 2023-09-05 +updated: 2025-11-05 --- ## Objective @@ -160,7 +160,19 @@ First sector (2048-41943039, default 2048): 2048 Last sector, +sectors or +size{K,M,G} (2048-41943039, default 41943039): 41943039. ``` -On the `First sector` line, check that the default value is the same as the one you have previously written down. If it is different, use the value you have written down instead. +On the `First sector` line, check that the default value is the same as the one you have previously written down. If it is different, use the value you have written down. + +If you see the following message: + +```console +Partition #1 contains a ext4 signature. + +Do you want to remove the signature? [Y]es/[N]o: +``` + +Enter `n` and proceed. + +Answering `y` would mean overwriting the existing ext4 file system on Partition 1 and agreeing to destroy the data on it. #### Make the partition bootable @@ -274,4 +286,4 @@ Enter your desired size and click `OK`{.action}. Your volume will now be extende ## Go further -Join our community of users at . +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-sg.md b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-sg.md index c96e8f74342..90338edecd9 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-sg.md +++ b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: Repartitioning a VPS after a storage upgrade excerpt: Find out how to increase the usable disk space following an upgrade -updated: 2023-09-05 +updated: 2025-11-05 --- ## Objective @@ -162,6 +162,18 @@ Last sector, +sectors or +size{K,M,G} (2048-41943039, default 41943039): 4194303 On the `First sector` line, check that the default value is the same as the one you have previously written down. If it is different, use the value you have written down. +If you see the following message: + +```console +Partition #1 contains a ext4 signature. + +Do you want to remove the signature? [Y]es/[N]o: +``` + +Enter `n` and proceed. + +Answering `y` would mean overwriting the existing ext4 file system on Partition 1 and agreeing to destroy the data on it. + #### Make the partition bootable You now need to ensure that the partition is bootable. You can do this using the command `a`{.action}. @@ -274,4 +286,4 @@ Enter your desired size and click `OK`{.action}. Your volume will now be extende ## Go further -Join our community of users at . +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-us.md b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-us.md index c96e8f74342..90338edecd9 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.en-us.md @@ -1,7 +1,7 @@ --- title: Repartitioning a VPS after a storage upgrade excerpt: Find out how to increase the usable disk space following an upgrade -updated: 2023-09-05 +updated: 2025-11-05 --- ## Objective @@ -162,6 +162,18 @@ Last sector, +sectors or +size{K,M,G} (2048-41943039, default 41943039): 4194303 On the `First sector` line, check that the default value is the same as the one you have previously written down. If it is different, use the value you have written down. +If you see the following message: + +```console +Partition #1 contains a ext4 signature. + +Do you want to remove the signature? [Y]es/[N]o: +``` + +Enter `n` and proceed. + +Answering `y` would mean overwriting the existing ext4 file system on Partition 1 and agreeing to destroy the data on it. + #### Make the partition bootable You now need to ensure that the partition is bootable. You can do this using the command `a`{.action}. @@ -274,4 +286,4 @@ Enter your desired size and click `OK`{.action}. Your volume will now be extende ## Go further -Join our community of users at . +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.es-es.md b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.es-es.md index 21fe97a89bf..188bfff9d2e 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.es-es.md +++ b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.es-es.md @@ -1,7 +1,7 @@ --- title: Reparticionar un VPS tras un upgrade de almacenamiento excerpt: "Cómo aumentar el espacio en disco útil después de una actualización" -updated: 2023-09-05 +updated: 2025-11-05 --- ## Objetivo @@ -163,7 +163,19 @@ First sector (2048-41943039, default 2048): 2048 Last sector, +sectors or +size{K,M,G} (2048-41943039, default 41943039): 41943039 ``` -En la línea «First sector», asegúrese de que el valor por defecto coincide con el que ha anotado anteriormente. Si es diferente, utilice el valor anotado. +En la línea `First sector`, asegúrese de que el valor por defecto coincide con el que ha anotado anteriormente. Si es diferente, utilice el valor anotado. + +Si aparece el siguiente mensaje: + +```console +Partition #1 contains a ext4 signature. + +Do you want to remove the signature? [Y]es/[N]o: +``` + +Introduzca `n` y continúe. + +Responder `y` significaría sobrescribir el sistema de archivos ext4 existente en la Partition 1 y aceptar destruir los datos que contiene. ### Hacer que la partición sea de arranque @@ -278,4 +290,4 @@ Escriba el tamaño deseado y haga clic en `Aceptar`{.action}. El volumen se ampl ## Más información -Interactúe con nuestra comunidad de usuarios en . +Interactúe con nuestra [comunidad de usuarios](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.es-us.md b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.es-us.md index 21fe97a89bf..188bfff9d2e 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.es-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.es-us.md @@ -1,7 +1,7 @@ --- title: Reparticionar un VPS tras un upgrade de almacenamiento excerpt: "Cómo aumentar el espacio en disco útil después de una actualización" -updated: 2023-09-05 +updated: 2025-11-05 --- ## Objetivo @@ -163,7 +163,19 @@ First sector (2048-41943039, default 2048): 2048 Last sector, +sectors or +size{K,M,G} (2048-41943039, default 41943039): 41943039 ``` -En la línea «First sector», asegúrese de que el valor por defecto coincide con el que ha anotado anteriormente. Si es diferente, utilice el valor anotado. +En la línea `First sector`, asegúrese de que el valor por defecto coincide con el que ha anotado anteriormente. Si es diferente, utilice el valor anotado. + +Si aparece el siguiente mensaje: + +```console +Partition #1 contains a ext4 signature. + +Do you want to remove the signature? [Y]es/[N]o: +``` + +Introduzca `n` y continúe. + +Responder `y` significaría sobrescribir el sistema de archivos ext4 existente en la Partition 1 y aceptar destruir los datos que contiene. ### Hacer que la partición sea de arranque @@ -278,4 +290,4 @@ Escriba el tamaño deseado y haga clic en `Aceptar`{.action}. El volumen se ampl ## Más información -Interactúe con nuestra comunidad de usuarios en . +Interactúe con nuestra [comunidad de usuarios](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.fr-ca.md b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.fr-ca.md index b7dc2d7e376..94a94194ff0 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.fr-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: Repartitionner un VPS après un upgrade de stockage excerpt: "Découvrez comment augmenter l'espace disque utilisable suite à une mise à niveau" -updated: 2023-09-05 +updated: 2025-11-05 --- ## Objectif @@ -163,6 +163,18 @@ Last sector, +sectors or +size{K,M,G} (2048-41943039, default 41943039): 4194303 Dans la ligne `First sector`, assurez-vous que la valeur par défaut est la même que celle que vous avez notée précédemment. Si elle diffère, utilisez la valeur que vous avez notée. +Si le message suivant s'affiche : + +```console +Partition #1 contains a ext4 signature. + +Do you want to remove the signature? [Y]es/[N]o: +``` + +Entrez « n » et continuez. + +Répondre « y » signifierait écraser le système de fichiers ext4 existant sur la Partition 1 et accepter de détruire les données qu'elle contient. + ### Rendre la partition amorçable (bootable) Vous devez maintenant vous assurer que la partition est amorçable (bootable). Pour ce faire, utilisez la commande `a`{.action} : @@ -275,4 +287,4 @@ Entrez la taille souhaitée et cliquez sur `OK`{.action}. Votre volume sera alor ## Aller plus loin -Échangez avec notre [communauté d'utilisateurs](/links/community). +Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.fr-fr.md b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.fr-fr.md index dbc41a07d1e..9802b5c16f0 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.fr-fr.md +++ b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: Repartitionner un VPS après un upgrade de stockage excerpt: "Découvrez comment augmenter l'espace disque utilisable suite à une mise à niveau" -updated: 2023-09-05 +updated: 2025-11-05 --- ## Objectif @@ -163,7 +163,19 @@ Last sector, +sectors or +size{K,M,G} (2048-41943039, default 41943039): 4194303 Dans la ligne `First sector`, assurez-vous que la valeur par défaut est la même que celle que vous avez notée précédemment. Si elle diffère, utilisez la valeur que vous avez notée. -#### Rendre la partition amorçable (bootable) +Si le message suivant s'affiche : + +```console +Partition #1 contains a ext4 signature. + +Do you want to remove the signature? [Y]es/[N]o: +``` + +Entrez `n` et continuez. + +Répondre `y` signifierait écraser le système de fichiers ext4 existant sur la Partition 1 et accepter de détruire les données qu'elle contient. + +### Rendre la partition amorçable (bootable) Vous devez maintenant vous assurer que la partition est amorçable (bootable). Pour ce faire, utilisez la commande `a`{.action} : @@ -275,4 +287,4 @@ Entrez la taille souhaitée et cliquez sur `OK`{.action}. Votre volume sera alor ## Aller plus loin -Échangez avec notre [communauté d'utilisateurs](/links/community). +Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.it-it.md b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.it-it.md index 13a12d64298..10959a29686 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.it-it.md +++ b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.it-it.md @@ -1,7 +1,7 @@ --- title: Partizionare un VPS dopo un upgrade di storage excerpt: "Come aumentare lo spazio su disco utilizzabile in seguito a un aggiornamento" -updated: 2023-09-05 +updated: 2025-11-05 --- ## Obiettivo @@ -166,6 +166,18 @@ Last sector, +sectors or +size{K,M,G} (2048-41943039, default 41943039): 4194303 Assicurati che il valore predefinito indicato nella riga `First sector` corrisponda a quello annotato precedentemente (se differente, utilizza quest’ultimo). +Se viene visualizzato il seguente messaggio: + +```console +Partition #1 contains a ext4 signature. + +Do you want to remove the signature? [Y]es/[N]o: +``` + +Digita `n` e continua. + +Rispondere `y` significherebbe sovrascrivere il file system ext4 esistente sulla partizione 1 e accettare di distruggere i dati in essa contenuti. + ### Rendi la partizione avviabile (bootable) Per assicurarti che la partizione sia avviabile, esegui il comando `a`{.action}: @@ -279,4 +291,4 @@ Inserisci la dimensione desiderata e clicca su `OK`{.action}. Il volume verrà p ## Per saperne di più -Contatta la nostra Community di utenti all’indirizzo . +Contatta la nostra [Community di utenti](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.pl-pl.md b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.pl-pl.md index 74733c6454e..be8a5a03c88 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.pl-pl.md +++ b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: Zmiana rozmiaru partycji serwera VPS po zmianie oferty przestrzeni dyskowej excerpt: "Dowiedz się, jak zwiększyć przestrzeń dyskową po aktualizacji" -updated: 2023-09-05 +updated: 2025-11-05 --- ## Wprowadzenie @@ -165,9 +165,21 @@ Last sector, +sectors or +size{K,M,G} (2048-41943039, default 41943039): 4194303 Musisz upewnić się, że wartość domyślna w wierszu `First sector` jest taka sama, jak wartość zanotowana wcześniej. Jeśli jest inna, należy użyć zanotowanej wartości. -### Ustawianie partycji bootowalnej +Jeśli pojawi się następujący komunikat: -Teraz należy upewnić się, że partycja jest bootowalna. Możesz to zrobić za pomocą polecenia `a`{.action}. +```console +Partition #1 contains a ext4 signature. + +Do you want to remove the signature? [Y]es/[N]o: +``` + +Wpisz `n` i kontynuuj. + +Odpowiedź `y` oznaczałaby nadpisanie istniejącego systemu plików ext4 na Partition 1 i zgodę na zniszczenie zawartych na niej danych. + +### Ustawianie partycji bootowalnej (bootable) + +Teraz należy upewnić się, że partycja jest bootowalna (bootable). Możesz to zrobić za pomocą polecenia `a`{.action}. ```console Command (m for help): a @@ -278,4 +290,4 @@ Wprowadź żądany rozmiar i kliknij `OK`{.action}. Wolumen zostanie wówczas ro ## Sprawdź również -Przyłącz się do społeczności naszych użytkowników na stronie . +Dołącz do [grona naszych użytkowników](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.pt-pt.md b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.pt-pt.md index 72eddcdb565..536f87e8c81 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.pt-pt.md +++ b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: Reparticionar um VPS após um upgrade de armazenamento excerpt: "Saiba como aumentar a quantidade de espaço útil no disco após uma atualização" -updated: 2023-09-05 +updated: 2025-11-05 --- ## Objetivo @@ -165,6 +165,18 @@ Last sector, +sectors or +size{K,M,G} (2048-41943039, default 41943039): 4194303 Na linha `First sector`, certifique-se que o valor predefinido é igual ao que foi anotado anteriormente. Se for diferente, use o valor que anotou antes. +Se a seguinte mensagem for exibida: + +```console +Partition #1 contains a ext4 signature. + +Do you want to remove the signature? [Y]es/[N]o: +``` + +Digite `n` e continue. + +Responder `y` significaria sobrescrever o sistema de ficheiros ext4 existente na partição 1 e aceitar destruir os dados nela contidos. + ### Configurar uma partição de arranque (bootable) A seguir, certifique-se de que a partição seja de arranque (bootable). Para tal, utilize o comando `a`{.action}. @@ -278,4 +290,4 @@ Introduza o tamanho pretendido e clique em `OK`{.action}. O seu volume será ent ## Quer saber mais? -Fale com a nossa comunidade de utilizadores em [https://community.ovh.com/en/](https://community.ovh.com/en/). +Fale com nossa [comunidade de utilizadores](/links/community). \ No newline at end of file From 4de9fb80be83ffee2e14ea21cfcc90d7e7a59b75 Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke <63296875+tcpdumpfbacke@users.noreply.github.com> Date: Thu, 6 Nov 2025 10:14:16 +0100 Subject: [PATCH 2/2] DE proof --- .../upsize_vps_partition/guide.de-de.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.de-de.md b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.de-de.md index baeff22056c..8c14bc454f4 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.de-de.md +++ b/pages/bare_metal_cloud/virtual_private_servers/upsize_vps_partition/guide.de-de.md @@ -182,7 +182,7 @@ Do you want to remove the signature? [Y]es/[N]o: Geben Sie `n` ein und fahren Sie fort. -Die Antwort `y` würde bedeuten, dass das vorhandene ext4-Dateisystem auf Partition 1 überschrieben und die darin enthaltenen Daten gelöscht werden. +Die Antwort `y` bewirkt, dass das vorhandene ext4-Dateisystem auf Partition 1 überschrieben und die darin enthaltenen Daten gelöscht werden. ### Die Partition bootfähig machen @@ -221,7 +221,7 @@ The filesystem on /dev/sdb1 is now 5242624 blocks long. ### Überprüfung der Ergebnisse -Um zu überprüfen, ob das Erweitern funktioniert hat, können Sie die neu erstellte Partition einhängen und sich die Größe ansehen. +Um zu überprüfen, ob das Erweitern funktioniert hat, können Sie die neu erstellte Partition mounten und sich die Größe ansehen. ```sh mount /dev/sdb1 /mnt