Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2019 00:16:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 235182] tunefs does not agree with newfs about what a legal label is
Message-ID:  <bug-235182-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235182

            Bug ID: 235182
           Summary: tunefs does not agree with newfs about what a legal
                    label is
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: darius@dons.net.au

Created attachment 201383
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D201383&action=
=3Dedit
Patch for tunefs

Currently tunefs only accepts alphanumerics, however newfs accepts these and
underscores.

The attached patch fixes it for me.

The man pages should also be updated with something like..
newfs ->
.It Fl L Ar volname
Add a volume label to the new file system. Legal characters are
alphanumerics and underscores.

tunefs ->
.It Fl L Ar volname
Add/modify an optional file system volume label. Legal characters
are alphanumerics and underscores.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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