File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -324,6 +324,12 @@ DeletePartition(
324324 }
325325 }
326326
327+ if (CurrentPartition -> IsBoot || CurrentPartition -> IsSystem )
328+ {
329+ ConResPuts (StdOut , IDS_DELETE_PARTITION_SYSTEM );
330+ return EXIT_SUCCESS ;
331+ }
332+
327333 if (CurrentDisk -> PartitionStyle == PARTITION_STYLE_MBR )
328334 {
329335 DeleteMbrPartition (bOverride );
Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ typedef enum _FORMATSTATE
109109typedef enum _VOLUME_TYPE
110110{
111111 VOLUME_TYPE_CDROM ,
112- // VOLUME_TYPE_DVD,
113112 VOLUME_TYPE_PARTITION ,
114113 VOLUME_TYPE_REMOVABLE ,
115114 VOLUME_TYPE_UNKNOWN
@@ -167,6 +166,10 @@ typedef struct _PARTENTRY
167166 BOOLEAN NeedsCheck ;
168167
169168 struct _FILE_SYSTEM_ITEM * FileSystem ;
169+
170+ BOOL IsSystem ;
171+ BOOL IsBoot ;
172+
170173} PARTENTRY , * PPARTENTRY ;
171174
172175
Original file line number Diff line number Diff line change 6969STRINGTABLE
7070BEGIN
7171 IDS_DELETE_PARTITION_FAIL "\nDie gewählte Partition konnte nicht gelöscht werden.\nVergewissern Sie sich, dass die Partition wirklich gelöscht werden kann.\n"
72- IDS_DELETE_PARTITION_SUCCESS "\nDer gewählte Partition wurde erfolgreich gelöscht.\n"
72+ IDS_DELETE_PARTITION_SUCCESS "\nDie gewählte Partition wurde erfolgreich gelöscht.\n"
73+ IDS_DELETE_PARTITION_SYSTEM "\nDie gewählte Partition ist möglicherweise für den Betrieb des Computers erforderlich und kann nicht gelöscht werden.\n"
7374END
7475
7576/* Disk Information Labels */
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ STRINGTABLE
7070BEGIN
7171 IDS_DELETE_PARTITION_FAIL "\nDiskPart failed to delete the selected partition.\nPlease make sure the selected partition is valid to delete.\n"
7272 IDS_DELETE_PARTITION_SUCCESS "\nDiskPart successfully deleted the selected partition.\n"
73+ IDS_DELETE_PARTITION_SYSTEM "\nThe selected partition may be neccessary to the operation of your computer, and may not be deleted.\n"
7374END
7475
7576/* Disk Information Labels */
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ STRINGTABLE
7777BEGIN
7878 IDS_DELETE_PARTITION_FAIL "\nDiskPart ha fallito ad eliminare la partizione selezionata.\nAssicurarsi che la partizione selezionata sia valida.\n"
7979 IDS_DELETE_PARTITION_SUCCESS "\nDiskPart ha eliminato con successo la partizione selezionata.\n"
80+ IDS_DELETE_PARTITION_SYSTEM "\nThe selected partition may be neccessary to the operation of your computer, and may not be deleted.\n"
8081END
8182
8283/* Disk Information Labels */
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ STRINGTABLE
7070BEGIN
7171 IDS_DELETE_PARTITION_FAIL "\nDiskPart nie może usunąć wybranej partycji.\nUpewnij się, że wybrana partycja nadaje się do usunięcia.\n"
7272 IDS_DELETE_PARTITION_SUCCESS "\nDiskPart pomyślnie usunął wybraną partycję.\n"
73+ IDS_DELETE_PARTITION_SYSTEM "\nThe selected partition may be neccessary to the operation of your computer, and may not be deleted.\n"
7374END
7475
7576/* Disk Information Labels */
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ STRINGTABLE
7272BEGIN
7373 IDS_DELETE_PARTITION_FAIL "\nDiskPart failed to delete the selected partition.\nPlease make sure the selected partition is valid to delete.\n"
7474 IDS_DELETE_PARTITION_SUCCESS "\nDiskPart successfully deleted the selected partition.\n"
75+ IDS_DELETE_PARTITION_SYSTEM "\nThe selected partition may be neccessary to the operation of your computer, and may not be deleted.\n"
7576END
7677
7778/* Disk Information Labels */
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ STRINGTABLE
7878BEGIN
7979 IDS_DELETE_PARTITION_FAIL "\nDiskPart nu a reușit să șteargă partiția selectată.\nAsigurați-vă că partiția selectată este validă pentru ștergere.\n"
8080 IDS_DELETE_PARTITION_SUCCESS "\nDiskPart a șters cu succes partiția selectată.\n"
81+ IDS_DELETE_PARTITION_SYSTEM "\nThe selected partition may be neccessary to the operation of your computer, and may not be deleted.\n"
8182END
8283
8384/* Disk Information Labels */
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ STRINGTABLE
7272BEGIN
7373 IDS_DELETE_PARTITION_FAIL "\nDiskPart failed to delete the selected partition.\nPlease make sure the selected partition is valid to delete.\n"
7474 IDS_DELETE_PARTITION_SUCCESS "\nDiskPart successfully deleted the selected partition.\n"
75+ IDS_DELETE_PARTITION_SYSTEM "\nThe selected partition may be neccessary to the operation of your computer, and may not be deleted.\n"
7576END
7677
7778/* Disk Information Labels */
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ STRINGTABLE
7474BEGIN
7575 IDS_DELETE_PARTITION_FAIL "\nDiskPart failed to delete the selected partition.\nPlease make sure the selected partition is valid to delete.\n"
7676 IDS_DELETE_PARTITION_SUCCESS "\nDiskPart successfully deleted the selected partition.\n"
77+ IDS_DELETE_PARTITION_SYSTEM "\nThe selected partition may be neccessary to the operation of your computer, and may not be deleted.\n"
7778END
7879
7980/* Disk Information Labels */
You can’t perform that action at this time.
0 commit comments