Optical disks are two-sided. This means you will need to format both sides before use and you will need to flip the disk (and remount it) to access the second side. You can store approximately 520 Megabytes of data per side.
The erasable-optical disk drive (EOD Drive) is located on the machine bowditch. You will need to login to bowditch in order to manipulate the EOD drive. However, you do not need to be logged into bowditch to access (read from/write to) the disk. You can access the disk for reading and writing by cd'ing to /disks/optical. NOTE: you must mount the optical disk BEFORE attempting to cd to it.
eodmount /dev/eod0g /mntTo see if the disk is mounted, do a df. You should get something similar to the following:
Filesystem kbytes used avail capacity Mounted on /dev/eod0g 622905 9 591751 0% /mntNOTE: The numbers may be different and there will be other lines displayed. The important line is the one starting with /dev/eod0g.
eodmount -u /dev/eod0gNOTE: You cannot be using the optical disk, when you try to unmount it. "Using it" is defined as reading from, writing to, or currently cd'ed to the disk or to /disks/optical.
eodutil eod0 ejectYou can also press the button on the drive to eject the disk.
To format an optical disk use the following series of commands:
cd /disks/opticalNOTE: You can access the disk for reading and writing from any machine on the network.