Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 1997 22:38:59 -0700 (PDT)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Gordon Wang <guelph@tpts5.seed.net.tw>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: kernel rebuilding
Message-ID:  <Pine.BSF.3.96.970915223749.3096W-100000@localhost>
In-Reply-To: <341B95CD.5B2A@tpts5.seed.net.tw>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 14 Sep 1997, Gordon Wang wrote:

> I am a freeBSD2.2.1 user.
> I tried to rebuild my kernel.But when I proceeded "make" .
> I got a message "error code 1" .
> What should I do?

Scroll up several lines until you find the compiler errors, then post
those.

> If I want to copy a text file to my floppy disk in the format of 
> Ms-Dos. What should I do?

mount -t msdos /dev/fd0 /mnt  # disk now appears on /mnt
cp /mnt/file.txt ~/file.txt   # or other destination
umount /mnt  # when done

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major
Spam routed to /dev/null by Procmail    | Death to Cyberpromo




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970915223749.3096W-100000>