Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Dec 2014 12:46:35 +0100
From:      Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= <trasz@FreeBSD.org>
To:        hackers@FreeBSD.org
Subject:   fstyp(8)
Message-ID:  <20141205114635.GA12557@brick.home>

next in thread | raw e-mail | index | archive | help
I'm slowly working on making autofs suitable for mounting removable
media, and one of the things required is filesystem detection.  It's
kind of possible to use file(1), but it's, well, "suboptimal" for this
task.  So, I went and wrote fstyp(8).

This utility, named after SVR4 command with same weird name, detects
filesystems.  It's mostly based on glabel code.  The output is machine
parseable, it can print out filesystem labels, and runs capsicated.

You can join the review at https://reviews.freebsd.org/D1255.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141205114635.GA12557>