> Having a major problem with the partitions. I got the
> software on the PCPLUS coverdisk. In the accompanying
> article it says that you can use a small amount of disk
> space for the root filesystem, to help reduce errors(?),
> and install the apps on another partition* off
> of the root. How?? The only way I can get the system
> to install the apps is if I have 1 partition for root
> and a swap space.
> PLEASE HELP...
> --
> ________________
> Shaun Nolan.
I don't know which distribution of linux you have (RedHat, Caldera,
SuSE, Slackware...) but generally in the setup program there is a step
in which you can partition (or repartition) the Hard Disk(s). You can
create one or more linux native partition and the swap partition. Then
(in a following step or in the same) you have to specify which are the
mounting points of the partitions you created. In my computer there are
two HD that are seen as /dev/hda (primary master) and /dev/hdb (primary
slave). I have patitioned my hd drives in this way (I specify the file
system type and mount point, too):
/dev/hda1 VFAT (for windows95) mounted at /winC
/dev/hda2 linux swap
/dev/hda3 linux native mounted at /usr/lib
/dev/hdb1 linux native mounted at /
/dev/hdb2 linux native mounted at /usr
/dev/hdb3 linux native mounted at /cdImage
(I use it to copy CDs)
In my case having that kind of partition scheme allows to make access to
the HDs contemporaneously. Say, I have a program which uses a file from
/usr an one from /usr/lib, it can access both in the same time. Same for
swap space and other partition on the other HD.
Bye
Roberto