Xfce Xfce, not all ntfs(logical)disks shown at left panel of Thunar

Hello Free People!)
screenshot my question attached
I am presume my issue related to this question and still not fixable?

PS not mounted only EXTENDED/LOGICAL/EBR ntfs partitions

Code:
ada4             0:125 932G MBR                                         - -
  <FREE>         -:-   993K -                                           - -
  ada4s1         0:148  76G linux-data                                  - -
  ada4s2         0:149 4.0G linux-swap                                  - -
  ada4s3         0:150 346G linux-data                                  - -
  <FREE>         -:-   1.0M -                                           - -
  ada4s4         0:151 506G EBR                                         - -
    ada4s4+00000001   0:182 506G ntfs                                ntfs/NEW5 -
  <FREE>         -:-   1.7M -                                           - -
Code:
# gpart show /dev/ada4s4
=>         0  1061298178  ada4s4  EBR  (506G)
           0  1061298178       1  ntfs  (506G)

# mount -t ntfs3 /dev/ada4s4 /mnt
mount: /dev/ada4s4: Invalid fstype: Invalid argument
#
Code:
# kldload fuse
kldload: can't load fuse: No such file or directory
# kldload fusefs
kldload: can't load fusefs: module already loaded or in kernel
#
Code:
# ls -l /dev/ada4s4*
crw-r-----  1 root operator 0x97 Sep 22 20:08 /dev/ada4s4
crw-r-----  1 root operator 0xbb Sep 22 20:30 /dev/ada4s4+00000001
# gpart show /dev/ada4s4*
=>         0  1061298178  ada4s4  EBR  (506G)
           0  1061298178       1  ntfs  (506G)

gpart: No such geom: /dev/ada4s4+00000001.
#
 

Attachments

  • Screenshot_2024-09-22_19-20-21.png
    Screenshot_2024-09-22_19-20-21.png
    201.3 KB · Views: 46
Something found. Issue not ony at extended ntfs but all extended partitions mount. But. If i use ntfs-3g extedned partition + offset its mount ok. But still not seen at Thunar devices panel.

Code:
ada0s2 0:120 176G EBR - -

ada0s2+00000001 0:225 29G ntfs ntfs/NEW1 -

ada0s2+00975376 0:227 49G ntfs ntfs/NEW2 -

ada0s2+02600746 0:229 49G ntfs ntfs/NEW_7 -

ada0s2+04226116 0:231 49G ntfs - /mnt/NEW3

# ntfs-3g /dev/ada0s2+04226116 /mnt/NEW3

#
 
from bsdisks.log
Code:
Sep 22 02:35:53 home bsdisks[1138]: Created block  "da0"
Sep 22 02:35:53 home bsdisks[1138]: Created block  "ada0s2"
Sep 22 02:35:53 home bsdisks[1138]: Created block  "ada0s1"
Sep 22 02:35:53 home bsdisks[1138]: Created block  "ada0s2+02600746"
Sep 22 02:35:53 home bsdisks[1138]: QDBusObjectPath: invalid path "/org/freedesktop/UDisks2/block_devices/ada0s2+02600746"
Sep 22 02:35:53 home bsdisks[1138]: Created block  "ada0s2+04226116"
Sep 22 02:35:53 home bsdisks[1138]: QDBusObjectPath: invalid path "/org/freedesktop/UDisks2/block_devices/ada0s2+04226116"
Sep 22 02:35:53 home bsdisks[1138]: Created block  "ada0s2+00975376"
Sep 22 02:35:53 home bsdisks[1138]: QDBusObjectPath: invalid path "/org/freedesktop/UDisks2/block_devices/ada0s2+00975376"
Sep 22 02:35:53 home bsdisks[1138]: Created block  "ada0s2+00000001"
Sep 22 02:35:53 home bsdisks[1138]: QDBusObjectPath: invalid path "/org/freedesktop/UDisks2/block_devices/ada0s2+00000001"
 
Back
Top