illumos mount/eject cdrom dvd driver
— PriyadarshanI was finally able to finalise the installation of the DVD/M-DISC writer on the LISP server (OmniSO).
On that machine, it is available at /dev/dsk/c1t5d0p0
To mount:
mount -F hsfs /dev/dsk/c1t5d0p0 /cdrom
To eject:
eject /dev/dsk/c1t5d0p0
add-f
switch to force it.