See this page for details of the replacement of vold in Solaris Nevada: http://opensolaris.org/os/project/tamarack/
In particular the final ARC case material. From this, you will see one of the new interfaces is svc:/system/filesystem/rmvolmgr:default , which is the new SMF service for handling removable media. So instead of using the /etc/init.d/volmgt script to control the removable volume management service, you would use something like this instead: svcadm disable svc:/system/filesystem/rmvolmgr:default (or simply "svcadm disable rmvolmgr" - svcadm will do its own quick search for installed services that match the string "rmvolmgr" and disable any it finds). The 2 most useful new commands for administering services on Solaris Nevada are svcs and svcadm - see the man pages for details. If you simply run svcs without any parameters it lists all currently enable services on the system. At the top of the list are services with status "legacy_run", which means they were started from an init script, followed by true SMF services - shown as "online". Cheers Andrew. This message posted from opensolaris.org
