> > On Thursday 31 August 2006 10:09, Boris Samorodov wrote: > > On Thu, 31 Aug 2006 00:22:03 +0100 RW wrote: > > > Can't confirm that the problem exists: > > $ uname -a > > FreeBSD srv.sem.ipt.ru 6.1-STABLE FreeBSD 6.1-STABLE #2: Wed May 17 > > 23:26:59 MSD 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SRV i386 > > > > But what do you mean "/usr isn't mounted at that point?". Have you > > read man fstab? > > Probably I mistinterpreted man fstab, but it's complaining that /compat/linux > doesn't exist even though it does: > > ls -ld /compat /usr/compat /usr/compat/linux > lrwxr-xr-x 1 root wheel 10 Jun 7 2005 /compat -> usr/compat > drwxr-xr-x 3 root wheel 512 Jun 8 2005 /usr/compat > drwxr-xr-x 22 root wheel 512 Aug 22 03:51 /usr/compat/linux
I haven't followed this thread, so I may be way off here, but... In the above, /compat is a link to usr/compat. (note the -> symbol) I suspect that you cannot mount on a link, and that mount doesn't follow links. You probably would have to mount on /usr/compat directly or make /compat a real directory and not a link or something. ////jerry > > > > > BTW I'm running 6.1 (upgraded from an original 5.3 install) > > > > Usually an output of "uname -a" is much more informative here. 6.1 may > > mean release, release + security patches, stable... And a platform > > also is of interest here. > > 6.1-RELEASE-p4 i386 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"