OK, i've searched the forum and used a lot of the information available to successfully add a second drive. I've also mounted the drive as one of my iBays. However, I have a little problem with the way the ibay is being enumerated.
Here's what I did:
I created an iBay named 'video'. I then mounted the second hard drive as that ibay: /home/e-smith/files/ibays/video
The fstab looks like this:
LABEL=/1                /                       ext3    usrquota,grpquota        1 1
LABEL=/boot             /boot                   ext3    defaults        1 2
none                    /dev/pts                devpts  gid=5,mode=620  0 0
/dev/cdrom              /mnt/cdrom              iso9660 noauto,owner,ro 0 0
/dev/fd0                /mnt/floppy             auto    noauto,owner    0 0
none                    /proc                   proc    defaults        0 0
none                    /dev/shm                tmpfs   defaults        0 0
/dev/sda2               swap                    swap    defaults        0 0
/dev/sdb1               /home/e-smith/files/ibays/video ext3    defaults 1 2
df -h results in this:
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda3              33G  5.9G   25G  19% /
/dev/sda1              97M   14M   78M  15% /boot
none                  125M     0  124M   0% /dev/shm
/dev/sdb1              67G   29G   34G  46% /home/e-smith/files/ibays/video
Now, after connecting to the ibay from a windows machine I noticed that there had been a change to the directory structure by the server. When accessing the ibay I was presented with a folder named ibay which contained the usual three folders of html, cgi-bin and files. So, I have a tree of /home/e-smith/files/ibays/video/ibay/
This is not so good. What I want to do is be able to connect to the ibay and be directly in the main files folder. Now, I know I can specify the subfolder when I map the ibay from a windows machine but this results in a default share name of 'files on server\video\ibay'. I know you can rename the share but on every reboot that custom name is lost.
Obviously, this is linked to the way the second drive has been mounted to the ibay. What I really wanted to do was to have a folder in / on sdb1 named video and mount that folder as the video ibay folder on sda3 as I'd like to have another ibay on sdb1 in addition to video. However, I can't find a way to mount a folder to a folder. Not sure if symlinking is a suitable solution here.
Can anyone help me out here? I don't want to mount the whole ibay tree onto the second drive as I have 33GB of space on the primary drive which can service some ibays. I just want to split the location of the ibays across several drives and for it to appear to be seamless when accessing from a Windows box.