NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT MVPMCX2 and other NMT stuff v
« Previous 1 … 25 26 27 28 29 … 37 Next »
DVD ISO's from a non-windows share

 
  • 0 Vote(s) - 0 Average
DVD ISO's from a non-windows share
haripj
Offline

Member

Posts: 134
Threads: 17
Joined: Mar 2005
#1
2008-07-17, 10:26 PM
I have my DVD's ripped to a FreeNAS server (which is based on FreeBSD). The FreeNAS mount point is called FreeNAS and contains subfolders like documents, music, photos, movies, etc that have open permissions so all clients on the home network can access them. I was looking at these instructions in the sticky thread -

Quote:Let's say you have a folder called "D:\My DVD Collection" that you want to play DVDs from using GB-PVR. First you make this a Windows share which I will name dvds because I'm lazy. To set it up add the following lines into script.cgi

mkdir /mnt/D:\\My\ DVD\ Collection
mount -t cifs //mydvd_IP/dvds /mnt/D:\\My\ DVD\ Collection -o username=guest,ro

That looks ugly but you only have to set it up once for each location. Notice that each \ is doubled and each space is also preceded by a \ Other characters that need special attention include [ ] { } ( ) " ' and & If you do use these characters it is probably best to test using telnet avoiding some of these characters is best.

Obviously I don't have to make a windows share as in the first step above. Assuming all the permissions are correct, can I just mount the network folder directly? e.g. something like
Code:
mount -t cifs //FREENAS/movies -o username=guest,ro
I'm sure that is wrong, but I'm not quite sure how to make this work.
Any suggestions?
"Nothing succeeds as planned" - Joseph Heller
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#2
2008-07-18, 12:03 AM
Because of the difference between the linux and the Windows file systems you always need to mount the "root" folder with the name as GB-PVR sees it in a Windows format. However GB-PVR can see it with cifs and the PCH can see it as NFS.

The example you have won't necessary work from the PCH either unless FREENAS resolves to a real IP using your DNS.

Martin
ilovejedd
Offline

Member

Posts: 217
Threads: 8
Joined: Apr 2008
#3
2008-10-29, 09:38 PM
Similar dilemma. I have an unRAID server where I will be storing my DVD ISO's. I have a separate machine for use as a GB-PVR server.

The GB-PVR folder sees the DVD share as
//192.168.1.100/DVD/

Do I still need to do the whole mount thing or am I good? If I still need to mount it, what's the proper syntax?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#4
2008-10-29, 10:01 PM
You always need to link or remap thing since the pch doesn't do dvd via http and it won't understand windows reorted back-slash notation You would need.

mkdir /mnt/\\\\192.168.1.100\\DVD

mount -t cifs //192.168.1.100/DVD /mnt/\\\\192.168.1.100\\DVD -o username=...,password=...,ro


Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Windows 8 upgrade bac42x 2 2,730 2012-07-10, 12:09 PM
Last Post: bac42x
  Where to place the mount for dvd share with WOL Sheik Yerbouti 2 1,838 2012-01-24, 10:10 AM
Last Post: Sheik Yerbouti
  Mount problem after windows 7 sleep Sheik Yerbouti 6 2,773 2011-07-05, 06:04 PM
Last Post: Sheik Yerbouti
  Recent IE9 Update and a whole bunch of Windows Updates and PCH-A100 not working jksmurf 1 2,112 2011-04-14, 03:24 PM
Last Post: jksmurf
  Any way to Keep mvpmc share active on NMT for Web Service Invocation form anyhwere? jt25741 2 2,042 2011-04-01, 03:43 AM
Last Post: jt25741
  Help with mounting DVD share in NPVR script Paul_B 3 1,931 2011-01-01, 09:51 PM
Last Post: mvallevand
  Mvpmc share in W7 Sheik Yerbouti 4 2,055 2010-07-29, 09:16 PM
Last Post: mvallevand
  The share folder no longer exists pcostanza 6 2,922 2010-04-07, 11:02 PM
Last Post: pcostanza
  Somehow screwed up my mvpmc share? Firetoad 2 1,771 2010-03-21, 06:29 AM
Last Post: Firetoad
  Stepping up to Windows 7 philly_phenom 19 6,437 2010-03-05, 03:36 AM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode