"; $h = &open_console(); &console_cmd($h, "messages"); # Run the command $out = &console_cmd($h, "$mode storage=$in{'storage'}". ($in{'slot_def'} ? "" : " slot=$in{'slot'}")); print $out; print "
\n"; } else { # Something went wrong print "",$text{$mode.'_failed'},"
\n"; } &close_console($h); &webmin_log($mode, $in{'storage'}); &ui_print_footer("mount_form.cgi", $text{'mount_return'});