Created attachment 253796 [details] bug Here my bsd forum thread https://forums.freebsd.org/threads/xfce-not-all-ntfs-logical-disks-shown-at-left-panel-of-thunar.95054/
Not sure if this problem could be bsdisk/gvfs related. CCing maintainer of it anyway. Otherwise please feel free to correct me, thanks.
bsdisks does this: https://foss.heptapod.net/bsdutils/bsdisks/-/blob/branch/default/block.cpp?ref_type=heads#L147 Does Linux Udisks show EFI partitions?
In the forum thread you referenced I see strange device names like "ada0s2+00000001". I never seen these before. How to produce them?
(In reply to Gleb Popov from comment #3) >In the forum thread you referenced I see strange device names like "ada0s2+00000001". I never seen these before. How to produce them? its result of lsblk command
(In reply to Gleb Popov from comment #2) its not efi partitions, this how lsblk show my disks, i am understood that issue with showing partitions at Thunar related only with such extended partitions seen like "ada0s2+00000001" see attached screenshot to bug report
Judging from bsdisks output those are real partitions. There are device files in /dev for them.
(In reply to Gleb Popov from comment #6) >Judging from bsdisks output those are real partitions. There are device files in /dev for them. yes its real extended partitions you can see this at lsblk ouput, but this partitions have strange addition "+xxxxxxxx"
(In reply to Gleb Popov from comment #6) its similar? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232463
(In reply to Gleb Popov from comment #6) bsd rejecting logical partitions https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274537#c16
Anyways, the bug is within bsdisks, but I'm afraid I won't have time for this in near future.
*** Bug 281684 has been marked as a duplicate of this bug. ***
(In reply to Gleb Popov from comment #10) bsdisks.log https://pastebin.com/raw/5FjJuQXR
(In reply to Gleb Popov from comment #10) zhopov, shitty vodka drinker, why you still not fixed this bug?) all ruz must be removed from freesoftware development, like did this Brave Linus))) also, at ghostbst bug not present.
(In reply to Alexander from comment #13) > also, at ghostbst bug not present. Interesting, can you please check if "bsdisks" process is running when you're logged into a graphical session? Maybe GhostBSD folks using something else than bsdisks. > shitty vodka drinker I am not a casual vodka drinker, but an average beer specialist. We're at different levels.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=46a8f64a63add9ae7d52c25bf322d787f11aab0b commit 46a8f64a63add9ae7d52c25bf322d787f11aab0b Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-11-10 11:02:56 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-11-10 11:03:23 +0000 sysutils/bsdisks: Update to 0.36 PR: 281686 sysutils/bsdisks/Makefile | 5 ++--- sysutils/bsdisks/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-)
Alexander, can you please check if this fixes the problem for you?
(In reply to Gleb Popov from comment #16) i am not use any things that was touched by shitty ruzzians haands. ruzzians can bring only evil and shit. all ruzzians already burn in hell forever.
Feel free to reopen this bug if the problem persists.
(In reply to Gleb Popov from comment #3) "I see strange device names like "ada0s2+00000001". I never seen these before. How to produce them?" These are logical partitions on an MBR (Master Boot Record) disk made with Extended Boot Record (Wikipedia: https://en.wikipedia.org/wiki/Extended_boot_record). In two words: it allows to create unlimited amount of logical partitions on a disk with MBR, without it MBR only allows 4 partitions (primary partitions). My old external HDD is also partitioned like that. MBR, one primary partition, and an extended partition that holds 2 logical partitions. And here's what happens in FreeBSD+XFCE4 on system boot up with HDD plugged in to USB port: thunar's side panel shows the primary partition but doesn't show the logical ones. If I plug the HDD out and then plug in again: now thunar shows logical partitions too, but they don't have the "Eject" icon which all removable media should have in thunar. The primary partition has the icon, the logical ones don't. Also, unlike the primary that has the icon and is called "Volume 96 GB", the logical partitions are called just "Volume", so 2 of them - "Volume" and "Volume". They seem to work fine though, they are mounted on click. This disk is properly recognized by thunar on my Devuan+XFCE4 system, all partitions, with icons, and are named as either their labels or as "Volume x GB". So: 1. EBR based logical partitions on an MBR disk are not properly recognized on system boot on FreeBSD. 2. They are partially recognized after reconnection on the already running system. 3. They seem to not send info about their size to thunar, and thunar don't know that they are removable media (no "Eject" icon), probably the same with labels.
I said that the logical partitions have the "Eject" icon in thunar on Devuan. That's not true. After double check it turns out that they don't. On Devuan Linux only the primary partition has the icon. However, the issues are: 1. the logical partitions not being displayed at the thunar side panel at system boot 2. the logical partitions are displayed as "Volume" without size after reconnect on an already running system.