<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://www.linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Tue Jun 18, 2013 11:52 pm by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Tue Jun 18, 2013 11:52 pm</pubDate>
  <lastBuildDate>Tue Jun 18, 2013 11:52 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://www.linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: Best way to mess up my partitions</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=105950#105950</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=14187'&gt;Dutch_Master&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue May 15, 2012 2:01 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Install rsync on your desktop, if you haven't done so already, then issue the rsync command using the following syntax:&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;rsync &amp;#91;OPTIONS&amp;#93; &amp;#123;source&amp;#125; &amp;#123;destination&amp;#125;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;(note: no brackets, these are just to distinguish various parts, read the man page!)&lt;br /&gt;
If rsync is installed on the NAS it'll start sync'ing automagically. If not, log in to the NAS and install the appropriate module(s).&lt;br /&gt;
&lt;br /&gt;
Options I use myself are -rdtvu, refer to man page for their influence &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
I see no reason why you'd want to dual-boot a NAS. As for the swap, given you have enough space, have at least 1x the amount of RAM. Linux thrives on RAM and works mostly in/with the RAM sticks, you'd need enough space for everything if you'd suspend the NAS.&lt;br /&gt;
&lt;br /&gt;
If you can't afford an SSD (and I appreciate students usually have difficulties making ends meet anyway) you may have a spare USB stick and/or SD-card somewhere. This also uses Flash-technology, be it older and therefore seriously slower. However, to maximise the space for data on your disks, as well as separating the OS from your data, you may want to try and have the OS installed on the usb-key/SD-card. Mind that it's quite an advanced subject (but can be done) and you'd still need some space on the HDD for swap and perhaps log- and temporary files (/var/log and /tmp). Also note that read/write cycles have a detrimental effect on the life-span of the device! There are several measures you could take to minimise the effects, Google is your friend!&lt;br /&gt;
&lt;br /&gt;
PS: low-capacity SSD's are now cheap enough to be in the&amp;quot;'birthday-present&amp;quot; category... HINT &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=105950#105950</comments>
                                        <author>Dutch_Master</author>
                                        <pubDate>Tue May 15, 2012 2:01 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=105950#105950</guid>
                                      </item>
                                      <item>
                                        <title>Re: Best way to mess up my partitions</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=105949#105949</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=23984'&gt;bobthebob1234&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon May 14, 2012 11:35 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Thanks for the reply&lt;br /&gt;
&lt;br /&gt;
The nas is a LG N2R1D, which I think is the same as N2R1 but without hard drives, and a google search turns up &lt;a href=&quot;http://lgknowledgebase.com/kb/index.php?View=entry&amp;amp;EntryID=6416&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;this page&lt;/a&gt; with an rsync manual, however I have updated the firmware and can't for the life of me find any rsync options on the web gui, but I have not updated to the latest version of the UI, so maybe I need to do that. &lt;br /&gt;
I smbmount 'd the nas and then rsynced to that, will that suffice, or will permissions, etc be messed up?&lt;br /&gt;
&lt;br /&gt;
As tempting as an SSD is, I am a poor student, and I have just spent this years computer budget on a raspberry pi....&lt;br /&gt;
&lt;br /&gt;
I have 16GB of ram (as you do), so a 32GB of swap might be excessive... At the moment my swap is 6gb, which I don't think I have ever used.&lt;br /&gt;
&lt;br /&gt;
Also didn't mention this, but I also dual boot, so if I got an SSD in the future would you recommend putting the windows OS files on it to?</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=105949#105949</comments>
                                        <author>bobthebob1234</author>
                                        <pubDate>Mon May 14, 2012 11:35 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=105949#105949</guid>
                                      </item>
                                      <item>
                                        <title>Re: Best way to mess up my partitions</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=105865#105865</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=14187'&gt;Dutch_Master&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed May 09, 2012 4:39 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      You have your data backed up, there's no reason not to start afresh. Unless you're not sure you copied everything over properly &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt; So, that should be option &lt;span style=&quot;font-weight: bold&quot;&gt;D&lt;/span&gt;:&lt;br /&gt;
Rsync your /home partition to the NAS (assuming it runs Linux &lt;span style=&quot;font-style: italic&quot;&gt;and&lt;/span&gt; has rsync installed &lt;img src=&quot;images/smiles/icon_razz.gif&quot; alt=&quot;Razz&quot; border=&quot;0&quot; /&gt;), double check everything is there. Insert install CD (DVD) and install properly: create partitions for /boot, /, /home, swap and if possible /var, /usr and /tmp too. Don't make these too small, especially /var could need some extra space as this is where variable settings are stored. In general, none of my partitions (except for /boot) are smaller then 7 GB (/boot is usually 1 GB). Make /tmp large enough to hold at least a DVD's worth of data. Note that the rule about swap being twice the size of the installed RAM still goes, but if you'd install more then about 4 GB of RAM, it really takes up just space you'd be better off using for /home.&lt;br /&gt;
&lt;br /&gt;
There is, however, another alternative: option &lt;span style=&quot;font-weight: bold&quot;&gt;E&lt;/span&gt;:&lt;br /&gt;
Rsync as above, but install to a new drive. Install a small SSD (about 30-40GB, these are relatively cheap) and use that to install your new system. Then mount the old disk as data disk for /home, clearing the old partition of unwanted stuff. Not only have you now physically separated the system and your data, with an SSD you'll now notice a considerable increase in speed, mainly cutting down boot times &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt; &lt;img src=&quot;images/smiles/icon_idea.gif&quot; alt=&quot;Idea&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=105865#105865</comments>
                                        <author>Dutch_Master</author>
                                        <pubDate>Wed May 09, 2012 4:39 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=105865#105865</guid>
                                      </item>
                                      <item>
                                        <title>Best way to mess up my partitions</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=105864#105864</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=23984'&gt;bobthebob1234&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed May 09, 2012 3:58 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      So wanting to upgrade (clean install) to (K)ubuntu 12.04. Currently one massive partition cos I'm really clever. 1tb in size, used about 300gb.&lt;br /&gt;
&lt;br /&gt;
Backed up to external nas.&lt;br /&gt;
&lt;br /&gt;
So I'm thinking three methods:&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;A&lt;/span&gt;: resize current partition to as small as I can get with about 10gb spare, make new partition, copy home folder to new partition (best / quickest way of doing this?), install into old partition, over writing data, job done. But current settings/config in home dir might upset new install?&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;B&lt;/span&gt;: make current partition as small as poss, install into empty space, setting up separate home part, then copy across stuff I actually want to keep, and eventually delete old partition, then expand new one into it.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;C&lt;/span&gt;: like b, but use nas and delete old partition and install.&lt;br /&gt;
&lt;br /&gt;
Don't want to upgrade, doesn't usually work for me and is more hassle than it is worth....&lt;br /&gt;
&lt;br /&gt;
Which one do people think is best, or is there a better way?&lt;br /&gt;
&lt;br /&gt;
Cheers</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=105864#105864</comments>
                                        <author>bobthebob1234</author>
                                        <pubDate>Wed May 09, 2012 3:58 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=105864#105864</guid>
                                      </item></channel></rss>