V_RONLY
case V_RONLY:
case V_RONLY:
{ "rm", "read-only, mountable", V_RONLY },
{ "ru", "read-only, unmountable", V_RONLY|V_UNMNT },
{ "rm", V_RONLY },
{ "ru", V_RONLY | V_UNMNT },
{ "rm", "read-only, mountable", V_RONLY },
{ "ru", "read-only, unmountable", V_RONLY|V_UNMNT },
vt->v_part[0].p_flag = V_UNMNT | V_RONLY;