[PATCH v2 0/5] Allow for quick removing of btrfs signature from block device

2012-05-01 Thread Hubert Kario
If there is a btrfs created on a raw block device (raw disk) and later there are created partitions and btrfs file systems created on partitions, subsequent `btrfs device scan` won't remove the btrfs signature from the raw block device. This patch series adds `btrfs device zero super dev` command

Re: [PATCH v2 0/5] Allow for quick removing of btrfs signature from block device

2012-05-01 Thread Tomasz Torcz
On Tue, May 01, 2012 at 02:38:01PM +0200, Hubert Kario wrote: This patch series adds `btrfs device zero super dev` command to remove the btrfs signature from the device as well as fix few minor problems in btrfs_prepare_device function. Shouldn't you rather extend “wipefs” from util-linux?

Re: [PATCH v2 0/5] Allow for quick removing of btrfs signature from block device

2012-05-01 Thread Hubert Kario
On Tuesday 01 of May 2012 14:43:37 Tomasz Torcz wrote: On Tue, May 01, 2012 at 02:38:01PM +0200, Hubert Kario wrote: This patch series adds `btrfs device zero super dev` command to remove the btrfs signature from the device as well as fix few minor problems in btrfs_prepare_device function.