<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>VolkomenJuist.nl &#187; Symbolic links</title>
	<atom:link href="http://www.volkomenjuist.nl/blog/tag/symbolic-links/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.volkomenjuist.nl/blog</link>
	<description>Juist! Volkomen Juist!</description>
	<lastBuildDate>Mon, 18 Jul 2011 20:00:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Symbolic Links on Synology DS209+</title>
		<link>http://www.volkomenjuist.nl/blog/2009/03/07/symbolic-links-on-synology-ds209/</link>
		<comments>http://www.volkomenjuist.nl/blog/2009/03/07/symbolic-links-on-synology-ds209/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 13:33:08 +0000</pubDate>
		<dc:creator>Stefanovich</dc:creator>
				<category><![CDATA[Synology]]></category>
		<category><![CDATA[DS209+]]></category>
		<category><![CDATA[Symbolic links]]></category>

		<guid isPermaLink="false">http://www.volkomenjuist.nl/blog/?p=189</guid>
		<description><![CDATA[Synology&#8217;s Disk Station Manager (DSM) creates folders (e.g. volume1/music) for you when you activate e.g AudioStation or iTunes. Currently there is no possiblity to change this. But what if you want to use your own folder structure? The solution is to use Symbolic links. This article describes how you can do this. Because I also have a NMT (HDX-1000) [...]]]></description>
			<content:encoded><![CDATA[<p>Synology&#8217;s Disk Station Manager (DSM) creates folders (e.g. volume1/music) for you when you activate e.g AudioStation or iTunes. Currently there is no possiblity to change this. But what if you want to use your own folder structure? The solution is to use Symbolic links. This article describes how you can do this.</p>
<p><span id="more-189"></span></p>
<p>Because I also have a NMT (HDX-1000) I created a Multimedia folder which I shared. Reason for this is that I only had to create one mapping via NFS and not for every folder (music / video / etc.).</p>
<p>Currently I have the following structure<br />
Multimedia<br />
Multimedia/Music<br />
Multimedia/Video</p>
<h3>1. Synology DSM</h3>
<p>1. Login as Administrator.<br />
2. Go to network services, Web services<br />
3. Enable Audiostation and press OK. (DSM automatically creates a /volume1/music folder)</p>
<h3>2. Putty</h3>
<p>I assume that you have Putty installed, otherwise you can download it <a href="http://www.volkomenjuist.nl/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jaGlhcmsuZ3JlZW5lbmQub3JnLnVrL35zZ3RhdGhhbS9wdXR0eS9kb3dubG9hZC5odG1s">here</a>.</p>
<p>1. Open Putty and login with username &#8220;root&#8221; and your administrator password.<br />
2. Type <code>cd /volume1</code> and press Enter<br />
3. When you type <code>dir</code> and press Enter you will see a folder &#8220;music&#8221;.<br />
4. Type <code>rm -r /volume1/music</code> and press Enter to remove the &#8220;music&#8221; folder.<br />
5. Type <code>ln -s /volume1/Multimedia/Music /volume1/music</code> and press Enter to create a symbolic link. (Note: uppercase/lowercase)<br />
6. Type <code>dir</code> and press enter and you will see a music folder with &#8220;-&gt; /volume1/Multimedia/Music&#8221; behind it.</p>
<div id="attachment_190" class="wp-caption aligncenter" style="width: 676px"><img class="size-full wp-image-190" title="putty-symbolic-link" src="http://www.volkomenjuist.nl/blog/wp-content/uploads/2009/03/putty-symbolic-link.jpg" alt="Symbolic link" width="666" height="413" /><p class="wp-caption-text">Symbolic link</p></div>
<h3>3. Audio Station</h3>
<p>Copy some MP3 files to the <code>/volume1/Multimedia/Music</code> folder. When you&#8217;re done login to audio station and go to the library. Now you don&#8217;t see any files yet. This is because the files are not indexed yet.</p>
<h3>4. Synology DSM</h3>
<p>1. Go to network services, iTunes.<br />
2. Press re-index (will take some time)<br />
3. When finished go to the Audio station again and you&#8217;ll see your files.</p>
<p>Note: You don&#8217;t need to have iTunes activated. iTunes uses also the /volume1/music folder, so this will do.</p>
<h3>5. File Station</h3>
<p>When you click on the music folder in File Station I get a message &#8220;System is busy&#8221;. I think File Station can&#8217;t handle symbolic links but I am not sure.</p>
<h3>6. Revert</h3>
<p>1. Remove the Symbolic link by typing <code>rm /volume1/music</code> and press Enter. This doesn&#8217;t remove the /volume1/Multimedia/Music folder!<br />
2. Typ <code>mkdir /volume1/music</code> and press Enter to create a music folder.</p>
<h3>7. Problems</h3>
<p>When you can&#8217;t connect with Putty, make sure you have enabled SSH service. (Network services, Terminal)</p>
<h3>Tip</h3>
<p>Tip: Create also .m3u playlist files for your albums. Those will picked up automatically.</p>
<p> Synology Firmware: DSM 2.0-0731</p>
 <img src="http://www.volkomenjuist.nl/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=189" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.volkomenjuist.nl/blog/2009/03/07/symbolic-links-on-synology-ds209/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

