<?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=7976&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / The OS Demands Password Access to a Non-Linux Partition]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7976</link>
		<description><![CDATA[The most recent posts in The OS Demands Password Access to a Non-Linux Partition.]]></description>
		<lastBuildDate>Sat, 16 May 2026 16:23:49 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: The OS Demands Password Access to a Non-Linux Partition]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63850#p63850</link>
			<description><![CDATA[<p>/usr/share/polkit-1/actions/org.freedesktop.UDisks2.policy</p><p>Edit as needed.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Sat, 16 May 2026 16:23:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63850#p63850</guid>
		</item>
		<item>
			<title><![CDATA[Re: The OS Demands Password Access to a Non-Linux Partition]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63848#p63848</link>
			<description><![CDATA[<div class="quotebox"><cite>JQAdams wrote:</cite><blockquote><div><p>I re-installed Devuan 6.1.1 (Excalibur). During installation, I supplied only a User Name and User Password. (I bypassed the prompt to enter a Root Password.)</p></div></blockquote></div><p>Good to know that you have deciuded to follow the sudo path. Important for further support.</p><div class="quotebox"><cite>JQAdams wrote:</cite><blockquote><div><p>Opening the Dolphin file manager, I found that I needed only to click my partitions to mount them ...</p></div></blockquote></div><p>My guess would be that these partitions have been mounted already during system boot, and you are just opening them with Dolphin. Without looking more into the details, we can&#039;t say for sure, but the inxi output is enough for a qualified guess. <br />From there I can read that you have / on sda11, /boot/efi on sda1, swap on sda10 and /home on sda9. These partitions can be accessed by Dolphin w/o any additional mount because they are listed in the fstab which defines which partitions will be mounted during system boot (swap will remain hidden). To confirm please execute:</p><div class="codebox"><pre><code>cat /etc/fstab</code></pre></div><div class="quotebox"><cite>JQAdams wrote:</cite><blockquote><div><p> ... -- except for just one partition, Media1 (sda7). After clicking on it, I got the following message:</p><p>Authentication is required to mount WDC WD1003FZEX-00MK2A0 (dev/sda7).</p><p>I had to enter my user account password to mount Media1.</p><p>I opened the Gnome Disk Utility, deleted the entire sda7 partition (Media1) and reformatted it as EXT4. After restarting, I opened Dolphin and tried to remount Media1 again by clicking on it. I got the same message: Authentication is Required. I had to enter my account password to mount it.</p></div></blockquote></div><p>Looks very normal to me. sda7 seems not to be listed in the fstab since its not listed in the inxi report, so when you want to mount it you must enter your admin pw for elevated privilegues for this activity. This requirement is part of the Linux safety philosophy. </p><p>You can&#039;t bypass this procedure, except for when you follow pcalvert&#039;s advice: add sda7 to the fstab. Then its mounted during bootup and everything required is handled in the background.</p><div class="quotebox"><cite>pcalvert wrote:</cite><blockquote><div><p>The only exception to this that I have seen (so far) is when I use a file manager to mount a partition, formatted as VFAT or exFAT, that is located on a USB flash drive.</p></div></blockquote></div><p>All major DEs like Cinnamon, Gnome, KDE, LXQT, Mate ... have so called automounters on board that take care for removable drives. These automounters handle the elevated privilegues in the background and supply the drives mostly in /media/$USERNAME/drive with access for the user. This is also valid for e.g. USB sticks or drives that are extx formatted or usb disk drives with any file system or encryption.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sat, 16 May 2026 16:13:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63848#p63848</guid>
		</item>
		<item>
			<title><![CDATA[Re: The OS Demands Password Access to a Non-Linux Partition]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63841#p63841</link>
			<description><![CDATA[<p>My experience is that lately (for last several years) I am <em>always</em> asked to enter a password when attempting to mount a partition on an internal drive using a file manager. The only exception to this that I have seen (so far) is when I use a file manager to mount a partition, formatted as VFAT or exFAT, that is located on a USB flash drive. I am not sure this has always been the case, but I&#039;m not really certain about that.</p><p>If you frequently mount that <strong>sda7</strong> partition, try adding it to your <strong>fstab</strong> file and configure it to be mounted automatically.</p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Sat, 16 May 2026 04:27:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63841#p63841</guid>
		</item>
		<item>
			<title><![CDATA[Re: The OS Demands Password Access to a Non-Linux Partition]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63840#p63840</link>
			<description><![CDATA[<p>I re-installed Devuan 6.1.1 (Excalibur). During installation, I supplied only a <strong>User Name</strong> and <strong>User Password</strong>. (I bypassed the prompt to enter a <strong>Root Password</strong>.)</p><p>Opening the <strong>Dolphin</strong> file manager, I found that I needed only to click my partitions to mount them-- except for just one partition, <strong>Media1 (sda7)</strong>. After clicking on it, I got the following message:</p><p><strong>Authentication is required to mount WDC WD1003FZEX-00MK2A0 (dev/sda7).</strong></p><p>I had to enter my user account password to mount <strong>Media1</strong>.</p><p>I opened the <strong>Gnome Disk Utility,</strong> deleted the entire <strong>sda7</strong> partition <strong>(Media1)</strong> and reformatted it as EXT4. After restarting, I opened <strong>Dolphin</strong> and tried to remount <strong>Media1</strong> again by clicking on it. I got the same message: <strong>Authentication is Required</strong>. I had to enter my account password to mount it.</p><p><strong>This is what I found in the KSystem Journal (the Authentication Log):</strong>:</p><p><strong>2026-05-15T18:21:14.461306-04:00</strong><br />homepc polkitd[1836]: Operator of unix-session:2 FAILED to authenticate to gain authorization for action org.freedesktop.udisks2.filesystem-mount-system for system-bus-name::1.57 [/usr/bin/dolphin] (owned by unix-user:martin)</p><p><strong>2026-05-15T18:21:20.581825-04:00</strong><br />homepc polkitd[1836]: Operator of unix-session:2 successfully authenticated as unix-user:martin to gain TEMPORARY authorization for action org.freedesktop.udisks2.filesystem-mount-system for system-bus-name::1.57 [/usr/bin/dolphin] (owned by unix-user:martin)</p><p><strong>2026-05-15T21:02:45.699332-04:00</strong><br />homepc polkitd[1662]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)</p><p><strong>The following is output from the inxi-Fzr Command</strong>:<br />System:<br />&#160; Kernel: 6.12.88+deb13-amd64 arch: x86_64 bits: 64<br />&#160; Desktop: KDE Plasma v: 6.3.6 Distro: Devuan GNU/Linux 6 (excalibur)</p><p>Machine:<br />&#160; Type: Desktop Mobo: ASUSTeK model: MAXIMUS VIII GENE v: Rev 1.xx<br />&#160; &#160; serial: &lt;superuser required&gt; UEFI: American Megatrends v: 3801<br />&#160; &#160; date: 03/14/2018</p><p>CPU:<br />&#160; Info: quad core model: Intel Core i5-6500 bits: 64 type: MCP cache:<br />&#160; &#160; L2: 1024 KiB</p><p>&#160; Speed (MHz): avg: 800 min/max: 800/3600 cores: 1: 800 2: 800 3: 800 4: 800</p><p>Graphics:<br />&#160; Device-1: Intel HD Graphics 530 driver: i915 v: kernel<br />&#160; Display: wayland server: X.org v: 1.21.1.16 with: Xwayland v: 24.1.6<br />&#160; &#160; compositor: kwin_wayland driver: X: loaded: modesetting unloaded: fbdev,vesa<br />&#160; &#160; dri: iris gpu: i915 resolution: 1440x900~60Hz</p><p>&#160; API: EGL v: 1.5 drivers: iris,swrast<br />&#160; &#160; platforms: gbm,wayland,x11,surfaceless,device</p><p>&#160; API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa v: 25.0.7-2<br />&#160; &#160; renderer: Mesa Intel HD Graphics 530 (SKL GT2)</p><p>&#160; API: Vulkan v: 1.4.309 drivers: intel,llvmpipe surfaces: xcb,xlib,wayland<br />&#160; Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo<br />&#160; &#160; de: kscreen-console,kscreen-doctor wl: wayland-info x11: xdriinfo,<br />&#160; &#160; xdpyinfo, xprop, xrandr</p><p>Audio:<br />&#160; Device-1: Intel 100 Series/C230 Series Family HD Audio driver: snd_hda_intel<br />&#160; Device-2: ASUSTek Xonar SoundCard driver: hid-generic,snd-usb-audio,usbhid<br />&#160; &#160; type: USB</p><p>&#160; API: ALSA v: k6.12.88+deb13-amd64 status: kernel-api<br />&#160; Server-1: PipeWire v: 1.4.2 status: active</p><p>Network:<br />&#160; Device-1: Intel Ethernet I219-V driver: e1000e<br />&#160; IF: eth0 state: up speed: 100 Mbps duplex: full mac: &lt;filter&gt;</p><p>Drives:<br />&#160; Local Storage: total: 931.51 GiB used: 503.88 GiB (54.1%)<br />&#160; ID-1: /dev/sda vendor: Western Digital model: WD1003FZEX-00MK2A0<br />&#160; &#160; size: 931.51 GiB</p><p>Partition:<br />&#160; ID-1: / size: 115.2 GiB used: 6.67 GiB (5.8%) fs: ext4 dev: /dev/sda11<br />&#160; ID-2: /boot/efi size: 951.1 MiB used: 10.5 MiB (1.1%) fs: vfat<br />&#160; &#160; dev: /dev/sda1<br />&#160; ID-3: /home size: 45.84 GiB used: 259.7 MiB (0.6%) fs: ext4 dev: /dev/sda9</p><p>Swap:<br />&#160; ID-1: swap-1 type: partition size: 7.81 GiB used: 0 KiB (0.0%)<br />&#160; &#160; dev: /dev/sda10</p><p>Sensors:<br />&#160; System Temperatures: cpu: 25.0 C mobo: N/A<br />&#160; Fan Speeds (rpm): N/A</p><p>Repos:<br />&#160; Active apt repos in: /etc/apt/sources.list<br />&#160; &#160; 1: deb <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> excalibur main non-free-firmware<br />&#160; &#160; 2: deb-src <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> excalibur main non-free-firmware<br />&#160; &#160; 3: deb <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> excalibur-security main non-free-firmware<br />&#160; &#160; 4: deb-src <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> excalibur-security main non-free-firmware<br />&#160; &#160; 5: deb <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> excalibur-updates main non-free-firmware<br />&#160; &#160; 6: deb-src <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> excalibur-updates main non-free-firmware</p><p>Info:<br />&#160; Memory: total: 16 GiB available: 15.49 GiB used: 2.18 GiB (14.1%)<br />&#160; Processes: 218 Uptime: 9m Shell: Bash inxi: 3.3.38<br />martin@homepc:~/Documents$</p>]]></description>
			<author><![CDATA[dummy@example.com (JQAdams)]]></author>
			<pubDate>Sat, 16 May 2026 01:35:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63840#p63840</guid>
		</item>
		<item>
			<title><![CDATA[Re: The OS Demands Password Access to a Non-Linux Partition]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63835#p63835</link>
			<description><![CDATA[<p>My apologies. I installed:</p><p>Devuan GNU/Linux 6<br />KDE Plasma Version 6.3.6<br />Kernel Version 6.12.86+deb13-amd64 (64-bit)</p>]]></description>
			<author><![CDATA[dummy@example.com (JQAdams)]]></author>
			<pubDate>Fri, 15 May 2026 21:15:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63835#p63835</guid>
		</item>
		<item>
			<title><![CDATA[Re: The OS Demands Password Access to a Non-Linux Partition]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63834#p63834</link>
			<description><![CDATA[<div class="quotebox"><cite>JQAdams wrote:</cite><blockquote><div><p> ... has additional EXT4 partitions that are non-Linux and had nothing to do with the OS install.</p></div></blockquote></div><p>ext4 is Linux in any case. For the second part: as long as this/these partitions are not mounted, nobody sees them. No user, no root, no installer. No matter who the owner is. </p><div class="quotebox"><cite>JQAdams wrote:</cite><blockquote><div><p>Each time that I boot up (or restart), Devuan demands that I enter the Root SUDO password to authorize the mounting of the Media1 partition (which is sd7). When I enter the password, Media1 gets mounted, and I am logged onto a desktop that the ROOT created.</p></div></blockquote></div><p>First of all, you have not mentioned anything about what you have installed. Which release? Which desktop? You mention something about KDE later on. Would you mind to share the output from </p><div class="codebox"><pre><code>inxi -Fzr</code></pre></div><p> You may need to install inxi first.</p><p>Assuming you have not setup something like autologin, you should be asked for Username and password and not asked for any root/sudo password during booting and land into any root account. </p><p>Another fact: Root SUDO are not the same, they a two separate approaches to gain admin rights. We are here on a Debian based distro, not Ubuntu or like. The installer asks you if you want to assign a root password. If you say no, sudo gets installed and configured for your username (the Ubuntu setup). For admin actions you are asked for the user pw. If you say yes, the root account is fully generated and no sudo is setup at all. For admin actions you need to enter the root password. </p><p>Basically I can&#039;t follow your complaints and make any sense out of your problems. Why do you automount your media1 partition? What happens if you simply abort the mount request?<br />BTW: mounting is a admin action and requires root privilegues. Always. </p><div class="quotebox"><cite>JQAdams wrote:</cite><blockquote><div><p>Is it possible that Devuan somehow got the bootable UBS Install drive confused with the Install ISO on Media1?</p></div></blockquote></div><p>Simple answer: NO </p><p>I hope my comments do help you to clear up some mist.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 15 May 2026 21:02:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63834#p63834</guid>
		</item>
		<item>
			<title><![CDATA[The OS Demands Password Access to a Non-Linux Partition]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63833#p63833</link>
			<description><![CDATA[<p>My PC has <strong>Home</strong>, <strong>Swap</strong>, and <strong>Root</strong> partitions from a previous Linux distro. I erased and reformatted them for the Devuan OS installation.</p><p>The same hard drive also has additional EXT4 partitions that are non-Linux and had nothing to do with the OS install. I have used the <strong>chown</strong> command to make sure that I am the owner of everything on those partitions. I use them to hold documents, articles, audio, and video. On one of these partitions, which is called <strong>Media1</strong>, I also had a copy of the Devuan Installation ISO. I used that ISO to create a bootable USB drive for the installation of Devuan, and I left the ISO on <strong>Media1</strong>.</p><p><strong>Here Is My Problem</strong><br />I believe that the ISO on <strong>Media1</strong> may have somehow caused a problem during the OS installation. At least, that is the only explanation that I can think of for what has happened. This is what is happening:</p><p>Each time that I boot up (or restart), Devuan demands that I enter the <strong>Root SUDO password</strong> to authorize the mounting of the <strong>Media1</strong> partition (which is <strong>sd7</strong>). When I enter the password, Media1 gets mounted, and I am logged onto a desktop that the ROOT created. It is not my personal desktop.&#160; If I log out of this desktop and log back on, under my name and account, then I see my normal personalized desktop. The next time that I reboot or restart, I must go through this whole process again. I must give the SUDO password to mount Media1 (sd7), and I am logged back onto that alternate desktop.</p><p>I have re-used the chown command to make sure that I own the <strong>Media1</strong> partition. I have also checked the file system using the <strong>KDE Partition Manager</strong>. Additionally, under <strong>System Settings &gt; Device Auto Mount</strong>, I have verified that the <strong>Media1</strong> partition is supposed to be auto-mounted at startup. I also looked in the KSystem Logs, but I found nothing related to <strong>Sd7</strong>.</p><p>Is it possible that Devuan somehow got the <strong>bootable UBS Install drive</strong> confused with the <strong>Install ISO on Media1</strong>? What can I do to fix this?</p>]]></description>
			<author><![CDATA[dummy@example.com (JQAdams)]]></author>
			<pubDate>Fri, 15 May 2026 20:10:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63833#p63833</guid>
		</item>
	</channel>
</rss>
