man pages section 1: User Commands

Exit Print View

Updated: July 2014
 
 

volrmmount(1)

Name

volrmmount - call rmmount to mount or unmount media

Synopsis

volrmmount [-i | -e] [name | nickname]
volrmmount [-d]

Description

The volrmmount utility calls rmmount(1M) to, in effect, simulate an insertion (–i) or an ejection (–e). Simulating an insertion often means that rmmount will mount the media. Conversely, simulating an ejection often means that rmmount will unmount the media. However, these actions can vary depending on the rmmount configuration and media type.

For example, using default settings, if you insert a music CD, it might not be mounted. However, you can configure rmmount so that it calls workman whenever a music CD is inserted.

The volrmmount utility allows you to override volume management's usual handling of media.

Options

The following options are supported:

–i

Simulates an insertion of the specified media by calling rmmount.

–e

Simulates an ejection of the specified media by calling rmmount.

–d

Displays the name of the default device for volrmmount to handle. This device is used if no name or nickname is supplied.

Operands

The following operands are supported:

name

The name that volume management recognizes as the device's name.

nickname

A shortened version of the device's name. Following is the list of recognized nicknames:

Nickname
Path
cdrom0
/dev/rdsk/cXtYdZ/label
zip0
/dev/rdsk/cXtYdZ/label
jaz0
/dev/rdsk/cXtYdZ/label
rmdisk0
/dev/rdsk/cXtYdZ/label

Files

/dev/volctl

volume management control port

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/storage/media-volume-manager

See also

cpio(1), eject(1), tar(1), rmmount(1M), attributes(5)