Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2007 15:26:00 -0400
From:      "Craig Rodrigues" <rodrigc@crodrigues.org>
To:        freebsd-doc@freebsd.org
Subject:   Need to remove references to "nodev" mount option
Message-ID:  <20070831192600.GA19528@crodrigues.org>

next in thread | raw e-mail | index | archive | help
Hi,

I submitted a patch: http://www.freebsd.org/cgi/query-pr.cgi?pr=115984
to remove references to the "nodev" mount option.

"nodev" has been silently ignored since FreeBSD 5, due to the
introduction of devfs.  In FreeBSD 7, if you try
"mount -o ndev" or if you have "nodev" in /etc/fstab,
this will result in a mount failure.

Unfortunately, I am only really proficient in English, so
I need some help to remove nodev from the following languages:

grep -rl 'nodev' * | sed -e 's/\/.*//g' | sort | uniq
de_DE.ISO8859-1
es_ES.ISO8859-1
fr_FR.ISO8859-1
it_IT.ISO8859-15
ja_JP.eucJP
mn_MN.UTF-8
nl_NL.ISO8859-1
no_NO.ISO8859-1
pl_PL.ISO8859-2
ru_RU.KOI8-R
zh_CN.GB2312
zh_TW.Big5

Can anyone help?

Thanks.

-- 
Craig Rodrigues
rodrigc@crodrigues.org



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