2018-09-05 13:07:44 +01:00
|
|
|
# eject
|
|
|
|
|
|
|
|
> Eject cds, floppy disks and tape drives.
|
2021-07-09 16:45:55 +02:00
|
|
|
> More information: <https://manned.org/eject>.
|
2018-09-05 13:07:44 +01:00
|
|
|
|
|
|
|
- Display the default device:
|
|
|
|
|
2025-03-23 11:22:42 +02:00
|
|
|
`eject {{[-d|--default]}}`
|
2018-09-05 13:07:44 +01:00
|
|
|
|
|
|
|
- Eject the default device:
|
|
|
|
|
|
|
|
`eject`
|
|
|
|
|
|
|
|
- Eject a specific device (the default order is cd-rom, scsi, floppy and tape):
|
|
|
|
|
|
|
|
`eject {{/dev/cdrom}}`
|
|
|
|
|
|
|
|
- Toggle whether a device's tray is open or closed:
|
|
|
|
|
2025-03-23 11:22:42 +02:00
|
|
|
`eject {{[-T|--traytoggle]}} {{/dev/cdrom}}`
|
2018-09-05 13:07:44 +01:00
|
|
|
|
|
|
|
- Eject a cd drive:
|
|
|
|
|
2025-03-23 11:22:42 +02:00
|
|
|
`eject {{[-r|--cdrom]}} {{/dev/cdrom}}`
|
2018-09-05 13:07:44 +01:00
|
|
|
|
|
|
|
- Eject a floppy drive:
|
|
|
|
|
2025-03-23 11:22:42 +02:00
|
|
|
`eject {{[-f|--floppy]}} {{/mnt/floppy}}`
|
2018-09-05 13:07:44 +01:00
|
|
|
|
|
|
|
- Eject a tape drive:
|
|
|
|
|
2025-03-23 11:22:42 +02:00
|
|
|
`eject {{[-q|--tape]}} {{/mnt/tape}}`
|
|
|
|
|
|
|
|
- Set whether the physical eject button is [i]gnored (`on` prevents ejecting):
|
|
|
|
|
|
|
|
`eject {{[-i|--manualeject]}} {{on|off}}`
|