CD-ROM


[Home] Home > Retro Systems > Digital > OSF/1 > Tricks > CD-ROM

Mounting CD-ROMs

If the CD-ROM is attached to SCSI LUN 7, then the following will do the trick:

mount -r /dev/rz6c /path/to/mount

In OSF/1, disks are identified by their device ID which usually starts with 0 (e.g. the SCSI LUN)

You might need to use the following type flag if the CD is ISO 9660.

-t cdfs

Copyright © 2010-2024 Paul Ward.
License Information