Need to remove references to "nodev" mount option

Craig Rodrigues rodrigc at crodrigues.org
Fri Aug 31 19:26:20 UTC 2007


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 at crodrigues.org



More information about the freebsd-doc mailing list