<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=5198&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / move Devuan to a bigger partition]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=5198</link>
		<description><![CDATA[The most recent posts in move Devuan to a bigger partition.]]></description>
		<lastBuildDate>Tue, 30 Aug 2022 03:44:56 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: move Devuan to a bigger partition]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37241#p37241</link>
			<description><![CDATA[<p>For the /home directory, I would use rsync -avh to copy files back to the new home.</p><p>But the system dir is another thing.&#160; when you format or change a drive size it will get a new UUID, you&#039;ll need that for fstab and possibly grub.</p><p>blkid&#160; and lsblk helps.</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Tue, 30 Aug 2022 03:44:56 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37241#p37241</guid>
		</item>
		<item>
			<title><![CDATA[Re: move Devuan to a bigger partition]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37229#p37229</link>
			<description><![CDATA[<p>Hi,<br />depending on the partition sizes, it could be an option to mount sda3 on &quot;/home&quot;. Minimal effort and recommended anyway.</p>]]></description>
			<author><![CDATA[dummy@example.com (delgado)]]></author>
			<pubDate>Mon, 29 Aug 2022 14:03:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37229#p37229</guid>
		</item>
		<item>
			<title><![CDATA[Re: move Devuan to a bigger partition]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37228#p37228</link>
			<description><![CDATA[<div class="quotebox"><cite>amaro wrote:</cite><blockquote><div><p>I was not sure which directories can be skipped</p></div></blockquote></div><p>I follow <a href="https://wiki.archlinux.org/title/Rsync#Full_system_backup" rel="nofollow">https://wiki.archlinux.org/title/Rsync# … tem_backup</a> — that has a list of system directories which should be excluded (mostly the API filesystems). You would have to add your own exceptions for any other large files you don&#039;t want transferred.</p><p>/etc/fstab &amp; GRUB for the new system can be configured with these commands run from sda4:</p><div class="codebox"><pre><code># apt install arch-install-scripts
# mount /dev/sda3 /mnt
# genfstab -U /mnt &gt; /mnt/etc/fstab
# arch-chroot /mnt
[chroot]# dpkg-reconfigure grub-pc
[chroot]# grub-mkconfig -o /boot/grub/grub.cfg
[chroot]# exit
# umount /mnt
# apt purge arch-install-scripts # or keep it :-)</code></pre></div><p>^ That presumes a non-UEFI system with only a single root (/) partition.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 29 Aug 2022 12:59:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37228#p37228</guid>
		</item>
		<item>
			<title><![CDATA[Re: move Devuan to a bigger partition]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37227#p37227</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>or just copy sda4 to sda3 then delete sda4 and expand sda3 if you don&#039;t have a backup medium. But you really should have a backup anyway.</p></div></blockquote></div><p>thank you, hoas!<br />that was my idea, though, I was not sure which directories can be skipped.<br />btw, skipping some of the directories is just to save some time because the current installation is 8,5GB.</p>]]></description>
			<author><![CDATA[dummy@example.com (amaro)]]></author>
			<pubDate>Mon, 29 Aug 2022 12:29:18 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37227#p37227</guid>
		</item>
		<item>
			<title><![CDATA[Re: move Devuan to a bigger partition]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37226#p37226</link>
			<description><![CDATA[<p>Can you not just backup the system (with rsync), blow away sda4, make sda3 bigger then copy the system back? It would need some adjustment to the bootloader &amp; /etc/fstab but you wouldn&#039;t be left with a useless extra partition.</p><p>EDIT: or just copy sda4 to sda3 then delete sda4 and expand sda3 if you don&#039;t have a backup medium. But you really should have a backup anyway.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 29 Aug 2022 11:16:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37226#p37226</guid>
		</item>
		<item>
			<title><![CDATA[move Devuan to a bigger partition]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=37225#p37225</link>
			<description><![CDATA[<p>Hello everybody!</p><p>Several months ago I wanted to test Devuan and installed it on a small partition (sda4).<br />I liked and want to keep it but the partition is full. <br />So now I want to move Devuan to a bigger partiton (sda3).<br />I have already installed it on the bigger partition.<br />In order to skip all the manual adjustments would it be enough to copy (rsync) /etc, /usr, /home directories?<br />If that is not enough what else needs to be done?<br />Thank you in advance!</p><p>p.s. Regarding the packages since I don&#039;t have copies of all of them in /var/cache/apt/archives/ <br />I guess I will have to manually install them, right?</p>]]></description>
			<author><![CDATA[dummy@example.com (amaro)]]></author>
			<pubDate>Mon, 29 Aug 2022 10:10:16 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=37225#p37225</guid>
		</item>
	</channel>
</rss>
