<?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: How to install Lubuntu Server on Cubietruck from Mac OS X	</title>
	<atom:link href="https://dyhr.com/2013/11/22/how-to-install-lubuntu-server-on-cubietruck-from-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>https://dyhr.com/2013/11/22/how-to-install-lubuntu-server-on-cubietruck-from-mac-os-x/</link>
	<description>Be mindful every single moment</description>
	<lastBuildDate>Fri, 01 May 2026 09:54:52 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.3</generator>
	<item>
		<title>
		By: Installing OS on Cubietruck and SSD &#124; Rogiers Home-Automation blog		</title>
		<link>https://dyhr.com/2013/11/22/how-to-install-lubuntu-server-on-cubietruck-from-mac-os-x/#comment-22187</link>

		<dc:creator><![CDATA[Installing OS on Cubietruck and SSD &#124; Rogiers Home-Automation blog]]></dc:creator>
		<pubDate>Sun, 27 Apr 2014 20:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://dyhr.com/?p=947#comment-22187</guid>

					<description><![CDATA[[&#8230;] To upgrade it to the latest version I used the following commands (found at a blog called How to install Lubuntu Server on Cubietruck from Mac OS X): [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] To upgrade it to the latest version I used the following commands (found at a blog called How to install Lubuntu Server on Cubietruck from Mac OS X): [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: thomas		</title>
		<link>https://dyhr.com/2013/11/22/how-to-install-lubuntu-server-on-cubietruck-from-mac-os-x/#comment-22161</link>

		<dc:creator><![CDATA[thomas]]></dc:creator>
		<pubDate>Tue, 03 Dec 2013 19:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://dyhr.com/?p=947#comment-22161</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://dyhr.com/2013/11/22/how-to-install-lubuntu-server-on-cubietruck-from-mac-os-x/#comment-22160&quot;&gt;braithwa&lt;/a&gt;.

Thank you for your valuable comment about using tar instead for dd. It makes a lot of sense.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://dyhr.com/2013/11/22/how-to-install-lubuntu-server-on-cubietruck-from-mac-os-x/#comment-22160">braithwa</a>.</p>
<p>Thank you for your valuable comment about using tar instead for dd. It makes a lot of sense.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: braithwa		</title>
		<link>https://dyhr.com/2013/11/22/how-to-install-lubuntu-server-on-cubietruck-from-mac-os-x/#comment-22160</link>

		<dc:creator><![CDATA[braithwa]]></dc:creator>
		<pubDate>Mon, 02 Dec 2013 11:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://dyhr.com/?p=947#comment-22160</guid>

					<description><![CDATA[I disagree with using dd to copy the root file system.  

Your instructions say to create your file system using mkfs.ext4 and then you completely overwrite that using dd.  If you are going to copy the filesystem using dd, then you did not need to create a file system.  It does not make sense.

Also, if your partition was 15G, then your resulting file system is the size of nandb, around 2G, which is not big enough to put very much software on, which is why you probably made a 15G root partition in the first place.  

One should use tar, something like this:

# cd /mnt/nandb ; tar cf - . &#124; ( cd /mnt/sda1; tar xf - )

The above command will copy the directory tree from nandb to sda1, without destroying the file system that you just created using mkfs, and allow use of the whole new root partition.]]></description>
			<content:encoded><![CDATA[<p>I disagree with using dd to copy the root file system.  </p>
<p>Your instructions say to create your file system using mkfs.ext4 and then you completely overwrite that using dd.  If you are going to copy the filesystem using dd, then you did not need to create a file system.  It does not make sense.</p>
<p>Also, if your partition was 15G, then your resulting file system is the size of nandb, around 2G, which is not big enough to put very much software on, which is why you probably made a 15G root partition in the first place.  </p>
<p>One should use tar, something like this:</p>
<p># cd /mnt/nandb ; tar cf &#8211; . | ( cd /mnt/sda1; tar xf &#8211; )</p>
<p>The above command will copy the directory tree from nandb to sda1, without destroying the file system that you just created using mkfs, and allow use of the whole new root partition.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: thomas		</title>
		<link>https://dyhr.com/2013/11/22/how-to-install-lubuntu-server-on-cubietruck-from-mac-os-x/#comment-22159</link>

		<dc:creator><![CDATA[thomas]]></dc:creator>
		<pubDate>Sat, 30 Nov 2013 20:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://dyhr.com/?p=947#comment-22159</guid>

					<description><![CDATA[NB! The Logitech K400 wireless keyboard in the picture above  - that works with Raspberry Pi - currently only work with Fedora on the Cubietruck!]]></description>
			<content:encoded><![CDATA[<p>NB! The Logitech K400 wireless keyboard in the picture above  &#8211; that works with Raspberry Pi &#8211; currently only work with Fedora on the Cubietruck!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: thomas		</title>
		<link>https://dyhr.com/2013/11/22/how-to-install-lubuntu-server-on-cubietruck-from-mac-os-x/#comment-22158</link>

		<dc:creator><![CDATA[thomas]]></dc:creator>
		<pubDate>Sat, 30 Nov 2013 11:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://dyhr.com/?p=947#comment-22158</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://dyhr.com/2013/11/22/how-to-install-lubuntu-server-on-cubietruck-from-mac-os-x/#comment-22154&quot;&gt;Vitalii Arteev&lt;/a&gt;.

Hello Vitalii... You are quite right there! It&#039;s a typo. Thank you. There are 3 USB ports on the Cubietruck: 2xUSB 2.0/1xMini USB 2.0.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://dyhr.com/2013/11/22/how-to-install-lubuntu-server-on-cubietruck-from-mac-os-x/#comment-22154">Vitalii Arteev</a>.</p>
<p>Hello Vitalii&#8230; You are quite right there! It&#8217;s a typo. Thank you. There are 3 USB ports on the Cubietruck: 2xUSB 2.0/1xMini USB 2.0.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: thomas		</title>
		<link>https://dyhr.com/2013/11/22/how-to-install-lubuntu-server-on-cubietruck-from-mac-os-x/#comment-22157</link>

		<dc:creator><![CDATA[thomas]]></dc:creator>
		<pubDate>Sat, 30 Nov 2013 10:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://dyhr.com/?p=947#comment-22157</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://dyhr.com/2013/11/22/how-to-install-lubuntu-server-on-cubietruck-from-mac-os-x/#comment-22156&quot;&gt;Eduardo Leonne&lt;/a&gt;.

So far I have only installed Fedora on SD and it went without problems - until I tried to update the newly installed distro! No problems with HDMI. I do not use VGA. I have tried to install the Android and both the Lubuntu distro&#039;s onto the NAND flash and again without any problems. There should not be a big difference between installing to NAND, SD or even HDD.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://dyhr.com/2013/11/22/how-to-install-lubuntu-server-on-cubietruck-from-mac-os-x/#comment-22156">Eduardo Leonne</a>.</p>
<p>So far I have only installed Fedora on SD and it went without problems &#8211; until I tried to update the newly installed distro! No problems with HDMI. I do not use VGA. I have tried to install the Android and both the Lubuntu distro&#8217;s onto the NAND flash and again without any problems. There should not be a big difference between installing to NAND, SD or even HDD.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eduardo Leonne		</title>
		<link>https://dyhr.com/2013/11/22/how-to-install-lubuntu-server-on-cubietruck-from-mac-os-x/#comment-22156</link>

		<dc:creator><![CDATA[Eduardo Leonne]]></dc:creator>
		<pubDate>Fri, 29 Nov 2013 10:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://dyhr.com/?p=947#comment-22156</guid>

					<description><![CDATA[Nice article!

I tried to install Lubuntu in SD, but I don`t get video. Neither HDMI or VGA. Do you know if this is an expected behavior when installing in SD or I did something wrong. Thanks.]]></description>
			<content:encoded><![CDATA[<p>Nice article!</p>
<p>I tried to install Lubuntu in SD, but I don`t get video. Neither HDMI or VGA. Do you know if this is an expected behavior when installing in SD or I did something wrong. Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: thomas		</title>
		<link>https://dyhr.com/2013/11/22/how-to-install-lubuntu-server-on-cubietruck-from-mac-os-x/#comment-22155</link>

		<dc:creator><![CDATA[thomas]]></dc:creator>
		<pubDate>Wed, 27 Nov 2013 20:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://dyhr.com/?p=947#comment-22155</guid>

					<description><![CDATA[After copying the rootfs to your 2.5 HDD you should resize / grow the file system to fit your partition. You can use a tool like GParted or LVM.]]></description>
			<content:encoded><![CDATA[<p>After copying the rootfs to your 2.5 HDD you should resize / grow the file system to fit your partition. You can use a tool like GParted or LVM.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vitalii Arteev		</title>
		<link>https://dyhr.com/2013/11/22/how-to-install-lubuntu-server-on-cubietruck-from-mac-os-x/#comment-22154</link>

		<dc:creator><![CDATA[Vitalii Arteev]]></dc:creator>
		<pubDate>Wed, 27 Nov 2013 14:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://dyhr.com/?p=947#comment-22154</guid>

					<description><![CDATA[Are you sure that board have USB 3.0?]]></description>
			<content:encoded><![CDATA[<p>Are you sure that board have USB 3.0?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Object Caching 33/55 objects using Disk
Page Caching using Disk: Enhanced 

Served from: dyhr.com @ 2026-08-09 14:37:49 by W3 Total Cache
-->