I've been tracking RELENG for quite a few years, and I notice two things have changed from RELENG_8 --> RELENG_9: /cdrom is no longer created, and /dev/cd0 seems pointless. In the past /cdrom was always defined in fstab(5) thusly:
or
and things just worked (mostly). Slip a CD, or DVD into the drive, and
errm.. huh? But
NOTE: for the record; I do have options CD9660 in all my kernels (it's also defined in GENERIC).
Thank you for all your time, and consideration.
--Chris
Code:
/dev/cd0 /cdrom cd9660 ro,noauto 0 0
Code:
/dev/cd0 /cdrom cd9660 ro,noauto,noatime 0 0
mount /cdrom, and mount(8) exec'd mount_cd9660(8) without complaint. Life was relatively simple. But with RELENG_9, /cdrom is gone. Re-creating it, and re-creating the entry in fstab(5), don't provide the (previous) anticipated functionality; mount /cdrom, results in
Code:
mount: /dev/cd0: Invalid argument
mount -t cd9660 /dev/cd0 /cdrom, and mount_cd9660 /dev/cd0 /cdrom do work, as anticipated. Have I overlooked something in UPDATING. Does anyone know what's changed?NOTE: for the record; I do have options CD9660 in all my kernels (it's also defined in GENERIC).
Thank you for all your time, and consideration.
--Chris