could the open-source / bsd guys here post a list of faq's abt bsd , how similar/different it is from other linux , sys req , r drivers for linux , bsd same , any boot probs with bsd/win/linux etc and much more . and also will be helpful on whats in this version of free B given in the dvd was eager to install the freebsd which came with the dvd , but thought better find out something b4 installing another os among the ocean already installed
I have been using FreeBSD for quite some time, let's see... Well, the FreeBSD's official mailing list is the best support center that you can have.... but we dont really have any such official indian (or india based) mailing list... the FreeBSD-Newbies mailing list is what you can start from... there are quite a helpful ppl willing to help.... that apart, you can go through its official FAQ and Getting started guides... Click here for BSD Manual: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html Click here for FAQ: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html Otherwise, remember Google is my best friend !!! I'm talking about FreeBSD in particular,( haven't got the CDs of NetBSD or OpenBSD so can't say much about them !!! ) but its Installer is quite cryptic especially the partitioning tool.... As for your hardware support goes, well cross your fingers... my comp uses all generic hardware, but otherwise getting drivers can be a problem since you have to get the BSD port of it, mainly from the FreeBSD site.... Me not a subscriber, but i have an installation of FreeBSD 5.2.1
ok that was scary enuf for me to postpone my installation . i dont wanna screwy my mbr . too sensitive . i dont even install bootloaders that come with other linux . nyways , does f-bsd screw anything with my win partitions ??? . just burnt both the cd's and fiddled and added more files to second iso to fill it up to 700 . will that create probs with my installation ??
the thing that made me think twice abt it is was the Freebsd mascot had a tail like an arrow and it was pointing towards "DOOM" on the cover . i took it as a sign . ok if i create a partition from another linux version i got installed and not load the freebsd bootloader , if such an option exists will i be ok ?? i might try it tommorow , i just want to know if i wont screw my partitions even if i stop installation anywhere in the middle .
Nothing like that... that Daemon mascot is the original BSD mascot that represents the Daemons (services/processes) that work for you in background... its supposed to be cute and not scary... Nope... FreeBSD needs a separate Primary partition for itself in UFS filesystem... inside that you have to create seperate partitions for /boot, /usr, /tmp, /etc and /swap .... all these are seperate partions rather than just directories... FreeBSD installation proceeds in three steps, if you are able to get past the first stage then you should start enjoying as your base system is installed atleast... Anyways, nothing will be written to the disk if you dont press on Yes twice... Anyways I wish you GOOD LUCK.... i know you are going to need it....
does anyone tell me how to install F-BSD. I am running win XP SP1 with two partitions. I dont know anything about OS installation.
In case you do not know any thing about os installation as you claim, i would suggest that you "wet your feet" with linux gain some experience and then move on to BSD.
The second ISO which is of 262 mb(compressed), when extracted is of more than 700 mb! How am i going to write it into a cd?
i just added around 400mb of file to the iso and burnt the cd . i dont think u need to extract the 2nd cd to burn it
parition sizes okay... i have free space for a primary partition for FreeBSD. I allocated 2GB for / 512MB for swap and 200M for /usr still then the installer says that the filesystem is full!!! What partitions will i need to make and how much space should i allocate them. i am installing ALL the packages.
Re: parition sizes It would be hard to individually allocate each slice to different directories .... you have to take care of /tmp, /usr, /etc, / and swap .... There's an option in the slice manager wherein you highlight the free primary partition and press 'A' to autoallocate slices.... just look for that option...
to be on the safer side , can i used loadlin to load freebsd /debian sarge so that i wont screw my mbr . any utility in windows which will allow me to make a logical partition to primary , other than partition magic (it screws my system) . any freeware to bakup my mbr too in case disaster strikes ??
use dd command to backup mbr to floppy dd if=/dev/hdX of=/dev/fd0 bs=512 count=1 Replace X with your drive. To restor MBR dd if=/dev/fd0 of=/dev/hdx bs=512 count=1 To backup to file dd if=/dev/hdX of=/tmp/mymbr.backup bs=512 count=1