Quote:
Ok, so do I have to make a swap partition and all that junk or can I:
Resize down to approx 28 gigs for Windows, and use 10 for FC3?
Or will I need to create all the swap files and extra filesystems like codejockey has??
|
You will need a minimum of two partitions for Linux -- one for swap, and another for all of your files. You do not need to break things up as I have done.
Quote:
|
My Windows is connected to the net thru my dad's and my printer is connected to my comp. I am keeping Windows... so... will the network settings still be there in Linux and Windows?
|
You will need to configure Linux to operate on your network; your Windoze settings should remain intact.
Quote:
|
Ah I see. You will need to re-do the network settings, which is done in Samba.
|
You need samba to configure resource sharing between Windoze and Linux machines. You do not need samba in order to configure Linux networking.
Quote:
|
Awww........ so what is Samba.... is it on FC3 and is it easy to use?
|
Samba is typically provided with your Linux distribution, and if not, is easily retrieved from a mirror site. Samba consists of two major parts: (1) the samba daemons (smbd and nmbd) and (2) other utilities. The daemons handle requests from Windoze machines to use Linux resources (printers, files, etc.); if you want to share Linux resources with Windoze machines, you would typically configure the daemons to execute automatically when Linux is booted. The utilities allow Linux to use Windoze resources and generally don't require any special configuration.
In general, samba is transparent once you get it configured correctly (which can be a bit of a pain).
Hope this helps.