On Sat, 19 Dec 2015 13:59:38 -0700, thelma@sys-concept.com wrote: > This is my fstab: > /dev/hda1 /boot ext2 > noauto,noatime 1 > 1 /dev/hda3 / ext3 > noatime 0 1 /dev/hda2 > none swap sw 0 > 0 /dev/hda4 /home ext3 > noatime 0 1 > > /dev/hdd /mnt/cdrom auto > noauto,ro,users 0 > 0 /dev/hdd /mnt/dvdr auto > noauto,users 0 0 > > # Scanner > none /proc/bus/usb usbfs defaults,devmode=0666 0 0 > > none /proc proc > defaults 0 0 Just a wild guess, but you're trying to mount /proc/bus/usb before mounting /proc. systemd takes care of such things but I think with openrc local mounts are mounted in the order they appear in fstab. Try switching the lines. -- Neil Bothwick "I'm Not Sure If I'm Homosexual", Said Tom, Half In Earnest.