<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Symbolic Links on Synology DS209+</title>
	<atom:link href="http://www.volkomenjuist.nl/blog/2009/03/07/symbolic-links-on-synology-ds209/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.volkomenjuist.nl/blog/2009/03/07/symbolic-links-on-synology-ds209/</link>
	<description>Juist! Volkomen Juist!</description>
	<lastBuildDate>Sun, 11 Sep 2011 13:03:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: silverback</title>
		<link>http://www.volkomenjuist.nl/blog/2009/03/07/symbolic-links-on-synology-ds209/comment-page-1/#comment-980</link>
		<dc:creator>silverback</dc:creator>
		<pubDate>Wed, 11 Nov 2009 15:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.volkomenjuist.nl/blog/?p=189#comment-980</guid>
		<description>Hmmm, why didn&#039;t you use /etc/fstab ??
see: http://www.tuxfiles.org/linuxhelp/fstab.html
That&#039;s the way to go for ux systems I guess.

e.g. put this in /etc/fstab:

/volumeUSB1/usbshare/usb-music/  /volume1/video/usb-video/  none bind 0 2</description>
		<content:encoded><![CDATA[<p>Hmmm, why didn&#8217;t you use /etc/fstab ??<br />
see: <a href="http://www.tuxfiles.org/linuxhelp/fstab.html" rel="nofollow">http://www.tuxfiles.org/linuxhelp/fstab.html</a><br />
That&#8217;s the way to go for ux systems I guess.</p>
<p>e.g. put this in /etc/fstab:</p>
<p>/volumeUSB1/usbshare/usb-music/  /volume1/video/usb-video/  none bind 0 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorrit</title>
		<link>http://www.volkomenjuist.nl/blog/2009/03/07/symbolic-links-on-synology-ds209/comment-page-1/#comment-432</link>
		<dc:creator>Jorrit</dc:creator>
		<pubDate>Wed, 01 Jul 2009 15:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.volkomenjuist.nl/blog/?p=189#comment-432</guid>
		<description>Editing /usr/syno/etc.defaults/rc.d/S03bootup.sh does not work for me.  Still working on it ;-)



Something else (and I like it): 
mounting does not alter rights

User &quot;Dad&quot;
/volumeUSB1/usbshare/ No acces
/volume1/music/usb-music/ (mounted from /volumeUSB1/usbshare/usb-music/) RW acces</description>
		<content:encoded><![CDATA[<p>Editing /usr/syno/etc.defaults/rc.d/S03bootup.sh does not work for me.  Still working on it <img src='http://www.volkomenjuist.nl/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Something else (and I like it):<br />
mounting does not alter rights</p>
<p>User &#8220;Dad&#8221;<br />
/volumeUSB1/usbshare/ No acces<br />
/volume1/music/usb-music/ (mounted from /volumeUSB1/usbshare/usb-music/) RW acces</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorrit</title>
		<link>http://www.volkomenjuist.nl/blog/2009/03/07/symbolic-links-on-synology-ds209/comment-page-1/#comment-431</link>
		<dc:creator>Jorrit</dc:creator>
		<pubDate>Wed, 01 Jul 2009 14:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.volkomenjuist.nl/blog/?p=189#comment-431</guid>
		<description>This works for Audio Station / FTP / File Station and Samba shares:

 mount --bind /volumeUSB1/usbshare/usb-music/ /volume1/music/usb-music/
and
 mount --bind /volumeUSB1/usbshare/usb-music/ /volume1/video/usb-video/

Only problem to solve is that it doesn&#039;t work after reboot off the DS.


I&#039;ve found this on synlogy forum:
[quote]
I&#039;ve found that editing /usr/syno/etc.defaults/rc.d/S03bootup.sh works like a charm, although perhaps not the most elegant solution. Adding the mounts to the end of that script should do the job.[/quote]
Will try that now. Maybey someone has a beter solotion? I&#039;m ussing externel USB, don&#039;t know what wil happen if that is not connected</description>
		<content:encoded><![CDATA[<p>This works for Audio Station / FTP / File Station and Samba shares:</p>
<p> mount &#8211;bind /volumeUSB1/usbshare/usb-music/ /volume1/music/usb-music/<br />
and<br />
 mount &#8211;bind /volumeUSB1/usbshare/usb-music/ /volume1/video/usb-video/</p>
<p>Only problem to solve is that it doesn&#8217;t work after reboot off the DS.</p>
<p>I&#8217;ve found this on synlogy forum:<br />
[quote]<br />
I&#8217;ve found that editing /usr/syno/etc.defaults/rc.d/S03bootup.sh works like a charm, although perhaps not the most elegant solution. Adding the mounts to the end of that script should do the job.[/quote]<br />
Will try that now. Maybey someone has a beter solotion? I&#8217;m ussing externel USB, don&#8217;t know what wil happen if that is not connected</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorrit</title>
		<link>http://www.volkomenjuist.nl/blog/2009/03/07/symbolic-links-on-synology-ds209/comment-page-1/#comment-421</link>
		<dc:creator>Jorrit</dc:creator>
		<pubDate>Sun, 28 Jun 2009 14:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.volkomenjuist.nl/blog/?p=189#comment-421</guid>
		<description>Audio station works, thanks !

FTP server also goes bad:

Command:	CWD /music/usb-music
Response:	550 No such file or directory.
Error:	Failed to retrieve directory listing</description>
		<content:encoded><![CDATA[<p>Audio station works, thanks !</p>
<p>FTP server also goes bad:</p>
<p>Command:	CWD /music/usb-music<br />
Response:	550 No such file or directory.<br />
Error:	Failed to retrieve directory listing</p>
]]></content:encoded>
	</item>
</channel>
</rss>

