<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=5898&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Crowz 5.0 Daedalus amd64 release]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5898</link>
		<description><![CDATA[The most recent posts in Crowz 5.0 Daedalus amd64 release.]]></description>
		<lastBuildDate>Sun, 24 Dec 2023 11:55:21 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Crowz 5.0 Daedalus amd64 release]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46491#p46491</link>
			<description><![CDATA[<p>Thanks to everyone who replied. Everything is recognized when I log into the Mate DE.</p><div class="quotebox"><cite>aitor wrote:</cite><blockquote><div><p>Is your Trash icon missing as well? Then you want to install <strong>gvfs</strong>. Udisks2 will be installed along with it.</p></div></blockquote></div><p>Yes it is missing (in Mate, I don&#039;t remember if it is missing in Openbox). But these 2 apps you mentioned are already installed. I remember having this problem last time with a Mate install. I just manually create a link on the desktop to Trash and find a suitable trash icon for it. Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Sun, 24 Dec 2023 11:55:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46491#p46491</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crowz 5.0 Daedalus amd64 release]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46488#p46488</link>
			<description><![CDATA[<p>These days, when adding drives to a system, (in /etc/fstab), it is best to use their UUID, as drives get their /dev/sd(?) as they are found on the system, not by what disk they actually are.</p><p>Before manually mounting a disk, plug it in, then run</p><div class="codebox"><pre><code>sudo dmesg | tail</code></pre></div><p>to find out what the system has designated it as, then you mount it to a directory, often just use /mnt. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Camtaf)]]></author>
			<pubDate>Sun, 24 Dec 2023 10:36:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46488#p46488</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crowz 5.0 Daedalus amd64 release]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46487#p46487</link>
			<description><![CDATA[<p>@Ron<br />See if it&#039;s the same for you?<br /><a href="https://dev1galaxy.org/viewtopic.php?id=5959" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=5959</a></p><p> Regards.</p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Sun, 24 Dec 2023 09:35:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46487#p46487</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crowz 5.0 Daedalus amd64 release]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46486#p46486</link>
			<description><![CDATA[<div class="quotebox"><cite>Ron wrote:</cite><blockquote><div><p>So I just installed Crowz and have a problem . . . the system is not recognizing when I plug in my flash drive nor my external hard drive. How do I fix this? I need to access a couple of text files on them to set up the OS the way I like it.</p><p><strong>EDIT</strong><br />So it shows up in gparted, but the &quot;mount&quot; option is greyed out.</p></div></blockquote></div><p>Is your Trash icon missing as well? Then you want to install <strong>gvfs</strong>. Udisks2 will be installed along with it.</p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Sun, 24 Dec 2023 08:43:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46486#p46486</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crowz 5.0 Daedalus amd64 release]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46480#p46480</link>
			<description><![CDATA[<p>Not sure about Crowz, but Devuan has a Removable Drives and Media app within Settings. If available, this might help you influence how the system reacts when you plug in removable storage?</p><p>Otherwise, perhaps you could perhaps research mounting manually with &quot;lsblk&quot; (to discover what your drive shows up as), &quot;mkdir&quot; to make a mount point, and &quot;mount&quot; command to introduce your drive to the system.</p><p>For example (don&#039;t copy and paste my ramblings)<br />If &quot;sudo lsblk&quot; shows your drive is /dev/sdc, and the partition you want to access is /dev/sdc1<br />&quot;sudo mkdir -p /media/sdc1&quot; will create a mountpoint and<br />&quot;sudo mount /dev/sdc1 /media/sdc1&quot; should make the contents readable. (perhaps not writeable without changing perms)</p><p>Maybe.</p><p>Of course, if you already have another device mounted as /media/sdc1, that might be a sign you need to adjust some things. Or wait until someone who actually knows what they are talking about, responds.</p><p>Good Luck.</p><p>For the sake of good order, it would probably be a good idea to unmount with something like:<br />&quot;sudo umount -l /dev/sdc1&quot;<br />before ripping out the removable.</p>]]></description>
			<author><![CDATA[dummy@example.com (entropyagent)]]></author>
			<pubDate>Sun, 24 Dec 2023 03:01:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46480#p46480</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crowz 5.0 Daedalus amd64 release]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46477#p46477</link>
			<description><![CDATA[<p>So I just installed Crowz and have a problem . . . the system is not recognizing when I plug in my flash drive nor my external hard drive. How do I fix this? I need to access a couple of text files on them to set up the OS the way I like it.</p><p><strong>EDIT</strong><br />So it shows up in gparted, but the &quot;mount&quot; option is greyed out.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Sat, 23 Dec 2023 22:54:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46477#p46477</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crowz 5.0 Daedalus amd64 release]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46314#p46314</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Ron wrote: If I encounter any problems, I&#039;ll be back.</p></div></blockquote></div><p>The &quot;Readme&quot; on the Crowz Sourceforge download site has some good info regarding where the &quot;Install&quot; icon is located in the file manager PCManFM, and use &quot;live&quot; for the password. </p><p><a href="https://sourceforge.net/projects/crowz/files/" rel="nofollow">https://sourceforge.net/projects/crowz/files/</a></p><p>You are very welcome, will do my best to help you get a clean, safe install <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>cheers</p><p>zephyr</p>]]></description>
			<author><![CDATA[dummy@example.com (zephyr)]]></author>
			<pubDate>Mon, 18 Dec 2023 04:20:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46314#p46314</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crowz 5.0 Daedalus amd64 release]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46313#p46313</link>
			<description><![CDATA[<p>Thanks to Camtaf, zephyr, and golinux for your replies. I will try the install in about a week, when I have some extra time off from work. If I encounter any problems, I&#039;ll be back. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Mon, 18 Dec 2023 00:52:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46313#p46313</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crowz 5.0 Daedalus amd64 release]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46309#p46309</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>golinux wrote: I have done this more than once. It &#039;just works&#039; to have only one drive available for the install</p></div></blockquote></div><p>I have 2 desktop machines with all 6 sata drives in use, learned my lesson a few times just writing to a USB drive or formatting. So easy to open a quick swap bay door and change the assigned location. On the other hand, easy to open all the doors except the one you want to write to. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>cheers</p><p>zephyr</p>]]></description>
			<author><![CDATA[dummy@example.com (zephyr)]]></author>
			<pubDate>Sun, 17 Dec 2023 21:52:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46309#p46309</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crowz 5.0 Daedalus amd64 release]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46307#p46307</link>
			<description><![CDATA[<div class="quotebox"><cite>zephyr wrote:</cite><blockquote><div><p> If it is all possible, isolate the other drive by disconnecting it physically for a good measure.</p></div></blockquote></div><p>I have done this more than once. It &#039;just works&#039; to have only one drive available for the install. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> You can also use uuid magic to sort it . . .</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 17 Dec 2023 20:35:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46307#p46307</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crowz 5.0 Daedalus amd64 release]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46302#p46302</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Ron wrote:&#160; How easy to use is the installer that comes with Crowz? I&#039;m used to the refracta installer, and am a little concerned about goofing something up, as I have 2 hard drives in my rig.</p></div></blockquote></div><p>Your concern is understandable, have written over a drive I had not intended before with an installation. There is a page in the installation which is &quot;formatting&quot; and the intended drive can be selected. If it is all possible, isolate the other drive by disconnecting it physically for a good measure.</p><p>cheers</p><p>zephyr</p>]]></description>
			<author><![CDATA[dummy@example.com (zephyr)]]></author>
			<pubDate>Sun, 17 Dec 2023 19:04:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46302#p46302</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crowz 5.0 Daedalus amd64 release]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46299#p46299</link>
			<description><![CDATA[<p>I found it easy to use, though I did run it as the root user from the command line, it then opens up into a graphical installer, which I think is pretty straight forward to use.</p><div class="codebox"><pre><code>calamares</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Camtaf)]]></author>
			<pubDate>Sun, 17 Dec 2023 17:20:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46299#p46299</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crowz 5.0 Daedalus amd64 release]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46298#p46298</link>
			<description><![CDATA[<p>How easy to use is the installer that comes with Crowz? I&#039;m used to the refracta installer, and am a little concerned about goofing something up, as I have 2 hard drives in my rig.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Sun, 17 Dec 2023 16:49:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46298#p46298</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crowz 5.0 Daedalus amd64 release]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46151#p46151</link>
			<description><![CDATA[<p>Thank you.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Tue, 12 Dec 2023 18:37:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46151#p46151</guid>
		</item>
		<item>
			<title><![CDATA[Re: Crowz 5.0 Daedalus amd64 release]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46142#p46142</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Ron wrote: Can you please provide sha256 sums for those of us who are a bit paranoid?</p></div></blockquote></div><p>Ron, ...my deepest and most sincere apologies. Sometimes I&#039;m not where I should be! Have complied with your request and should had been done already. Cross referenced and identical sha256&#039;s for my last 3 uploads of 2023.10. My build archive matches the 3 downloads. </p><p>cheers</p><p>zephyr</p>]]></description>
			<author><![CDATA[dummy@example.com (zephyr)]]></author>
			<pubDate>Tue, 12 Dec 2023 06:11:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46142#p46142</guid>
		</item>
	</channel>
</rss>
