<?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>Blog of Finster &#187; qnap</title>
	<atom:link href="http://finster.co.uk/category/qnap/feed/" rel="self" type="application/rss+xml" />
	<link>http://finster.co.uk</link>
	<description>Technical Notes</description>
	<lastBuildDate>Sun, 10 Jul 2011 15:04:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Mounting QNAP from Linux</title>
		<link>http://finster.co.uk/2008/12/21/mounting-qnap-from-linux/</link>
		<comments>http://finster.co.uk/2008/12/21/mounting-qnap-from-linux/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 21:24:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[qnap]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=22</guid>
		<description><![CDATA[Accessing the QNAP from Ubuntu is fairly easy. First install &#8220;smbfs&#8221;: - sudo apt-get install smbfsThen it&#8217;s just a matter of creating the relevant directories in /mnt sudo mkdir /mnt/Qdownloadsudo mkdir /mnt/publicsudo mkdir /mnt/Qmultimediasudo mkdir /mnt/Qweb &#8230;and then editing /etc/fstab //192.168.0.2/Qdownload /mnt/Qdownload cifs credentials=/root/.credentials,directio,iocharset=utf8,noacl,noperm,nosetuids,rw//192.168.0.2/Public /mnt/public cifs credentials=/root/.credentials,directio,iocharset=utf8,noacl,noperm,nosetuids,rw//192.168.0.2/Qmultimedia /mnt/Qmultimedia cifs credentials=/root/.credentials,directio,iocharset=utf8,noacl,noperm,nosetuids,rw//192.168.0.2/Qweb /mnt/Qweb cifs credentials=/root/.credentials,directio,iocharset=utf8,noacl,noperm,nosetuids,rw You then [...]]]></description>
			<content:encoded><![CDATA[<p>Accessing the QNAP from Ubuntu is fairly easy.</p>
<p>First install &#8220;smbfs&#8221;: -</p>
<p><span style="font-size:85%;"><span style="font-family: courier new;">sudo apt-get install smbfs</span><br /></span><span style="font-size: 85%;"><span style="font-family: courier new;"><br /></span></span>Then it&#8217;s just a matter of creating the relevant directories in /mnt</p>
<p><span style="font-size:85%;"><span style="font-family:courier new;">sudo mkdir /mnt/Qdownload</span><br /><span style="font-family:courier new;">sudo mkdir /mnt/public</span><br /><span style="font-family:courier new;">sudo mkdir /mnt/Qmultimedia</span><br /><span style="font-family:courier new;">sudo mkdir /mnt/Qweb</span></span></p>
<p>&#8230;and then editing /etc/fstab</p>
<p><span style="font-size:85%;"><span style="font-family:courier new;">//192.168.0.2/Qdownload    /mnt/Qdownload    cifs    credentials=/root/.credentials,directio,iocharset=utf8,noacl,noperm,nosetuids,rw</span><br /><span style="font-family:courier new;">//192.168.0.2/Public    /mnt/public    cifs    credentials=/root/.credentials,directio,iocharset=utf8,noacl,noperm,nosetuids,rw</span><br /><span style="font-family:courier new;">//192.168.0.2/Qmultimedia    /mnt/Qmultimedia    cifs    credentials=/root/.credentials,directio,iocharset=utf8,noacl,noperm,nosetuids,rw</span><br /><span style="font-family:courier new;">//192.168.0.2/Qweb    /mnt/Qweb    cifs    credentials=/root/.credentials,directio,iocharset=utf8,noacl,noperm,nosetuids,rw</span></span></p>
<p>You then need to create a file with your username and password in it: -</p>
<p><span style="font-size:85%;"><span style="font-family:courier new;">sudo vi /root/.credentials</span></span></p>
<p>and put the following in it: -</p>
<p><span style=";font-family:courier new;font-size:85%;"  >username=user<br />password=pass</span></p>
<p>A simple <span style="font-family:courier new;">&#8220;sudo mount -a&#8221;</span> will mount these filesystems ready for use.</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2008/12/21/mounting-qnap-from-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rsync on the QNAP TS-101</title>
		<link>http://finster.co.uk/2008/08/25/rsync-on-the-qnap-ts-101/</link>
		<comments>http://finster.co.uk/2008/08/25/rsync-on-the-qnap-ts-101/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 08:03:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[qnap]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=18</guid>
		<description><![CDATA[rsync is a useful application which synchronizes files and folders between devices. The QNAP TS-101 supports this (with a bit of fiddling). Setting up the QNAPOn the QNAP, go to the &#8220;Remote Replication&#8221; page, and turn on &#8220;Allow remote Rsync server to back up data to NAS&#8221;. (&#8220;Enable backup from a remote server to the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Rsync">rsync</a> is a useful application which synchronizes files and folders between devices. The QNAP TS-101 supports this (with a bit of fiddling).</p>
<p><span style="font-size:130%;">Setting up the QNAP<br /></span><br />On the QNAP, go to the &#8220;Remote Replication&#8221; page, and turn on &#8220;Allow remote Rsync server to back up data to NAS&#8221;. (&#8220;Enable backup from a remote server to the local host.&#8221; should already be set, and the port should be the default of 873)</p>
<p><span style="font-size:130%;">Fixing rsyncd.conf</span></p>
<p>Unfortunately, there seems to be a problem with the rsync configuration file &#8211; the master user is set as &#8220;admin&#8221; which doesn&#8217;t exist (the root user on the QNAP is &#8220;administrator&#8221;).</p>
<p>To fix this, edit <span style="font-family:courier new;">/etc/rsyncd.conf</span> and change: -</p>
<p><span style="font-family:courier new;"> uid = admin</span></p>
<p>to</p>
<p><span style="font-family:courier new;"> uid = administrator</span></p>
<p><span style="font-size:130%;">Listing Remote Folders</span></p>
<p>To check that rsync is allowing connections, go to your client and enter: -</p>
<p><span style="font-family:courier new;">rsync 192.168.0.2::</span></p>
<p>You should get something similar to the following: -</p>
<p><span style="font-family:courier new;">Qmultimedia</span><br /><span style="font-family:courier new;">Qdownload</span><br /><span style="font-family:courier new;">Qweb</span><br /><span style="font-family:courier new;">Qusb</span><br /><span style="font-family:courier new;">Public</span></p>
<p><span style="font-size:130%;">Backing up a directory</span></p>
<p>To back up a directory, its a simple matter of issuing an rsync command. For example: -</p>
<p><span style="font-family:courier new;">rsync -vrltz &#8211;progress &#8211;password-file=<span style="color: rgb(51, 51, 153);">password.txt</span> &#8211;delete &#8211;exclude-from=<span style="color: rgb(51, 51, 153);">excludes.txt</span> &#8220;/cygdrive/<span style="color: rgb(51, 51, 153);">C/users/windows_user/Documents/</span>&#8221;  &#8220;<span style="color: rgb(51, 51, 153);">qnap_user</span>@<span style="color: rgb(51, 51, 153);">192.168.0.2</span>::<span style="color: rgb(51, 51, 153);">qnap_folder/</span>&#8220;</span></p>
<p>where: -</p>
<p>password.txt is a file containing your qnap password<br />excludes.txt is a file containing files not to synchronize<br />C/users/windows_user/Documents is the folder to copy<br />qnap_user is a QNAP user that has access to the remote folder<br />192.168.0.2 is the IP address of the QNAP device<br />qnap_folder is the destination</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2008/08/25/rsync-on-the-qnap-ts-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twonky Supported Clients</title>
		<link>http://finster.co.uk/2008/08/24/twonky-supported-clients/</link>
		<comments>http://finster.co.uk/2008/08/24/twonky-supported-clients/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 00:09:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[qnap]]></category>
		<category><![CDATA[media centre]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=16</guid>
		<description><![CDATA[The latest firmware for the QNAP TS-101 (Version 2.3.0-Build 080618) includes an upgrade to TwonkyMedia V4.4.5 Here&#8217;s a list of compatible clients from their website. Media Players Buffalo LinkTheater (needs firmware update to version 8.32 or higher) Buffalo LinkTheater Wireless (PC-P4LWAG) Digital Rise Xstream Player (video problems with latest firmware)D-Link DSM-320 / DSM-320RD D-LInk DSM-520 [...]]]></description>
			<content:encoded><![CDATA[<p>The latest firmware for the QNAP TS-101 (Version 2.3.0-Build 080618) includes an upgrade to <a href="http://www.twonkyvision.de/">TwonkyMedia </a>V4.4.5</p>
<p>Here&#8217;s a list of compatible clients from <a href="http://www.twonkyvision.de/Products/TwonkyMedia/devices.html">their website</a>.</p>
<p><span style="font-size:130%;">Media Players</span></p>
<p>Buffalo LinkTheater (needs firmware update to version 8.32 or higher) <br />Buffalo LinkTheater Wireless (PC-P4LWAG) <br />Digital Rise Xstream Player (video problems with latest firmware)<br />D-Link DSM-320 / DSM-320RD <br />D-LInk DSM-520 Wireless HD Meda Player <br />Fujitsu Siemens Activy Media Player 150   <br />I-O Data AVeL LinkPlayer2 * <br />iTheater DMS 110<br />Kodak EasyShare EX811/EX1011 <br />Loewe Connect TVs <br />Microsoft Xbox 360 (Video streaming supported from TwonkyMedia 4.2 onwards)   <br />Netgear MP115 <br />Netgear EVA 700 Digital Entertainer <br />Nokia N770        <br />Nokia N800 <br />Philips Streamium SLM5500 Wireless Multimedia Adapter <br />Philips Streamium SL300i     <br />Philips Streamium MX6000 <br />Philips Streamium SL400i <br />Roku Photobridge HD1000       <br />Siemens Gigaset M740 AV <br />SnaZio Digital Media Player <br />Sony PS3    <br />Sony STR-LV700R <br />Telegent TG100 Air Media (TwonkyMedia also enables playing videos which are larger than 4GB) <br />Viewsonic Wireless Media Adapter WMA 100 *<br />Zensonic Z400 Media Player* <br />Zensonic Z500 Series<br />Ziova CS505/510          <br />Zyxel DMA-1000     </p>
<p><span style="font-size:130%;">Music Players</span></p>
<p>Allnet ALLSOUND WDAP* <br />Denon AVR-4306 <br />D-LInk DSM-120 <br />Freecom MusicPal <br />Grundig Ovation 2i <br />Joybien WorldRadio<br />Linksys WMLS11B <br />Macsense MP-100 HomePod <br />Medion Internet Radio    <br />Netgear MP101 (MP3 only) <br />omnifi DMS1 Digital Media Streamer (MP3 only) <br />Philips Streamium MCW770        <br />Philips SLA5500 / SLA5520 <br />Philips WAC3500D <br />Philips WAK3300<br />Philips WAS7000 <br />Pinnacle SoundBridge M1000 / Home Music <br />Pinnacle SoundBridge Radio     <br />Roku SoundBridge <br />Sagem My Dual Radio 700 <br />SMCWAA-B EZ Stream 11Mbps Wireless Audio Adapter *<br />SMCWAA-G EZ Stream 802.11g Wireless Audio Adapter <br />Sony NAS-CZ1 (Music formats are restricted to LPCM and MP3 &#8211; needs LAME plugin)<br />Sony PSP (only MP3 via RSS feeds)          <br />Sony Vaio WA1 <br />Teac WAP-5000 <br />TechniSat InternetRadio 1<br />Terratec Noxon Audio <br />Terratec Noxon2 <br />Terratec Noxon Radio         <br />Terratec NOXON 2 radio for iPod <br />Transtechnology APX-300 <br />Yamaha RX-V2700 (TwonkyMedia 4.2 onwards, limited to 5000 songs)</p>
<p><span style="font-size:130%;">Software Players &amp; Control Points</span></p>
<p>Windows Media Player 11 (Windows Vista)<br />Nokia N95<br />Cidero Java Control Point<br />Nero ShowTime<br />On2share plugin for the Windows Media Players<br />Rudeo Control<br />Sony&#8217;s VAIO Media Player version 3.1.01.07260</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2008/08/24/twonky-supported-clients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hard Drive for QNAP TS-101</title>
		<link>http://finster.co.uk/2008/08/24/hard-drive-for-qnap-ts-101/</link>
		<comments>http://finster.co.uk/2008/08/24/hard-drive-for-qnap-ts-101/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 23:15:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[qnap]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=6</guid>
		<description><![CDATA[Unfortunately, the QNAP Compatibility List doesn&#8217;t have any Samsung drives listed as being tested, so I&#8217;ve had to try another brand in my TS-101. I&#8217;ve opted for a Seagate Barracuda 7200.11 SATA 500-GB Hard Drive which seems to get good reviews. Hopefully it will support spin-down &#8211; I&#8217;ll report more when I&#8217;ve tried it.]]></description>
			<content:encoded><![CDATA[<div class="h1_inner">Unfortunately, the <a href="http://www.qnap.com/pro_compatibility.asp">QNAP Compatibility List</a> doesn&#8217;t have any Samsung drives listed as being tested, so I&#8217;ve had to try another brand in my TS-101.</p>
<p>I&#8217;ve opted for a <a href="http://www.seagate.com/ww/v/index.jsp?vgnextoid=c89ef141e7f43110VgnVCM100000f5ee0a0aRCRD&amp;locale=en-US">Seagate Barracuda 7200.11 SATA 500-GB Hard Drive</a> which seems to get good reviews.</p>
<p>Hopefully it will support spin-down &#8211; I&#8217;ll report more when I&#8217;ve tried it.</p>
<p></div>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2008/08/24/hard-drive-for-qnap-ts-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QNAP TS-101 Telnet Access</title>
		<link>http://finster.co.uk/2008/08/23/qnap-ts-101-telnet-access/</link>
		<comments>http://finster.co.uk/2008/08/23/qnap-ts-101-telnet-access/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 21:51:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[qnap]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=5</guid>
		<description><![CDATA[The latest firmware (2.3.0 Build 080618) for the QNAP TS-101 has telnet enabled by default. To access the device, use something like PuTTY to connect via port 13131. The user name is &#8220;administrator&#8221;, and the password is the administrator that you set via the QNAP web interface.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.qnap.com/download_detail.asp?pl=1&amp;p_mn=TS-101&amp;ct_name=Firmware">latest firmware</a> (2.3.0 Build 080618) for the QNAP TS-101 has telnet enabled by default.</p>
<p>To access the device, use something like <a href="http://www.chiark.greenend.org.uk/%7Esgtatham/putty/">PuTTY</a> to connect via port 13131. The user name is &#8220;administrator&#8221;, and the password is the administrator that you set via the QNAP web interface.</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2008/08/23/qnap-ts-101-telnet-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QNAP TS-101 Introduction</title>
		<link>http://finster.co.uk/2008/08/22/qnap-ts-101-introduction/</link>
		<comments>http://finster.co.uk/2008/08/22/qnap-ts-101-introduction/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 17:12:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[qnap]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=4</guid>
		<description><![CDATA[I&#8217;ve just received my new I&#8217;ve just acquired a QNAP TS-101 from ebay. It&#8217;s main features are: - File Server (Supporting Windows and Network file sharing) TwonkyMedia software that supports UPnP and DLNA Supports SATA Drives BitTorrent, FTP and HTTP Download Manager Mirrors data to external USB or eSATA hard drive.. Remove backup over internet/local [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just received my new  I&#8217;ve just acquired a <a href="http://www.qnap.com/pro_detail_feature.asp?p_id=67" target="_blank">QNAP TS-101</a> from ebay. It&#8217;s main features are: -
<dl>
<dd>
<ul>
<li>File Server (Supporting Windows and Network file sharing)</li>
<li>TwonkyMedia software that supports UPnP and DLNA</li>
<li>Supports SATA Drives</li>
<li>BitTorrent, FTP and HTTP Download Manager</li>
<li>Mirrors data to external USB or eSATA hard drive..</li>
<li>Remove backup over internet/local network to another device</li>
<li>Web Server (with PHP and SQLite)</li>
<li>Printer Server (supports USB printers)</li>
<li>FTP Server</li>
<li>Telnet Access</li>
</ul>
</dd>
</dl>
<p>I&#8217;m looking forward to looking at this device more closely&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2008/08/22/qnap-ts-101-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

