On Mon, 29 Sep 2003, Rick Sivernell wrote: > I have a second question here. I have a /opt directory where no program will > run without a permission denied. if I umount and remount, all works fine. > > the below is my /etc/fstab, is there something that stands out here to anyone. > > /dev/hda1 /boot ext3 defaults 1 1 > /dev/hda3 / reiserfs defaults 0 1 > /dev/hda2 none swap sw 0 1 > /dev/hda5 /home reiserfs user 0 1 > /dev/hda6 /swdev reiserfs user 0 1 > /dev/hda7 /opt reiserfs user 0 1 > /dev/hda8 /archive reiserfs user 0 1 > /dev/hda9 /test reiserfs user 0 1 > /dev/hda10 /public reiserfs user 0 1
Why are you specifying user? Change it to defaults, or add 'exec'. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Lonni J Friedman [EMAIL PROTECTED] Linux Step-by-step & TyGeMo http://netllama.ipfox.com _______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://mail.linux-sxs.org/mailman/listinfo/linux-users
