Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Haj on October 24, 2002, 05:27:09 AM

Title: Raid1 and Mount
Post by: Haj on October 24, 2002, 05:27:09 AM
See what I have:
- 2 * 80Gb hard drive used for RAID1
- 1 * 30 Gb hard drive (/dev/hdd)

mount /dev/hdd /mnt/hdd

We have a lot of Mp3 but I don't want them to be on the Raid1 one system. I have putted them in /mnt/hdd/Ibays/mp3 (on the 30Gb hard drive) and I use this to have them in my mp3 Ibay:
mount --bind /mnt/hdd/Ibays/mp3 /home/e-smith/files/ibays/mp3/html/

Will I have my mp3s mirrored by Raid1 doing that way ???
Title: Re: Raid1 and Mount
Post by: Nathan Fowler on October 24, 2002, 11:13:53 PM
My first guess would be no, since you are mounting an separate device to the filesystem.

This guess is based on the behavior exhibited while mounting devices such as CD-ROMs, Floppys, and SMBFS.

Hope this helped.

Nathan