Hi,
Yes, just make sure you mount the second hdd at:
/home/e-smith/files/ibays
From:
http://www.star-support.com/downloads/mitel/contrib/Linux-HA/SME%20High%20Availability%20How-To.html-----------------------------------------------------------
Now we’re ready to install the second Hard disk. Power down the servers and physically install the drive on the second IDE channel as Master Drive. Normally IDE 1 Master=hda, Slave=hdb and IDE 2 Master=hdc, Slave=hdd. So in our case the new drive will be device /dev/hdc.
You can also use a drive with data on them. Just connect it like explained above, and continue with preparing the mount point below.
New Drive without existing data:
We will only make 1 partition for the whole drive although more are possible. We’re going to use fdisk to partition and prepare the new drive so type fdisk /dev/hdc on the console.
§ delete all current partitions with option d followed by the partition number.
§ create a new partition with the n option, followed by option p followed by option 1
§ write the partition information by option w
§ create a the filesystem on your new partition mkfs –ext2 /dev/hdc1
Preparing the mount point
We will use /home/e-smith/files/ibays/data/files as the mount point for our drive. To prepare it cd to the directory /home/e-smith/files/ibays/data
enter: chown root.shared files
enter: chmod 0775 files (or different permissions according to your wishes)
-------------------------------------------------------
- edit fstab to enter the extra hdd and make it available at boot time
Hope it helps a bit.
Regards,
guestHH