Under OpenBSD, /dev/rsd0a means:
- raw access
- to the first, or root, slice (a)
- of the first (0) SCSI (sd) disk
r says that the device is accessed in raw, character mode instead of the standard block access. Are there other known special prefixes like this one, or is it the only one?