Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wipefs(8) [linux man page]

WIPEFS(8)						       MAINTENANCE COMMANDS							 WIPEFS(8)

NAME
wipefs - wipe a filesystem signature from a device SYNOPSIS
wipefs [-ahnp] [-o offset] device DESCRIPTION
wipefs allows to erase filesystem or raid signatures (magic strings) from the device to make the filesystem invisible for libblkid. wipefs does not erase the whole filesystem or any other data from the device. When used without options -a or -o, it lists all visible filesys- tems and offsets of their signatures. OPTIONS
-a, --all Erase all available signatures. -h, --help Print help and exit. -n, --no-act Causes everything to be done except for the write() call. -o, --offset offset Specifies location (in bytes) of the signature which should be erased from the device. The offset number may include a "0x" prefix, and then the number will be read as a hex value. It is possible to specify multiple -o options. The offset argument may be followed by binary (2^N) suffixes KiB, MiB, GiB, TiB, PiB and EiB (the "iB" is optional, e.g. "K" has the same meaning as "KiB") or decimal (10^N) suffixes KB, MB, GB, PB and EB. -p, --parsable Print out in parsable instead of printable format. Encode all potentially unsafe characters of a string to the corresponding hex value prefixed by 'x'. AUTHOR
Karel Zak <kzak@redhat.com>. AVAILABILITY
The wipefs command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. SEE ALSO
blkid(8) findfs(8) Linux October 2009 WIPEFS(8)

Check Out this Related Man Page

WIPEFS(8)						       MAINTENANCE COMMANDS							 WIPEFS(8)

NAME
wipefs - wipe a filesystem signature from a device SYNOPSIS
wipefs [-ahnp] [-o offset] device DESCRIPTION
wipefs allows to erase filesystem or raid signatures (magic strings) from the device to make the filesystem invisible for libblkid. wipefs does not erase the whole filesystem or any other data from the device. When used without options -a or -o, it lists all visible filesys- tems and offsets of their signatures. OPTIONS
-a, --all Erase all available signatures. -h, --help Print help and exit. -n, --no-act Causes everything to be done except for the write() call. -o, --offset offset Specifies location (in bytes) of the signature which should be erased from the device. The offset number may include a "0x" prefix, and then the number will be read as a hex value. It is possible to specify multiple -o options. -p, --parsable Print out in parsable instead of printable format. Encode all potentially unsafe characters of a string to the corresponding hex value prefixed by 'x'. AUTHOR
Karel Zak <kzak@redhat.com>. AVAILABILITY
The wipefs command is part of the util-linux-ng package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. SEE ALSO
blkid(8) findfs(8) Linux October 2009 WIPEFS(8)
Man Page

8 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

Raid With Suse Linux

Hello i have a linux suse server and im having problems installing a highpoint rocket raid 2220 driver. The raid card is a pci card made buy highpoint tech on there web site they have the linux suse server driver i now have that driver on the desktop but dont know how to install it. The lunix... (0 Replies)
Discussion started by: Vaughan
0 Replies

2. UNIX for Dummies Questions & Answers

device location codes

what is meant by device location codes? what is their format and how can i identify the location of a device in redhat linux? (1 Reply)
Discussion started by: docaia
1 Replies

3. Linux

Do linux have a device file for ETHERNET CARD.

Sir, Do linux have device file for ethernet card. Can I use open , read , write , system calls to read data transferred through LAN. Is there any methods to read network datas (with out header and tailor information). Hope anyone can help me out. Thanking you.... ... (5 Replies)
Discussion started by: iamjayanth
5 Replies

4. Shell Programming and Scripting

increment a value at an offset in hundreds very large hex file

I have a lot of very large hex files that I need to change one value at the same offset and save to another file. I have a script that finds each file and just need to put an operator for each file. I think sed might be able to do this but I have not used it before and would like some help. If... (8 Replies)
Discussion started by: Eruditass
8 Replies

5. UNIX for Dummies Questions & Answers

Delete gpt signatures

Hi Can anyone tell me how to delete GPT signatures in linux/unix. Thanks Tannu (3 Replies)
Discussion started by: tannu
3 Replies

6. UNIX for Dummies Questions & Answers

How to find which raid is configured(without restart)

Is there a way to find the raid type without restarting the machine? I m using linux operating system. (3 Replies)
Discussion started by: pinga123
3 Replies

7. AIX

Cannot link to a file on another device

Hello, I'm trying to move a file using ftp command rename filename /new/filesystem/filename but I'm getting the error Cannot link to a file on another device. When it says 'device' what exactly does that mean? Physical or logical? Is there anyway to display and find a suitable drive. ... (3 Replies)
Discussion started by: Grueben
3 Replies

8. UNIX for Dummies Questions & Answers

File name offset

Dear all, I want to offset the file numbers. can you please make some awk code or linux code for the same. Example: input file names ANI_WFMASS_PIST00001.gif ANI_WFMASS_PIST00002.gif . . . ANI_WFMASS_PIST0000n.gif offset --> 30 ANI_WFMASS_PIST00031.gif ANI_WFMASS_PIST00032.gif... (14 Replies)
Discussion started by: kri321shna
14 Replies