you are not linking per se. you are just mounting the new partition(s) under an existing partition (/var). i have a similar setup wherein i symlinked /var/tmp to my /tmp partition (1GB) because checkinstall likes to use /var/tmp and my /var is only around 250MB.


this route might not be suitable for your needs because as i understand it you want linux to recognize both partitions as a single unit (e.g. files written directly in /var could be written in either harddisk and that is transparent to the system). LVM addresses this need.

hth.

ciao!

Kirov Reporting writes:

Thnx all for the infos..
I am not really using any LVM


It is a SAN setup . wherein my storage is attached through a fibre channel switch.
the storage is already full , that is mounted as /var of my linux filesystem , so i have to add again another disk which should also be /var.


Will linking the mount points ,just as eric said, destroy the data?

tks..

----- Original Message -----
From: Eric Noel <[EMAIL PROTECTED]>
Date: Thu, 06 May 2004 15:44:18 +0800
To: Philippine Linux Users Group Mailing List <[EMAIL PROTECTED]>
Subject: Re: [plug] adding new disk


<snip>


fdisk /dev/newdevice
partition it
mke2fs -j /dev/newdevice
modify /etc/fstab
something like /dev/newdevice  /mnt/newdrive  ext3  default 2 1
ln -s /mnt/newdrive /var/additionalfolder
<snip>

--
"Programming, an artform that fights back"


Anuerin G. Diaz
Registered Linux User #246176
Friendly Linux Board @ http://mandrakeusers.org/index.php --
Philippine Linux Users' Group (PLUG) Mailing List
[EMAIL PROTECTED] (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to