Storage Group Support?

4 views
Skip to first unread message

niveknaj

unread,
Nov 22, 2010, 8:16:11 AM11/22/10
to MythBoxee
If I have multiple paths specified for my default recordings will
MythBoxee support specifying samba shares to each path?

Erik Kristensen

unread,
Nov 22, 2010, 8:26:42 AM11/22/10
to myth...@googlegroups.com
Unfortunately at this time there is no support for multiple storage
paths unless they are all under the same samba share.

If they are all under the same samba share it might be doable.

-Erik

On Mon, Nov 22, 2010 at 8:16 AM, niveknaj <kevin.tho...@gmail.com> wrote:
> If I have multiple paths specified for my default recordings will
> MythBoxee support specifying samba shares to each path?
>

> --
> You received this message because you are subscribed to the Google
> Groups "MythBoxee" group.
> To post to this group, send email to myth...@googlegroups.com
> To unsubscribe from this group, send email to
> mythboxee+...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/mythboxee?hl=en
>

Native

unread,
Dec 7, 2010, 4:04:51 AM12/7/10
to MythBoxee
You could try to merge your storage disks with mhddfs(fuse) to one big
disk and share this one via samba.

/etc/fstab:
mhddfs#/mnt/video1,/mnt/video2 /mnt/smbvideo fuse
defaults,noauto,user,allow_other 0 0


-Sven

niveknaj

unread,
Dec 8, 2010, 8:42:23 AM12/8/10
to MythBoxee
Thanks Sven. I had to take out "noauto,user" for the combined share
to mount for some reason(I also tried replacing "user" with my user
name without luck).

Native

unread,
Dec 9, 2010, 10:37:12 AM12/9/10
to MythBoxee
noauto .. share is not mounted automaticaly on boot (if like the
automatic mounting behaviour just leave ist replace it with auto)
user .. just allows every non root user to mount the sh/etc/fstab:

On my system the combined directory is mounted to a subdirectory on a
encrypted drive, therefore I have to login into the server, after
booting, and mount the encrypted filesystem manual and only after this
I'm able to mount the fuse drive. I just copied the line from my fstab
and replaced the directory names :D

/etc/fstab:
mhddfs#/mnt/video1,/mnt/video2 /mnt/smbvideo fuse
defaults,allow_other 0 0

should be fine I you prefer auto mount on boot behaviour.
Reply all
Reply to author
Forward
0 new messages