EJECT(1) | User Commands | EJECT(1) |
eject - eject media such as CD-ROM and floppy from drive
eject [-dflqt] [ [device | nickname]]
The eject utility is used for those removable media devices that do not have a manual eject button, or for those that might be locked due to, for instance, being mounted. The device may be specified by its name or by a nickname. If no device is specified, the default device is used.
Only devices that support eject under program control respond to this command.
When eject is used on media that can only be ejected manually, it does everything except remove the media, including unmounting the file system if it is mounted. In this case, eject displays a message that the media can now be manually ejected.
Do not physically eject media from a device that contains mounted file systems. eject automatically searches for any mounted file systems that reside on the device, and attempts to umount them prior to ejecting the media. See mount(8). If the unmount operation fails, eject prints a warning message and exits. The -f option can be used to specify an eject even if the device contains mounted partitions.
If you have inserted a floppy diskette, you might need to use volcheck(1) before ejecting the media to inform the system the floppy's presence.
Pressing the physical media eject button located on some drives' front panel has the same effect as invoking eject for the respective drive. Not all drives have this capability.
The following options are supported:
-d
-f
-l
-q
-t
Not all devices support this command.
The following operands are supported:
device
nickname
Volume label or device type (for example, cdrom or floppy0) can be used as a nickname.
Example 1 Ejecting Media
The following example ejects media by its volume label:
example> eject 'My Pictures'
Example 2 Ejecting a Floppy Disk
The following example ejects a floppy disk from the first floppy drive:
example> eject floppy0
The following exit codes are returned:
0
1
2
3
4
/dev/diskette0
/dev/sr0
September 8, 2009 | OmniOS |