Home Projects Open Source Configure FreeBSD
Subscribe:
Feeds allow you to keep up on changes, click this button to watch this site.
Configure FreeBSD PDF Print E-mail
Written by Josh More   
Friday, 02 November 2007 21:36

What follows are general notes that I made when installing FreeBSD. This page should not be perceived as a guide.  If you need a guide, I recommend that you use FreeBSD 6 Unleashed Instead, use this page is you need a reference that presumes knowledge of *nix.

 


  • Unlike in Linux, you cannot just su to root as any user. You must first add that user to the wheel group.
  • Disks are named based on driver name, disk number, physical partition, FreeBSD partition. For example, on the device using the driver twed, using the second disk, and the fourth partition, You would have the device /dev/twed1s4. Normal IDE device is named ad.
  • To add ext2 handling to FreeBSD, do the following (reference):
    1. Run /stand/sysinstall
    2. Select Configure -> Distributions -> src -> sys
    3. Select Configure -> Distributions -> src -> base
    4. Select OK
    5. Select FTP Server
    6. cd /usr/src
    7. make KERNCONF=GENERIC buildkernel
    8. make KERNCONF=GENERIC installkernel
  • FreeBSD does not allow exporting ext2 volumes over NFS. This made it poorly suited to my file server, and I have not experimented with the OS any further.
 
Social Bookmarks: These icons link to social bookmarking sites where readers can share and discover new web pages.