Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2003 12:24:14 +0800
From:      Robert Storey <y2kbug@ms25.hinet.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: PPP troubles SOLVED!!!
Message-ID:  <20030630122414.3d268e15.y2kbug@ms25.hinet.net>
In-Reply-To: <20030630024920.46342.qmail@web40413.mail.yahoo.com>
References:  <20030626154508.7359337B416@hub.freebsd.org> <20030630024920.46342.qmail@web40413.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 29 Jun 2003 19:49:20 -0700 (PDT)
RexFelis <catlord17@yahoo.com> wrote:


> Here's what I did.  I copied the contents of
> /etc/ppp from my Linux partition to my Windows
> partition and then compared each corresponding
> file to it's freebsd counterpart.  And what I
> found was that my resolv.conf files were
> different - the DNS nameserver address had been
> changed under Linux!

Although using a Windows FAT32 partition is one way to share data
between Linux and FBSD, if you're recompiling your FBSD kernel you might
consider adding support for the Linux ext2 filesystem. You need a line
like this in your kernel source:

  options		EXT2FS

You'll get a quaint warning about how you are about to "contaminate"
your kernel with GPL code. Nevertheless, it will compile fine, and after
installing the new kernel you'll be able to mount ext2 and ext3
partitions from FBSD. The advantages of not using FAT32 includes, among
other things, allowing you to preserve permissions when moving files
between FBSD and Linux.

regards,
Robert



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030630122414.3d268e15.y2kbug>