On Tuesday 05 March 2013 21:14:47 John Anderson wrote:
> the machines are two different locations...are you saying i can make a
> different drive appear as /var/snd  ??

If I understand your question, yes. Here is an edited version of df -h on my 
machine:

df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda1              14G   12G  1.7G  88% /
/dev/sda5             897M  170M  680M  20% /tmp
/dev/sda6              22G  8.3G   12G  42% /var
/dev/sdb1              38G   28G  7.9G  78% /var/data

/, /tmp, and /var are three different partitions of one drive.

/var/data (could be your /var/snd) is the only partition on a second drive.

you can set this up in /etc/fstab

An edited version of mine is:

 cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# /dev/hda1 -- 
UUID=84559685-f727-4818-a3ec-7620690323d6 / ext3 defaults,errors=remount-ro 0 
1
# /dev/hda5 -- 
UUID=3cb3eed3-96e8-484b-b51c-3c2cbffb795c /tmp ext3 defaults 0 2
# /dev/hda6 -- 
UUID=fb67d332-aa71-4df0-932a-772decebe021 /var ext3 defaults 0 2
# /dev/hda2 -- 
UUID=591a4782-e9b6-4c78-8b42-fc2442724363 none swap sw 0 0
# /dev/hdb1 -- 
UUID=c0980bf5-da30-4f60-9ec7-80604635423c /var/data ext3 defaults 0 0

careful, some things belong on 1 line but are line wrapped.

>
> sorry for the delay in answering, had to do a transmitter run...
>
>
no problem.

all the best,

drew
> ________________________________
>  From: drew Roberts <z...@100jamz.com>
> To: User discussion about the Rivendell Radio Automation System
> <rivendell-dev@lists.rivendellaudio.org> Sent: Tuesday, March 5, 2013 6:36
> PM
> Subject: Re: [RDD] okay, just where did everything go??
>
> On Tuesday 05 March 2013 18:10:16 John Anderson wrote:
> > What I was actually trying to do was make a mirror of the studio air
> > machine, that way I could work on updates here, and transfer them to the
> > air machine in the studio... is that really possible?
>
> If you set up both machines with the same name and ip address, I think so.
> You will not be able to have both on the lan at the same time if you do
> that though.
>
> all the best,
>
> drew
> _______________________________________________
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


_______________________________________________
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

Reply via email to