--- [EMAIL PROTECTED] wrote:

> Hi,
> 
> I'm putting together a storage server for my house. 
> I'd like to
> integrate it with the mythbackend, since that seems
> logical.  I would
> like some advice on how to logically set up the
> directory structures.
> I'm not too familiar with the Linux standard
> directories (like /usr and
> /etc) and so am a little confused where to put
> things.
> 
> My main idea is to use most of the disk space as an
> XFS LVM and mount
> that somewhere.  This partition would hold myth
> recordings, mp3s,
> digital photos, and any other type of storage I can
> think of.  Would it
> be logical to place this under the /usr/share
> directory, like
> /usr/share/media or something?
> 
> Thanks,
> Micah

You can name the mount point anything you want.  I use
/store and then have directories under that called
/store/record , /store/music , /store/video , etc. 
Basically just 
[EMAIL PROTECTED]:/# mkdir /store
[EMAIL PROTECTED]:/# mount /dev/mapper/vg-myth /store
then make all your directories, this assumes you named
your logical volume vg-myth

Howard
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to