Re: Mounting Linux Procfs at Boot




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 bsam@xxxxxxxxxxxxxx:/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@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"


_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • panic: smbiod
    ... # mount | grep smbfs ... # dmesg -a ... # uname -a ...
    (freebsd-stable)
  • Writing to a mounted NTFS drive
    ... I have a mounted an NTFS partition that is set as "rw" in fstab. ... here is the output of my uname -a ... Gil A. Virtucio ...
    (freebsd-questions)
  • Re: Mounting Linux Procfs at Boot
    ... read man fstab? ... If you show us what did you misinterpret, we may be able to help you. ... Usually an output of "uname -a" is much more informative here. ... Boris Samorodov (bsam) ...
    (freebsd-questions)
  • Re: Backing up
    ... Linux rev 1.0 ext2 filesystem data ... # mount /linux ... # uname -a ...
    (freebsd-questions)
  • Re: Mounting Linux Procfs at Boot
    ... On Thursday 31 August 2006 10:09, Boris Samorodov wrote: ... Probably I mistinterpreted man fstab, ... Usually an output of "uname -a" is much more informative here. ... And a platform ...
    (freebsd-questions)