Tools: MPW
Advanced Search
Apple Developer Connection
Member Login Log In | Not a Member? Support

MPW Command Reference


Mount

Built-in

SYNTAX

Mount drive1 [drive2]…

DESCRIPTION

The Mount command mounts the disks or volumes in the specified drives, making them accessible to the file system. Mounting is normally automatic when a disk is inserted. You can use the command to mount volumes that have been unmounted by Unmount.

INPUT

None

OUTPUT

None

STATUS

Mount can return the following status codes:

0

no errors

1

syntax error

2

any other error

PARAMETERS

drive1 [drive2]…

Specifies one or more drives by number.

OPTIONS

None

EXAMPLES

The following command line mounts the disks in drive 1 and drive 2.

Mount 1 2

SEE ALSO

MountVolume

Unmount[Volume]

Volumes

Eject

 
 


Last Updated July 2000