On Fri, Apr 1, 2016 at 8:21 PM, Joe Zeff <joe@xxxxxxx> wrote:
On 04/01/2016 08:05 AM, Paul Schroeder wrote:
I tried both. Neither solution seemed to keep the mount from happening.
Have you considered using umount to remove the unwanted mount in /etc/rc.d/rc.local? It's not exactly elegant, but it should do the trick.
Yea. That won't really work:
# umount /dev
umount: /dev: target is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
# umount /dev
umount: /dev: target is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org