<?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=2722&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Problem with mounting partitions]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2722</link>
		<description><![CDATA[The most recent posts in Problem with mounting partitions.]]></description>
		<lastBuildDate>Thu, 14 Mar 2019 18:10:21 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Problem with mounting partitions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14860#p14860</link>
			<description><![CDATA[<div class="quotebox"><cite>Panopticon wrote:</cite><blockquote><div><p>Prior to the ntfs partition not mounting did you modify any settings somewhere, install something not in the devuan repos or install something from the devuan repos, things dont generally break by themselves? Also im not surprised the fstab method didnt work as you had the UUID wrapped in quotes&quot;&quot;. UUID=&quot;12345678&quot;, plus other errors in that fstab line in your screenshot.</p></div></blockquote></div><p>The fact: mounting/unmounting local partition with unprivileged user permissions doesn&#039;t work in Devuan out of box. Devuan ASCII and Devuan Ceres - same result. I think it shouldn&#039;t work because it&#039;s correct that unprivileged user can mount/unmount only removable devices. I wonder why it works on RIA77&#039;s PC after reinstalling Devian. May be this time he selected ntfs partition in installer and now it mounted during system boot.</p><div class="quotebox"><cite>Panopticon wrote:</cite><blockquote><div><p>Reinstalling is not really the way to go for something like this.</p></div></blockquote></div><p>This is common problem of newcommers. They trying to use knowledge learned from Windows.</p>]]></description>
			<author><![CDATA[dummy@example.com (ToxicExMachina)]]></author>
			<pubDate>Thu, 14 Mar 2019 18:10:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14860#p14860</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with mounting partitions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14859#p14859</link>
			<description><![CDATA[<div class="quotebox"><cite>RIA77 wrote:</cite><blockquote><div><p>I&#039;ll tried with fresh install. Now mounting is working. Just to add automount. I hope that it will last. Thank you to all guys.</p></div></blockquote></div><p>It&#039;s great you have found solution. However, i think you need a good docs. I recommend following book: <a href="https://www.mdw.la/papers/linux-getting-started.pdf" rel="nofollow">https://www.mdw.la/papers/linux-getting-started.pdf</a></p><p>Information related to installation is outdated because GNU/Linux evolved seriously. For example, GUI, sound, network, ... -&#160; usually you don&#039;t have to configure it manually. However, basics wasn&#039;t changed and described very well: OS basics (UNIX Way), basic principles of system administration (because you are admin of your PC), command line and shell scripting basics (it&#039;s easy and useful for average user), filesystem and permissions, disk partitioning, why it&#039;s not smart to consider GNU/Linux as freeware Windows, how to get help and solve most of problems asap, how to customize system environment. The advantage of the book is simple explanation for easy understanding.</p><p>Reading recent docs is also useful. I recommend this old book only for forming the foundation of GNU/Linux understanding.</p><p>The point of this comment is: extrapolation of the Windows experience to GNU/Linux is inefficient in general. It leading to problems and misunderstanding.</p>]]></description>
			<author><![CDATA[dummy@example.com (ToxicExMachina)]]></author>
			<pubDate>Thu, 14 Mar 2019 17:59:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14859#p14859</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with mounting partitions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14855#p14855</link>
			<description><![CDATA[<p>Prior to the ntfs partition not mounting did you modify any settings somewhere, install something not in the devuan repos or install something from the devuan repos, things dont generally break by themselves? Also im not surprised the fstab method didnt work as you had the UUID wrapped in quotes&quot;&quot;. UUID=&quot;12345678&quot;, plus other errors in that fstab line in your screenshot.</p><p>Reinstalling is not really the way to go for something like this.</p>]]></description>
			<author><![CDATA[dummy@example.com (Panopticon)]]></author>
			<pubDate>Thu, 14 Mar 2019 12:19:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14855#p14855</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with mounting partitions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14853#p14853</link>
			<description><![CDATA[<p>I&#039;ll tried with fresh install. Now mounting is working. Just to add automount. I hope that it will last. Thank you to all guys.</p>]]></description>
			<author><![CDATA[dummy@example.com (RIA77)]]></author>
			<pubDate>Thu, 14 Mar 2019 10:21:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14853#p14853</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with mounting partitions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14846#p14846</link>
			<description><![CDATA[<div class="quotebox"><cite>RIA77 wrote:</cite><blockquote><div><p> Automount does not work, and manual mount, too. Where I made mistake ?</p></div></blockquote></div><p>I suppose you didn&#039;t create corresponding directory in /mnt.</p><p>I&#039;l try to describe full solution from beginning to the end:</p><p>1. Create directory in /mnt. For example, you&#039;l mount partition to /mnt/ntfs:</p><div class="codebox"><pre><code>mkdir /mnt/ntfs</code></pre></div><p>Did you create directory?</p><p>2. Find your ntfs partition in the system. Obvious way is gparted. There are also different ways for linux console, the easiest one is running /sbin/blkid as root.</p><p>Did you find NTFS partition?</p><p>3. Edit /etc/fstab. You have to add a string for mounting ntfs partition. Let&#039;s suppose NTFS partition is /dev/sda5. Let&#039;s begin with simplest way (without UUID). In case of /dev/sda5 (are you sure it&#039;s /dev/sda5?) you need the following:</p><div class="codebox"><pre><code>/dev/sda5 /mnt/ntfs ntfs-3g defaults 0 0</code></pre></div><p>If you done it right you able to mount this partition manually with root access:</p><div class="codebox"><pre><code>mount /mnt/ntfs</code></pre></div><p>If it doesn&#039;t work copy and paste error message here (or make a screenshot if it&#039;s hard to copy a text). If it works try to reboot and enter /mnt/ntfs directory as root user. If you can enter this directory as root but can&#039;t as unprivileged user - the problem is in permissions, and it can be solved easily with additional options in /etc/fstab.</p><p>Further actions depend on result.</p>]]></description>
			<author><![CDATA[dummy@example.com (ToxicExMachina)]]></author>
			<pubDate>Thu, 14 Mar 2019 04:27:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14846#p14846</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with mounting partitions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14833#p14833</link>
			<description><![CDATA[<div class="quotebox"><cite>ToxicExMachina wrote:</cite><blockquote><div><div class="quotebox"><cite>RIA77 wrote:</cite><blockquote><div><p>Should I edit fstab ?</p></div></blockquote></div><p>If you want to mount partition with mouse - no. You just need to change policykit rules. If you want to get partition already mounted after booting - yes.</p><div class="quotebox"><cite>RIA77 wrote:</cite><blockquote><div><p>This is the current state of fstab. Should I make any corrections ?</p><p><a href="https://ibb.co/yghYcJs" rel="nofollow">https://ibb.co/yghYcJs</a></p></div></blockquote></div><p>If you have created /mnt/dev/sda5 directory manually - it&#039;s correct and after reboot NTFS partition will be mounted automatically. If it worked - it&#039;s great and you can add some options for better system integration.</p></div></blockquote></div><p> Automount does not work, and manual mount, too. Where I made mistake ?</p>]]></description>
			<author><![CDATA[dummy@example.com (RIA77)]]></author>
			<pubDate>Wed, 13 Mar 2019 21:19:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14833#p14833</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with mounting partitions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14826#p14826</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><div class="quotebox"><cite>ToxicExMachina wrote:</cite><blockquote><div><div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>someone who just dropped in here a few days ago and is new to Devuan.</p></div></blockquote></div><p>How&#039;s me being new at Devuan forums relates to actual matters of discussion?</p></div></blockquote></div><p>If you have to ask that question, it&#039;s unlikely you&#039;d understand the answer.</p></div></blockquote></div><p>You seemingly mistreat me for troll outsider. I am far from being new to systemd disaster, Devuan and GNU/Linux. Maybe you pay attention to my actual arguments instead of going ad hominem?</p>]]></description>
			<author><![CDATA[dummy@example.com (ToxicExMachina)]]></author>
			<pubDate>Wed, 13 Mar 2019 18:07:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14826#p14826</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with mounting partitions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14824#p14824</link>
			<description><![CDATA[<div class="quotebox"><cite>RIA77 wrote:</cite><blockquote><div><p>Should I edit fstab ?</p></div></blockquote></div><p>If you want to mount partition with mouse - no. You just need to change policykit rules. If you want to get partition already mounted after booting - yes.</p><div class="quotebox"><cite>RIA77 wrote:</cite><blockquote><div><p>This is the current state of fstab. Should I make any corrections ?</p><p><a href="https://ibb.co/yghYcJs" rel="nofollow">https://ibb.co/yghYcJs</a></p></div></blockquote></div><p>If you have created /mnt/dev/sda5 directory manually - it&#039;s correct and after reboot NTFS partition will be mounted automatically. If it worked - it&#039;s great and you can add some options for better system integration.</p>]]></description>
			<author><![CDATA[dummy@example.com (ToxicExMachina)]]></author>
			<pubDate>Wed, 13 Mar 2019 17:51:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14824#p14824</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with mounting partitions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14823#p14823</link>
			<description><![CDATA[<div class="quotebox"><cite>KatolaZ wrote:</cite><blockquote><div><div class="quotebox"><cite>RIA77 wrote:</cite><blockquote><div><p>I&#039;d like to mount partitions with click.<br /> How to properly edit etc/fstab ?</p></div></blockquote></div><p>You shouldn&#039;t need to modify your fstab at all. Which version of Devuan are ytou running? Which Desktop Environment? Have you fiddled with policykit or consolekit/elogind by any chance. This should work OOTB in Devuan ASCII.</p><p>HTH</p><p>KatolaZ</p></div></blockquote></div><p> I have been runing Devuan 2.0 XFCE</p>]]></description>
			<author><![CDATA[dummy@example.com (RIA77)]]></author>
			<pubDate>Wed, 13 Mar 2019 17:36:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14823#p14823</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with mounting partitions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14822#p14822</link>
			<description><![CDATA[<div class="quotebox"><cite>ToxicExMachina wrote:</cite><blockquote><div><div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>someone who just dropped in here a few days ago and is new to Devuan.</p></div></blockquote></div><p>How&#039;s me being new at Devuan forums relates to actual matters of discussion?</p></div></blockquote></div><p>If you have to ask that question, it&#039;s unlikely you&#039;d understand the answer.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Wed, 13 Mar 2019 17:33:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14822#p14822</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with mounting partitions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14821#p14821</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>someone who just dropped in here a few days ago and is new to Devuan.</p></div></blockquote></div><p>How&#039;s me being new at Devuan forums relates to actual matters of discussion?</p>]]></description>
			<author><![CDATA[dummy@example.com (ToxicExMachina)]]></author>
			<pubDate>Wed, 13 Mar 2019 17:28:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14821#p14821</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with mounting partitions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14819#p14819</link>
			<description><![CDATA[<div class="quotebox"><cite>Panopticon wrote:</cite><blockquote><div><p>I agree with Katolaz, more than likely a polkit issue. You shouldnt need to edit fstab to make an ntfs partition mount, more info on your system is needed at this point.</p><p>What is the output of below ls command?</p><p><span class="bbc">ls /usr/share/polkit-1/actions/</span></p></div></blockquote></div><div class="quotebox"><blockquote><div><p>com.hp.hplip.policy<br />com.ubuntu.pkexec.gparted.policy<br />com.ubuntu.pkexec.synaptic.policy<br />org.freedesktop.color.policy<br />org.freedesktop.consolekit.policy<br />org.freedesktop.login1.policy<br />org.freedesktop.packagekit.policy<br />org.freedesktop.policykit.policy<br />org.freedesktop.RealtimeKit1.policy<br />org.freedesktop.udisks2.policy<br />org.freedesktop.upower.policy<br />org.freedesktop.upower.qos.policy<br />org.linux.lmt.gui.policy<br />org.opensuse.cupspkhelper.mechanism.policy<br />org.xfce.power.policy<br />org.xfce.session.policy<br />org.xfce.thunar.policy<br />org.x.xf86-video-intel.backlight-helper.policy</p></div></blockquote></div><p>Should I edit fstab ?<br /> This is the current state of fstab. Should I make any corrections ?</p><p><a href="https://ibb.co/yghYcJs" rel="nofollow">https://ibb.co/yghYcJs</a></p>]]></description>
			<author><![CDATA[dummy@example.com (RIA77)]]></author>
			<pubDate>Wed, 13 Mar 2019 17:10:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14819#p14819</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with mounting partitions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14817#p14817</link>
			<description><![CDATA[<div class="quotebox"><cite>Panopticon wrote:</cite><blockquote><div><p>ToxicExMachina, why would you advise someone to follow an (in your words) incorrect method to mount a partition?</p></div></blockquote></div><p>I give a number of solutions. The incorrect one is what topicstarter exactly asked (it&#039;s similar to printing screenshot of filemanager instead output of ls command). The correct one is the solution i recommend.</p>]]></description>
			<author><![CDATA[dummy@example.com (ToxicExMachina)]]></author>
			<pubDate>Wed, 13 Mar 2019 16:41:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14817#p14817</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with mounting partitions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14816#p14816</link>
			<description><![CDATA[<div class="quotebox"><cite>Panopticon wrote:</cite><blockquote><div><p>ToxicExMachina, why would you advise someone to follow an (in your words) incorrect method to mount a partition?</p></div></blockquote></div><p>Indeed.&#160; RIA77 . . . listen carefully to KatolaZ not someone who just dropped in here a few days ago and is new to Devuan.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Wed, 13 Mar 2019 16:41:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14816#p14816</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with mounting partitions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14814#p14814</link>
			<description><![CDATA[<p>ToxicExMachina, why would you advise someone to follow an (in your words) incorrect method to mount a partition?</p>]]></description>
			<author><![CDATA[dummy@example.com (Panopticon)]]></author>
			<pubDate>Wed, 13 Mar 2019 16:25:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14814#p14814</guid>
		</item>
	</channel>
</rss>
