summaryrefslogtreecommitdiffstats
path: root/templates/man8/wipefs.8.pot
blob: 6b8f5a1a884232251560a836b6f9ea4536f2978b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-03-29 09:57+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. type: TH
#: debian-bookworm
#, no-wrap
msgid "WIPEFS"
msgstr ""

#. type: TH
#: debian-bookworm
#, no-wrap
msgid "2022-05-11"
msgstr ""

#. type: TH
#: debian-bookworm
#, no-wrap
msgid "util-linux 2.38.1"
msgstr ""

#. type: TH
#: debian-bookworm
#, no-wrap
msgid "System Administration"
msgstr ""

#. type: SH
#: debian-bookworm
#, no-wrap
msgid "NAME"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "wipefs - wipe a signature from a device"
msgstr ""

#. type: SH
#: debian-bookworm
#, no-wrap
msgid "SYNOPSIS"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<wipefs> [options] I<device>..."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<wipefs> [B<--backup>] B<-o> I<offset device>..."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<wipefs> [B<--backup>] B<-a> I<device>..."
msgstr ""

#. type: SH
#: debian-bookworm
#, no-wrap
msgid "DESCRIPTION"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"B<wipefs> can erase filesystem, raid or partition-table signatures (magic "
"strings) from the specified I<device> to make the signatures invisible for "
"libblkid. B<wipefs> does not erase the filesystem itself nor any other data "
"from the device."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"When used without any options, B<wipefs> lists all visible filesystems and "
"the offsets of their basic signatures. The default output is subject to "
"change. So whenever possible, you should avoid using default outputs in your "
"scripts. Always explicitly define expected columns by using B<--output> "
"I<columns-list> in environments where a stable output is required."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"B<wipefs> calls the B<BLKRRPART> ioctl when it has erased a partition-table "
"signature to inform the kernel about the change. The ioctl is called as the "
"last step and when all specified signatures from all specified devices are "
"already erased. This feature can be used to wipe content on partitions "
"devices as well as partition table on a disk device, for example by B<wipefs "
"-a /dev/sdc1 /dev/sdc2 /dev/sdc>."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Note that some filesystems and some partition tables store more magic "
"strings on the device (e.g., FAT, ZFS, GPT). The B<wipefs> command (since "
"v2.31) lists all the offset where a magic strings have been detected."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"When option B<-a> is used, all magic strings that are visible for "
"B<libblkid>(3) are erased. In this case the B<wipefs> scans the device again "
"after each modification (erase) until no magic string is found."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Note that by default B<wipefs> does not erase nested partition tables on non-"
"whole disk devices. For this the option B<--force> is required."
msgstr ""

#. type: SH
#: debian-bookworm
#, no-wrap
msgid "OPTIONS"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-a>, B<--all>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Erase all available signatures. The set of erased signatures can be "
"restricted with the B<-t> option."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-b>, B<--backup>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Create a signature backup to the file I<$HOME/wipefs-E<lt>devnameE<gt>-"
"E<lt>offsetE<gt>.bak>. For more details see the B<EXAMPLE> section."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-f>, B<--force>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Force erasure, even if the filesystem is mounted. This is required in order "
"to erase a partition-table signature on a block device."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-J>, B<--json>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "Use JSON output format."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<--lock>[=I<mode>]"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Use exclusive BSD lock for device or file it operates. The optional argument "
"I<mode> can be B<yes>, B<no> (or 1 and 0) or B<nonblock>. If the I<mode> "
"argument is omitted, it defaults to B<\"yes\">. This option overwrites "
"environment variable B<$LOCK_BLOCK_DEVICE>. The default is not to use any "
"lock at all, but it\\(cqs recommended to avoid collisions with udevd or "
"other tools."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-i>, B<--noheadings>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "Do not print a header line."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-O>, B<--output> I<list>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Specify which output columns to print. Use B<--help> to get a list of all "
"supported columns."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-n>, B<--no-act>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "Causes everything to be done except for the B<write>(2) call."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-o>, B<--offset> I<offset>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Specify the location (in bytes) of the signature which should be erased from "
"the device. The I<offset> number may include a \"0x\" prefix; then the "
"number will be interpreted as a hex value. It is possible to specify "
"multiple B<-o> options."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"The I<offset> argument may be followed by the multiplicative suffixes KiB "
"(=1024), MiB (=1024*1024), and so on for GiB, TiB, PiB, EiB, ZiB and YiB "
"(the \"iB\" is optional, e.g., \"K\" has the same meaning as \"KiB\"), or "
"the suffixes KB (=1000), MB (=1000*1000), and so on for GB, TB, PB, EB, ZB "
"and YB."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-p>, B<--parsable>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Print out in parsable instead of printable format. Encode all potentially "
"unsafe characters of a string to the corresponding hex value prefixed by "
"\\(aq\\(rsx\\(aq."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-q>, B<--quiet>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "Suppress any messages after a successful signature wipe."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-t>, B<--types> I<list>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Limit the set of printed or erased signatures. More than one type may be "
"specified in a comma-separated list. The list or individual types can be "
"prefixed with \\(aqno\\(aq to specify the types on which no action should be "
"taken. For more details see B<mount>(8)."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-h>, B<--help>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "Display help text and exit."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<-V>, B<--version>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "Print version and exit."
msgstr ""

#. type: SH
#: debian-bookworm
#, no-wrap
msgid "ENVIRONMENT"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "LIBBLKID_DEBUG=all"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "enables B<libblkid>(3) debug output."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "LOCK_BLOCK_DEVICE=E<lt>modeE<gt>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"use exclusive BSD lock. The mode is \"1\" or \"0\". See B<--lock> for more "
"details."
msgstr ""

#. type: SH
#: debian-bookworm
#, no-wrap
msgid "EXAMPLES"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<wipefs /dev/sda>*"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "Prints information about sda and all partitions on sda."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<wipefs --all --backup /dev/sdb>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Erases all signatures from the device I</dev/sdb> and creates a signature "
"backup file I<~/wipefs-sdb-E<lt>offsetE<gt>.bak> for each signature."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"B<dd if=~/wipefs-sdb-0x00000438.bak of=/dev/sdb seek=$((0x00000438)) bs=1 "
"conv=notrunc>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Restores an ext2 signature from the backup file I<~/wipefs-sdb-0x00000438."
"bak>."
msgstr ""

#. type: SH
#: debian-bookworm
#, no-wrap
msgid "AUTHORS"
msgstr ""

#. type: SH
#: debian-bookworm
#, no-wrap
msgid "SEE ALSO"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "B<blkid>(8), B<findfs>(8)"
msgstr ""

#. type: SH
#: debian-bookworm
#, no-wrap
msgid "REPORTING BUGS"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "For bug reports, use the issue tracker at"
msgstr ""

#. type: SH
#: debian-bookworm
#, no-wrap
msgid "AVAILABILITY"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"The B<wipefs> command is part of the util-linux package which can be "
"downloaded from"
msgstr ""