Re: [PATCH] xfs_mkfs: wipe old signatures from the device

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2/14/13 5:45 AM, Dave Howorth wrote:
> Dave Chinner wrote:
>> IOWs, it is the responsibility of the filesystem tools to correctly
>> identify the filesystem being operated on, and not to
>> modify/trash/recover anything unless specifically directed by the
>> user.  When a filesystem tool gets it wrong, then that specific tool
>> needs to be fixed.  i.e. it is the responsibility of filesystem
>> tools to behave sanely, not for the rest of the world to have to
>> work around the dangerous behaviour of a specific filesystems'
>> toolset.
> 
> As an average Joe user, I started to agree with this, but then as a
> developer I had second thoughts. It can't be right that every filesystem
> tool has to have code to recognize every other type of filesystem; that
> just doesn't scale. So each tool would need to call some API, which I

Yep - it's called libblkid, it's very easy to use for this purpose.
xfsprogs already does, and I just sent a patch for btrfs-progs as well.

So libblkid contains all the smarts, really, and it's not a code duplication
problem.

> suppose would need to access some kernel code that iterated for every
> filesystem type the kernel was configured to handle, or knew historically.

Nah, it doesn't matter what the running kernel knows about, IMHO, just what
is recognized on the disk at hand.

-Eric

> And then we have identical code in every tool, and that code is not
> serving the tool's primary purpose, so maybe it should be factored out
> on the one-tool-one-job philosophy. So perhaps there should be a single
> tool that tells what filesystem type is present on a device, which
> everybody runs before mkfs. Oh wait, df -T or other utilities already do
> that.
> 
> So I'm not sure the issue is black and white. As an average Joe, I
> expect mkfs to trash whatever I give it, so I'm pretty careful to check
> what is there first. And if I expected to be overwriting an existing
> filesystem and I did it often enough to know about the mkfs.xfs
> behaviour, I suppose I would always invoke it with the -f flag.
> Consistency among the various flavours of mkfs would be nice, though.
> 
> _______________________________________________
> xfs mailing list
> xfs@xxxxxxxxxxx
> http://oss.sgi.com/mailman/listinfo/xfs
> 

_______________________________________________
xfs mailing list
xfs@xxxxxxxxxxx
http://oss.sgi.com/mailman/listinfo/xfs


[Index of Archives]     [Linux XFS Devel]     [Linux Filesystem Development]     [Filesystem Testing]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux