cparker;315209 Wrote: 
> Hi, What is the correct filepath structure with linux?
> Like with windows you have c:\my docs and \\myfiles\music for shares /my 
> docs/ should work.

Shares are mounted and thereafter asppear as part of the local
filesystem eg my library is stored on my NAS at /raid/data/AudioLIB. 
To my Ubuntu PC that same library appears to all programs running on
the PC as /media/N5200PRO.  I guess that means that from a program's
perspective there is no distinguishing between a regular path and a
share.

the mount command generally takes the form of 
Code:
--------------------
    mount device_to_mount mount_point
--------------------
 so in my case I'm basically telling Ubunti to mount device
192.168.168.100:/raid/data/AudioLIB to /media/N5200PRO.

Note: I've ommitted other mount syntax not relevant to answering your
question.  Anyone looking for more info re using mount google +mount
+linux


-- 
egd

Internet forums: conclusive proof depth of gene pool is indeed variable,
monkeys can be taught to cut code, and world peace is utterly
unrealistic...

Integrating MusicIP with SqueezeCenter...'*here's how*'
(http://wiki.slimdevices.com/index.php/Integrating_MusicIP_with_SqueezeCenter).
------------------------------------------------------------------------
egd's Profile: http://forums.slimdevices.com/member.php?userid=3425
View this thread: http://forums.slimdevices.com/showthread.php?t=49226

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to