<?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=5811&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Shared partition is not showing up in thunar]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=5811</link>
		<description><![CDATA[The most recent posts in [SOLVED] Shared partition is not showing up in thunar.]]></description>
		<lastBuildDate>Wed, 26 Jul 2023 08:31:36 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Shared partition is not showing up in thunar]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=43047#p43047</link>
			<description><![CDATA[<p>hi and yes i assume that you suggest i remount sda5 to /delt/hans ?</p><p>lsblk</p><div class="codebox"><pre><code>@devuan:~# lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 465,8G  0 disk 
├─sda1   8:1    0   512M  0 part /boot/efi
├─sda2   8:2    0 214,3G  0 part /
├─sda3   8:3    0     8G  0 part [SWAP]
├─sda4   8:4    0   229G  0 part 
└─sda5   8:5    0    14G  0 part 
sr0     11:0    1  1024M  0 rom  </code></pre></div><p>df -h</p><div class="codebox"><pre><code>@devuan:~# df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            3,8G     0  3,8G   0% /dev
tmpfs           777M  1,3M  776M   1% /run
/dev/sda2       210G   17G  183G   9% /
tmpfs           5,0M  4,0K  5,0M   1% /run/lock
tmpfs           3,2G     0  3,2G   0% /dev/shm
/dev/sda1       511M   12M  500M   3% /boot/efi
tmpfs           777M   12K  777M   1% /run/user/1000</code></pre></div><p>chown </p><div class="codebox"><pre><code>@devuan:/delt# chown hans.hans hans</code></pre></div><p>mount</p><div class="codebox"><pre><code>@devuan:~# mount /dev/sda5 /delt/hans</code></pre></div><p>lsblk</p><div class="codebox"><pre><code>@devuan:~# lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 465,8G  0 disk 
├─sda1   8:1    0   512M  0 part /boot/efi
├─sda2   8:2    0 214,3G  0 part /
├─sda3   8:3    0     8G  0 part [SWAP]
├─sda4   8:4    0   229G  0 part 
└─sda5   8:5    0    14G  0 part /delt/hans
sr0     11:0    1  1024M  0 rom  </code></pre></div><p>OK that dos it now i can se my shared folder in /delt/hans&#160; &#160; &#160;<img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> and <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> produces <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (devur)]]></author>
			<pubDate>Wed, 26 Jul 2023 08:31:36 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=43047#p43047</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Shared partition is not showing up in thunar]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=43041#p43041</link>
			<description><![CDATA[<p>I think Thunar belongs to XFCE. I am no XFCE user, mine is Cinnamon and Mate. What I can tell is:</p><p>When /dev/sda5 is mounted to /delt, you should be able to find the mount point in the file system structure. Open Thunar, then open the File System. There you should see /delt. Try to open. May fail due to access rights. </p><p>To your post #5: all devices belong to /root, there is NO way to change rights to other than root. </p><p>What you need to do is when&#160; /dev/sda5 is mounted to /delt:<br />Open a root console, in there:</p><div class="codebox"><pre><code># lsblk
# df -h 
# cd /delt
# mkdir hans
# chown hans.hans hans</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Tue, 25 Jul 2023 12:52:08 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=43041#p43041</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Shared partition is not showing up in thunar]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=43038#p43038</link>
			<description><![CDATA[<p>hi <br />i found a new problem white my sda5 drive</p><p>i ignored the new add line in fstab whit a # and that made the sda5 hdd show op i thunar, but i haw to login as root so i changes owner but white now effect</p><div class="codebox"><pre><code>@devuan:~# ls -la /dev/sda5
brw-rw---- 1 root disk 8, 5 Jul 25 10:21 /dev/sda5</code></pre></div><div class="codebox"><pre><code>@devuan:~# chown hans /dev/sda5</code></pre></div><div class="codebox"><pre><code>@devuan:~# ls -la /dev/sda5
brw-rw---- 1 hans disk 8, 5 Jul 25 10:21 /dev/sda5</code></pre></div><p>i haw a scream shut that whose login root required</p><p>and after reboot</p><div class="codebox"><pre><code>@devuan:~# ls -la /dev/sda5
brw-rw---- 1 root disk 8, 5 Jul 25 10:25 /dev/sda5</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (devur)]]></author>
			<pubDate>Tue, 25 Jul 2023 08:39:48 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=43038#p43038</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Shared partition is not showing up in thunar]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=43036#p43036</link>
			<description><![CDATA[<p>yes sda5 i mounted under /delt</p><p>I have added this line to fstab but there is no sda5 drive in the thunar</p><div class="codebox"><pre><code># nyt delt drev /dev/sda5
UUID=1d79ec5c-6257-4086-adeb-a5dae3b83ca2       /delt   ext4    defaults        0       0       comment=x-gvfs-show</code></pre></div><p>i did mount -a but white no output </p><div class="codebox"><pre><code>@devuan:~# mount -a

@devuan:~# ls -la /dev/sda5
brw-rw---- 1 root disk 8, 5 Jul 25 07:44 /dev/sda5</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (devur)]]></author>
			<pubDate>Tue, 25 Jul 2023 06:21:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=43036#p43036</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Shared partition is not showing up in thunar]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=43028#p43028</link>
			<description><![CDATA[<p>Mounted partitions other than / will have no icon/name in Devices unless you add&#160; </p><div class="codebox"><pre><code>comment=x-gvfs-show</code></pre></div><p> to mount options in /etc/fstab.</p>]]></description>
			<author><![CDATA[dummy@example.com (cardinal)]]></author>
			<pubDate>Mon, 24 Jul 2023 17:59:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=43028#p43028</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Shared partition is not showing up in thunar]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=43027#p43027</link>
			<description><![CDATA[<p>Is /dev/sda5 mounted?</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Mon, 24 Jul 2023 14:14:07 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=43027#p43027</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Shared partition is not showing up in thunar]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=43025#p43025</link>
			<description><![CDATA[<p>shared partition is not visible in thunar</p><p>i have tried to create a shared drive between two linux distro on the same hdd but after mounting sda5 it doesn&#039;t show up i Thunar 4.16.8</p><div class="codebox"><pre><code>@devuan:~# lsblk -f
NAME   FSTYPE FSVER LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINT
sda                                                                           
├─sda1 vfat   FAT32       ED35-DE71                             499,8M     2% /boot/efi
├─sda2 ext4   1.0         f717867f-4d52-44ba-8440-03b17ae2293a  182,9G     8% /
├─sda3 swap   1           e473a17d-7436-49c8-ad08-790b10319f96                [SWAP]
├─sda4 ext4   1.0         2c1816a2-0ad5-43a5-86e1-6addbdaa2e8e                
└─sda5 ext4   1.0         1d79ec5c-6257-4086-adeb-a5dae3b83ca2   12,9G     0% /delt
sr0         </code></pre></div><div class="codebox"><pre><code>@devuan:~# ls -al /dev/sda5
brw-rw---- 1 hans disk 8, 5 Jul 24 07:57 /dev/sda5</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (devur)]]></author>
			<pubDate>Mon, 24 Jul 2023 07:09:54 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=43025#p43025</guid>
		</item>
	</channel>
</rss>
