LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   partition help (https://www.linuxquestions.org/questions/linux-general-1/partition-help-429518/)

scripttron75 03-28-2006 11:58 PM

partition help
 
I want install fedora core 5 on my pc as a server. I have 2 80 gig hard drives. how do I partition the master drive as what and how can share between linux and windows. Should I put the /home on the slave drive so I can share files between my windows PC's and the linux box. how do I setup the scheme in disk druid?

runlevel0 03-29-2006 01:44 AM

Partitioning a server is tricky.

A fisrt approach would be keeping the OS and the data in separate partitions, in a way similar to the /svr partition in SUSE distros... even better if you can use two HDs.
This means putting everything you want to be available from your Win box in this partition/disk and the rest of your linux install in the other partition/disk.

Appart from this, it depends on what kind of settings you want.
You want perhaps take a look at chroot jailing.

operator10001 03-29-2006 06:27 PM

boot
 
i know hot to dual boot linux. would this be helpful to you?
operator

haertig 03-29-2006 08:37 PM

For a server, definitely do some research on LVM (Logical Volume Management). http://www.tldp.org/HOWTO/LVM-HOWTO/ For things you want to share between Linux and Windows, don't put that on LVM, put it on a seperate FAT32 partition (this assuming you want to write to this shared area from both OS'es). The shared area might by your Linux HOME directory, your Windows "Documents and Settings" directory, a combination of both, or something else.

haertig 03-29-2006 08:43 PM

For a server, I would also recommend breaking out your major filesystems into seperate mountpoints. This would include: /boot, /, /usr, /usr/local, /tmp, /var, /opt, and /home. Other specialized filesystems as well. I even do this for my home and office desktop systems, which many would consider overkill, but I'd consider this multiple mountpoint setup a standard way of doing things for a server.


All times are GMT -5. The time now is 05:16 PM.