RE: [Freevo-users] mounting remote fs's

2004-09-01 Thread Mick
John, can you move that to the 1.5.x section of configuration?  I think its
a better place.

Mick

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of John
 Molohan
 Sent: Monday, 30 August 2004 9:30 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [Freevo-users] mounting remote fs's


 Thanks for this. I've added it to the tips and tricks on the wiki.

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf
  Of Robert Winder
  Sent: 30 August 2004 06:20
  To: [EMAIL PROTECTED]
  Subject: Re: [Freevo-users] mounting remote fs's
 
 
  Monday, August 30, 2004, 6:29:56 AM, Mick wrote:
 
 
   Well using option II with success. Some of mine config
  files to get you going.
  
   Great, thanks for the feedback..  I think I  must have some system
   issues then.  Just noticed when trying /etc/init.d/autofs
  restart I
   get a !! error when trying to shut down.  Same with stop.
 
  I vaguely recall that i had the same issues in the beginning,
  not sure what solved it though, sorry.
 
   Trying from the command line (automount dirname
   /etc/autofs/auto.smbnet) Returns nothing and when grepping
  for process
   I see nothing (ps aux | grep automount is empty) Can you
  grep for the
   same and tell me what you see??
 
   5410 ?S  0:00 /usr/sbin/automount --timeout 30
  /smbnet file /etc/autofs/auto.smbnet
 
   cat /etc/autofs/auto.master
   cat /etc/autofs/auto.smbnet
 
   Mine are the same.. Tell me, have you created all the dirs?  Which
   dirs are automagically made by autofs?
 
  You don't have to create any dirs, autofs will do that for you.
 
   local.conf.py
  
   VIDEO_ITEMS = [ ('Movies', '/media/movies/Films'),
   ('XP movies','xp:/smbnet/xp'),
   ('Jazz captures', '/media/movies/Jazz'),
   ('Storage movies','storage:/smbnet/storage')]
  
   Notice the hostname xp or storage before the path, it
  tries to ping
   the hostname and when succesfull the entry shows up in the menu.
  
   Thanks for this.  How does storage go if this is not a
  pingable device?
 
  Well leave it out then, it does show up in the menu i believe
  but you can't enter it.
 
   Good luck.
  
   ;-)
  
   Mick
 
 
  /Robert
 
 
 
  ---
  This SF.Net email is sponsored by BEA Weblogic Workshop FREE
  Java Enterprise J2EE developer tools!
  Get your free copy of BEA WebLogic Workshop 8.1 today.
  http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
  ___
  Freevo-users mailing list
  [EMAIL PROTECTED]
 


 ---
 This SF.Net email is sponsored by BEA Weblogic Workshop
 FREE Java Enterprise J2EE developer tools!
 Get your free copy of BEA WebLogic Workshop 8.1 today.
 http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
 ___
 Freevo-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/freevo-users



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] mounting remote fs's

2004-08-29 Thread Mick
Just a poll to gather opinions..

What would you guys usefor this scenario:

I have a (windows) laptop which holds some music and video files, and then I
have my freevo box connected via remote.  I'm looking for a method to mount
the laptops shares as readonly when it is available, and then remove the
mount when it is not..

The optoins I have found are:
i) a cron job
ii) automount + autofs (I tried and failed last night, i can't seem to find
any documentaiton for mounting a not NFS share??)
iii) supermount (seems just as hard a automount.. need to path kernel.)
iv) your suggestions or comments welcome ;-)

Mick



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] mounting remote fs's

2004-08-29 Thread Robert Winder

Hi mick,

Sunday, August 29, 2004, 4:57:10 PM, Mick wrote:

 Just a poll to gather opinions..

 What would you guys usefor this scenario:

 I have a (windows) laptop which holds some music and video files, and then I
 have my freevo box connected via remote.  I'm looking for a method to mount
 the laptops shares as readonly when it is available, and then remove the
 mount when it is not..

 The optoins I have found are:
 i) a cron job
 ii) automount + autofs (I tried and failed last night, i can't seem to find
 any documentaiton for mounting a not NFS share??)
 iii) supermount (seems just as hard a automount.. need to path kernel.)
 iv) your suggestions or comments welcome ;-)

Well using option II with success. Some of mine config files to get you going.

cat /etc/autofs/auto.master
# $Id: auto.master,v 1.1 2000/08/08 17:53:33 achim Exp $
# Sample auto.master file
# Format of this file:
# mountpoint map options
# For details of the format look at autofs(8).
/smbnet /etc/autofs/auto.smbnet --timeout=30


cat /etc/autofs/auto.smbnet
# $Id: auto.misc,v 1.2 2002/10/27 05:21:15 bcowan Exp $
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# Details may be found in the autofs(5) manpage
#boot   -fstype=ext2:/dev/hda1
#cd -fstype=iso9660,ro  :/dev/cdrom
#floppy -fstype=auto:/dev/fd0
xp  -fstype=smbfs,users,ro,username=someuser,password=somepass   ://xp/DIVX
storage -fstype=smbfs,users,rw,username=someuser,password=somepass   
://storage/Storage
camera  -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000  :/dev/sda1

local.conf.py

VIDEO_ITEMS = [ ('Movies', '/media/movies/Films'),
('XP movies','xp:/smbnet/xp'),
('Jazz captures', '/media/movies/Jazz'),
('Storage movies','storage:/smbnet/storage')]

Notice the hostname xp or storage before the path, it tries to ping
the hostname and when succesfull the entry shows up in the menu.

Good luck.


 /Robert





---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] mounting remote fs's

2004-08-29 Thread Mick

 Well using option II with success. Some of mine config files to get you going.
 
Great, thanks for the feedback..  I think I  must have some system
issues then.  Just noticed when trying /etc/init.d/autofs restart I
get a !! error when trying to shut down.  Same with stop.  

Trying from the command line (automount dirname /etc/autofs/auto.smbnet)
Returns nothing and when grepping for process I see nothing (ps aux |
grep automount is empty)

Can you grep for the same and tell me what you see??

 cat /etc/autofs/auto.master
 cat /etc/autofs/auto.smbnet

Mine are the same.. Tell me, have you created all the dirs?  Which dirs
are automagically made by autofs?

 local.conf.py
 
 VIDEO_ITEMS = [ ('Movies', '/media/movies/Films'),
 ('XP movies','xp:/smbnet/xp'),
 ('Jazz captures', '/media/movies/Jazz'),
 ('Storage movies','storage:/smbnet/storage')]
 
 Notice the hostname xp or storage before the path, it tries to ping
 the hostname and when succesfull the entry shows up in the menu.
 
Thanks for this.  How does storage go if this is not a pingable device?

 Good luck.
 
;-)
 
Mick


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] mounting remote fs's

2004-08-29 Thread Robert Winder

Monday, August 30, 2004, 6:29:56 AM, Mick wrote:


 Well using option II with success. Some of mine config files to get you going.
 
 Great, thanks for the feedback..  I think I  must have some system
 issues then.  Just noticed when trying /etc/init.d/autofs restart I
 get a !! error when trying to shut down.  Same with stop.

I vaguely recall that i had the same issues in the beginning, not sure
what solved it though, sorry.

 Trying from the command line (automount dirname /etc/autofs/auto.smbnet)
 Returns nothing and when grepping for process I see nothing (ps aux |
 grep automount is empty)
 Can you grep for the same and tell me what you see??

 5410 ?S  0:00 /usr/sbin/automount --timeout 30 /smbnet file 
/etc/autofs/auto.smbnet

 cat /etc/autofs/auto.master
 cat /etc/autofs/auto.smbnet

 Mine are the same.. Tell me, have you created all the dirs?  Which dirs
 are automagically made by autofs?

You don't have to create any dirs, autofs will do that for you.

 local.conf.py
 
 VIDEO_ITEMS = [ ('Movies', '/media/movies/Films'),
 ('XP movies','xp:/smbnet/xp'),
 ('Jazz captures', '/media/movies/Jazz'),
 ('Storage movies','storage:/smbnet/storage')]
 
 Notice the hostname xp or storage before the path, it tries to ping
 the hostname and when succesfull the entry shows up in the menu.
 
 Thanks for this.  How does storage go if this is not a pingable device?

Well leave it out then, it does show up in the menu i believe but you
can't enter it.

 Good luck.
 
 ;-)
 
 Mick


/Robert



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users