I finally managed to upgrade from 6.12.48-1-MANJARO to 6.12.90-1-MANJARO. This moves me from 25.x to ManjaroLinux 26.1.0-pre Bian-May. Since the upgrade, I’ve had a problem with my RAID1 array. This is hardware managed by an Intel driver on the MB, reporting no issues. I have the array set to auto mount using the System Settings → Disks & Cameras → Device Auto-Mount, not fstab. I see that the two drives making the array are listed individually in Dolphin / tools (see below). As this is sometimes just a UI issue, I put in a test file and confirmed it is not showing up on the other drive, they are out of sync.
Note: this is an old NTFS array from when I ran Windows way back. When I finally run out of space (nearly!) I’ll rebuild with the correct FS type.
Checking the boot log, I see the mount listing two entries:
May 25 11:34:49 victor ntfs-3g[1054]: Version 2022.10.3 external FUSE 29
May 25 11:34:49 victor ntfs-3g[1054]: Mounted /dev/sda2 (Read-Write, label "RAID", NTFS 3.1)
May 25 11:34:49 victor ntfs-3g[1054]: Cmdline options: rw,uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,windows_names
May 25 11:34:49 victor ntfs-3g[1054]: Mount options: uhelper=udisks2,nodev,nosuid,allow_other,nonempty,relatime,rw,default_permissions,fsname=/dev/sda2,blkdev,blksize=4096
May 25 11:34:49 victor ntfs-3g[1054]: Global ownership and permissions enforced, configuration type 7
May 25 11:34:49 victor ntfs-3g[1056]: Version 2022.10.3 external FUSE 29
May 25 11:34:49 victor ntfs-3g[1056]: Mounted /dev/sdb2 (Read-Write, label "RAID", NTFS 3.1)
May 25 11:34:49 victor ntfs-3g[1056]: Cmdline options: rw,uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,windows_names
May 25 11:34:49 victor ntfs-3g[1056]: Mount options: uhelper=udisks2,nodev,nosuid,allow_other,nonempty,relatime,rw,default_permissions,fsname=/dev/sdb2,blkdev,blksize=4096
May 25 11:34:49 victor ntfs-3g[1056]: Global ownership and permissions enforced, configuration type 7
I pulled up the prior log to compare:
May 25 10:11:22 victor ntfs-3g[1038]: Mounted /dev/md126p2 (Read-Write, label "RAID", NTFS 3.1)
May 25 10:11:22 victor ntfs-3g[1038]: Cmdline options: rw,uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,windows_names
May 25 10:11:22 victor ntfs-3g[1038]: Mount options: uhelper=udisks2,nodev,nosuid,allow_other,nonempty,relatime,rw,default_permissions,fsname=/dev/md126p2,blkdev,blksize=4096
May 25 10:11:22 victor ntfs-3g[1038]: Global ownership and permissions enforced, configuration type 7
May 25 10:11:22 victor udisksd[770]: Mounted /dev/md126p2 at /run/media/victor/RAID on behalf of uid 1000
Same mounting utility and version, so that didn’t upgrade.
I can confirm the drives are mounted separately:
lsblk -l
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 2.7T 0 disk
sda1 8:1 0 128M 0 part
sda2 8:2 0 2.7T 0 part /run/media/victor/RAID
sdb 8:16 0 2.7T 0 disk
sdb1 8:17 0 128M 0 part
sdb2 8:18 0 2.7T 0 part /run/media/victor/RAID1
sr0 11:0 1 1024M 0 rom
nvme0n1 259:0 0 238.5G 0 disk
nvme0n1p1 259:1 0 300M 0 part /boot/efi
nvme0n1p2 259:2 0 229.4G 0 part /var/log
/home
/var/cache
/
nvme0n1p3 259:3 0 8.8G 0 part [SWAP]
sudo fdisk -l
The backup GPT table is not on the end of the device.
Disk /dev/sda: 2.73 TiB, 3000592982016 bytes, 5860533168 sectors
Disk model: ST3000DM008-2DM1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: C8F960E6-D73F-4FC5-BA10-51A081EE1583
Device Start End Sectors Size Type
/dev/sda1 34 262177 262144 128M Microsoft reserved
/dev/sda2 264192 5860526079 5860261888 2.7T Microsoft basic data
Partition 1 does not start on physical sector boundary.
The backup GPT table is not on the end of the device.
Disk /dev/sdb: 2.73 TiB, 3000592982016 bytes, 5860533168 sectors
Disk model: ST3000DM008-2DM1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: C8F960E6-D73F-4FC5-BA10-51A081EE1583
Device Start End Sectors Size Type
/dev/sdb1 34 262177 262144 128M Microsoft reserved
/dev/sdb2 264192 5860526079 5860261888 2.7T Microsoft basic data
Partition 1 does not start on physical sector boundary.
Disk /dev/nvme0n1: 238.47 GiB, 256060514304 bytes, 500118192 sectors
Disk model: INTEL SSDPEKKW256G7
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 80422C9C-46A6-422F-A3EE-C167B67B7615
Device Start End Sectors Size Type
/dev/nvme0n1p1 4096 618495 614400 300M EFI System
/dev/nvme0n1p2 618496 481663187 481044692 229.4G Linux filesystem
/dev/nvme0n1p3 481663188 500118125 18454938 8.8G Linux swap
I don’t have the older lsblk / fdisk output, would need to fall back to the prior snapshot to collect. I can provide it if needed.
inxi info for reference:
inxi --filter --verbosity=8 --color=0
System:
Kernel: 6.12.90-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 16.1.1
clocksource: tsc avail: hpet,acpi_pm
parameters: BOOT_IMAGE=/@/boot/vmlinuz-6.12-x86_64
root=UUID=f4addf64-b459-401c-8cec-c194cf8301b4 rw rootflags=subvol=@
quiet splash resume=UUID=128c88d4-6db6-4ace-9804-be2b98cc0903
udev.log_priority=3
Desktop: KDE Plasma v: 6.6.5 tk: Qt v: N/A info: frameworks v: 6.26.0
wm: kwin_wayland vt: 1 dm: SDDM Distro: Manjaro base: Arch Linux
Machine:
Type: Desktop Mobo: ASUSTeK model: TUF Z270 MARK 2 v: Rev 1.xx
serial: <superuser required> part-nu: SKU uuid: <superuser required>
Firmware: UEFI vendor: American Megatrends v: 0505 date: 11/08/2016
Battery:
Device-1: hidpp_battery_0 model: Logitech M705 serial: <filter> charge: 15%
rechargeable: yes status: discharging
Memory:
System RAM: total: 16 GiB available: 15.55 GiB used: 4.34 GiB (27.9%)
Message: For most reliable report, use superuser + dmidecode.
Array-1: capacity: 64 GiB slots: 4 modules: 2 EC: None
max-module-size: 16 GiB note: est.
Device-1: ChannelA-DIMM1 type: no module installed
Device-2: ChannelA-DIMM2 type: DDR4 detail: synchronous size: 8 GiB
speed: 2133 MT/s volts: note: check curr: 1 min: 1 max: 1 width (bits):
data: 64 total: 64 manufacturer: G-Skill part-no: F4-2400C15-8GVB
serial: N/A
Device-3: ChannelB-DIMM1 type: no module installed
Device-4: ChannelB-DIMM2 type: DDR4 detail: synchronous size: 8 GiB
speed: 2133 MT/s volts: note: check curr: 1 min: 1 max: 1 width (bits):
data: 64 total: 64 manufacturer: G-Skill part-no: F4-2400C15-8GVB
serial: N/A
PCI Slots:
Permissions: Unable to run dmidecode. Root privileges required.
CPU:
Info: model: Intel Core i5-6600K bits: 64 type: MCP arch: Skylake-S
gen: core 6 level: v3 note: check built: 2015 process: Intel 14nm family: 6
model-id: 0x5E (94) stepping: 3 microcode: 0xF0
Topology: cpus: 1x dies: 1 clusters: 4 cores: 4 smt: <unsupported> cache:
L1: 256 KiB desc: d-4x32 KiB; i-4x32 KiB L2: 1024 KiB desc: 4x256 KiB
L3: 6 MiB desc: 1x6 MiB
Speed (MHz): avg: 800 min/max: 800/3900 scaling: driver: intel_pstate
governor: powersave cores: 1: 800 2: 800 3: 800 4: 800 bogomips: 28009
Flags: 3dnowprefetch abm acpi adx aes aperfmperf apic arat
arch_capabilities arch_perfmon art avx avx2 bmi1 bmi2 bts clflush
clflushopt cmov constant_tsc cpuid cpuid_fault cx16 cx8 de ds_cpl dtes64
dtherm dts epb erms est f16c flush_l1d fma fpu fsgsbase fxsr ht hwp
hwp_act_window hwp_epp hwp_notify ibpb ibrs ida intel_pt invpcid lahf_lm
lm mca mce md_clear mmx monitor movbe mpx msr mtrr nonstop_tsc nopl nx
pae pat pbe pcid pclmulqdq pdcm pdpe1gb pebs pge pln pni popcnt pse pse36
pti pts rdrand rdseed rdtscp rep_good sdbg sep smap smep ss ssbd sse sse2
sse4_1 sse4_2 ssse3 stibp syscall tm tm2 tsc tsc_adjust
tsc_deadline_timer vme x2apic xgetbv1 xsave xsavec xsaveopt xsaves
xtopology xtpr
Vulnerabilities:
Type: gather_data_sampling status: Vulnerable: No microcode
Type: indirect_target_selection status: Not affected
Type: itlb_multihit status: KVM: VMX unsupported
Type: l1tf mitigation: PTE Inversion
Type: mds mitigation: Clear CPU buffers; SMT disabled
Type: meltdown mitigation: PTI
Type: mmio_stale_data mitigation: Clear CPU buffers; SMT disabled
Type: reg_file_data_sampling status: Not affected
Type: retbleed mitigation: IBRS
Type: spec_rstack_overflow status: Not affected
Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via
prctl
Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer
sanitization
Type: spectre_v2 mitigation: IBRS; IBPB: conditional; STIBP: disabled;
RSB filling; PBRSB-eIBRS: Not affected; BHI: Not affected
Type: srbds mitigation: Microcode
Type: tsa status: Not affected
Type: tsx_async_abort mitigation: TSX disabled
Type: vmscape mitigation: IBPB before exit to userspace
Graphics:
Device-1: NVIDIA GP106 [GeForce GTX 1060 3GB] vendor: EVGA driver: nouveau
v: kernel non-free: 550-580.xx+ status: current (as of 2025-11;
EOL~2026-12-xx) arch: Pascal code: GP10x process: TSMC 16nm
built: 2016-2021 pcie: gen: 1 speed: 2.5 GT/s lanes: 16 link-max: gen: 3
speed: 8 GT/s ports: active: HDMI-A-1 empty: DP-1, DP-2, DP-3, DVI-D-1
bus-ID: 01:00.0 chip-ID: 10de:1c02 class-ID: 0300 temp: 51.0 C
Display: wayland server: X.org v: 1.21.1.22 with: Xwayland v: 24.1.11
compositor: kwin_wayland driver: X: loaded: modesetting
alternate: fbdev,vesa dri: nouveau gpu: nouveau display-ID: 0
Monitor-1: HDMI-A-1 model: Acer G257HU serial: <filter> built: 2018 res:
mode: 2560x1440 hz: 60 scale: 100% (1) dpi: 118 gamma: 1.2 chroma: red:
x: 0.663 y: 0.333 green: x: 0.302 y: 0.616 blue: x: 0.149 y: 0.059 white:
x: 0.314 y: 0.329 size: 552x311mm (21.73x12.24") diag: 634mm (24.9")
ratio: 16:9 modes: 2560x1440, 1920x1080, 1920x1080i, 1680x1050,
1280x1024, 1440x900, 1280x960, 1280x800, 1152x864, 1280x720, 1024x768,
832x624, 800x600, 720x576, 720x480, 640x480, 720x400
API: EGL v: 1.5 hw: drv: nvidia nouveau platforms: device: 0 drv: nouveau
device: 1 drv: swrast gbm: drv: nouveau surfaceless: drv: nouveau wayland:
drv: nouveau x11: drv: nouveau
API: OpenGL v: 4.5 compat-v: 4.3 vendor: mesa v: 26.0.6-arch1.1 glx-v: 1.4
direct-render: yes renderer: NV136 device-ID: 10de:1c02 memory: 2.91 GiB
unified: no display-ID: :1.0
API: Vulkan v: 1.4.350 layers: 2 device: 0 type: discrete-gpu name: NVIDIA
GeForce GTX 1060 3GB (NVK GP106) driver: mesa nvk v: 26.0.6-arch1.1
device-ID: 10de:1c02 surfaces: N/A
Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
de: kscreen-console,kscreen-doctor wl: wayland-info
x11: xdpyinfo, xprop, xrandr
Audio:
Device-1: Intel 200 Series PCH HD Audio vendor: ASUSTeK
driver: snd_hda_intel v: kernel alternate: snd_soc_avs bus-ID: 00:1f.3
chip-ID: 8086:a2f0 class-ID: 0403
Device-2: NVIDIA GP106 High Definition Audio vendor: EVGA
driver: snd_hda_intel v: kernel pcie: gen: 1 speed: 2.5 GT/s lanes: 16
link-max: gen: 3 speed: 8 GT/s bus-ID: 01:00.1 chip-ID: 10de:10f1
class-ID: 0403
API: ALSA v: k6.12.90-1-MANJARO status: kernel-api with: aoss
type: oss-emulator tools: alsactl,alsamixer,amixer
Server-1: sndiod v: N/A status: off tools: aucat,midicat,sndioctl
Server-2: JACK v: 1.9.22 status: off tools: N/A
Server-3: PipeWire v: 1.6.5 status: active with: 1: pipewire-pulse
status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
tools: pactl,pw-cat,pw-cli,wpctl
Network:
Device-1: Intel Ethernet I219-V vendor: ASUSTeK driver: e1000e v: kernel
port: N/A bus-ID: 00:1f.6 chip-ID: 8086:15d6 class-ID: 0200
IF: enp0s31f6 state: down mac: <filter>
Device-2: Qualcomm Atheros AR93xx Wireless Network Adapter driver: ath9k
v: kernel pcie: gen: 1 speed: 2.5 GT/s lanes: 1 bus-ID: 06:00.0
chip-ID: 168c:0030 class-ID: 0280
IF: wlp6s0 state: up mac: <filter>
IP v4: <filter> type: dynamic noprefixroute scope: global
broadcast: <filter>
IP v6: <filter> type: noprefixroute scope: link
IF-ID-1: tun0 state: unknown speed: 10000 Mbps duplex: full mac: N/A
IP v4: <filter> type: noprefixroute scope: global broadcast: <filter>
IP v6: <filter> virtual: stable-privacy proto kernel_ll scope: link
Info: services: NetworkManager, systemd-timesyncd, wpa_supplicant
WAN IP: <filter>
Bluetooth:
Message: No bluetooth data found.
Logical:
Message: No logical block device data found.
RAID:
Hardware-1: Intel SATA Controller [RAID mode] driver: ahci v: 3.0 port: f020
bus-ID: 00:17.0 chip-ID: 8086:2822 rev: class-ID: 0104
Drives:
Local Storage: total: 8.42 TiB used: 7.51 TiB (89.1%)
SMART Message: Required tool smartctl not installed. Check --recommends
ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Intel model: SSDPEKKW256G7
size: 238.47 GiB block-size: physical: 512 B logical: 512 B speed: 31.6 Gb/s
lanes: 4 tech: SSD serial: <filter> fw-rev: PSF100C temp: 42.9 C
scheme: GPT
ID-2: /dev/sda maj-min: 8:0 vendor: Seagate model: ST3000DM008-2DM166
size: 2.73 TiB block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s
tech: HDD rpm: 7200 serial: <filter> fw-rev: CC26
ID-3: /dev/sdb maj-min: 8:16 vendor: Seagate model: ST3000DM008-2DM166
size: 2.73 TiB block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s
tech: HDD rpm: 7200 serial: <filter> fw-rev: CC26
Partition:
ID-1: / raw-size: 229.38 GiB size: 229.38 GiB (100.00%)
used: 142.75 GiB (62.2%) fs: btrfs dev: /dev/nvme0n1p2 maj-min: 259:2
label: N/A uuid: f4addf64-b459-401c-8cec-c194cf8301b4
ID-2: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%)
used: 664 KiB (0.2%) fs: vfat dev: /dev/nvme0n1p1 maj-min: 259:1 label: N/A
uuid: CEAD-1D8B
ID-3: /home raw-size: 229.38 GiB size: 229.38 GiB (100.00%)
used: 142.75 GiB (62.2%) fs: btrfs dev: /dev/nvme0n1p2 maj-min: 259:2
label: N/A uuid: f4addf64-b459-401c-8cec-c194cf8301b4
ID-4: /run/media/victor/RAID raw-size: 2.73 TiB size: 2.73 TiB (100.00%)
used: 2.61 TiB (95.6%) fs: ntfs dev: /dev/sda2 maj-min: 8:2 label: RAID
uuid: 2E3C78203C77E16F
ID-5: /run/media/victor/RAID1 raw-size: 2.73 TiB size: 2.73 TiB (100.00%)
used: 2.61 TiB (95.6%) fs: ntfs dev: /dev/sdb2 maj-min: 8:18 label: RAID
uuid: 2E3C78203C77E16F
ID-6: /var/cache raw-size: 229.38 GiB size: 229.38 GiB (100.00%)
used: 142.75 GiB (62.2%) fs: btrfs dev: /dev/nvme0n1p2 maj-min: 259:2
label: N/A uuid: f4addf64-b459-401c-8cec-c194cf8301b4
ID-7: /var/log raw-size: 229.38 GiB size: 229.38 GiB (100.00%)
used: 142.75 GiB (62.2%) fs: btrfs dev: /dev/nvme0n1p2 maj-min: 259:2
label: N/A uuid: f4addf64-b459-401c-8cec-c194cf8301b4
Swap:
Kernel: swappiness: 60 (default) cache-pressure: 100 (default) zswap: no
ID-1: swap-1 type: partition size: 8.8 GiB used: 768 KiB (0.0%)
priority: -2 dev: /dev/nvme0n1p3 maj-min: 259:3 label: swap
uuid: 128c88d4-6db6-4ace-9804-be2b98cc0903
Unmounted:
ID-1: /dev/sda1 maj-min: 8:1 size: 128 MiB fs: <superuser required>
label: N/A uuid: N/A
ID-2: /dev/sdb1 maj-min: 8:17 size: 128 MiB fs: <superuser required>
label: N/A uuid: N/A
USB:
Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 16 rev: 2.0
speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
class-ID: 0900
Device-1: 1-1:2 info: Logitech Internet 350 Keyboard type: keyboard,HID
driver: hid-generic,usbhid interfaces: 2 rev: 1.1
speed: 1.5 Mb/s (183 KiB/s) lanes: 1 mode: 1.0 power: 100mA
chip-ID: 046d:c313 class-ID: 0300
Device-2: 1-5:3 info: Logitech Unifying Receiver type: keyboard,mouse,HID
driver: logitech-djreceiver,usbhid interfaces: 3 rev: 2.0
speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 98mA
chip-ID: 046d:c52b class-ID: 0300
Device-3: 1-6:4 info: JMicron / USA USB to ATA/ATAPI Bridge
type: mass storage driver: usb-storage interfaces: 1 rev: 2.0
speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 2mA
chip-ID: 152d:2351 class-ID: 0806 serial: <filter>
Hub-2: 2-0:1 info: super-speed hub ports: 10 rev: 3.0
speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 chip-ID: 1d6b:0003
class-ID: 0900
Hub-3: 3-0:1 info: hi-speed hub with single TT ports: 2 rev: 2.0
speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
class-ID: 0900
Hub-4: 4-0:1 info: super-speed hub ports: 2 rev: 3.1
speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
class-ID: 0900
Sensors:
System Temperatures: cpu: 35.0 C mobo: N/A gpu: nouveau temp: 51.0 C
Fan Speeds (rpm): N/A gpu: nouveau fan: 0
Repos:
Packages: pm: pacman pkgs: 1534 libs: 395 tools: pamac pm: flatpak pkgs: 0
Active pacman repo servers in: /etc/pacman.d/mirrorlist
1: https://muug.ca/mirror/manjaro/stable/$repo/$arch
2: https://volico.mm.fcix.net/manjaro/stable/$repo/$arch
3: https://mirror.vinehost.net/manjaro/stable/$repo/$arch
4: https://ftp.nluug.nl/pub/os/Linux/distr/manjaro/stable/$repo/$arch
5: https://ftp.tsukuba.wide.ad.jp/Linux/manjaro/stable/$repo/$arch
6: https://manjaro.mirror.garr.it/manjaro/stable/$repo/$arch
7: https://mirror.xeonbd.com/manjaro/stable/$repo/$arch
8: https://mirror.dc.uz/manjaro/stable/$repo/$arch
Processes:
CPU top: 5 of 244
1: cpu: 17.1% command: sdc2 started-by: mount.ntfs pid: 2903
mem: 3.84 MiB (0.0%)
2: cpu: 15.3% command: firefox pid: 3616 mem: 903.8 MiB (5.6%)
3: cpu: 6.2% command: Terabyte started-by: dolphin pid: 2920
mem: 519.3 MiB (3.2%)
4: cpu: 5.4% command: kwin_wayland pid: 727 mem: 367.4 MiB (2.3%)
5: cpu: 3.8% command: [kworker/u16:3-btrfs-endio] pid: 8770
mem: 0.00 MiB (0.0%)
Memory top: 5 of 244
1: mem: 903.8 MiB (5.6%) command: firefox pid: 3616 cpu: 15.3%
2: mem: 789.5 MiB (4.9%) command: firefox pid: 3846 cpu: 2.2%
3: mem: 519.3 MiB (3.2%) command: Terabyte started-by: dolphin pid: 2920
cpu: 6.2%
4: mem: 444.3 MiB (2.7%) command: firefox pid: 5450 cpu: 0.6%
5: mem: 444.2 MiB (2.7%) command: firefox pid: 4634 cpu: 1.2%
Info:
Processes: 244 Power: uptime: 4h 40m states: freeze,mem,disk suspend: deep
avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, reboot,
suspend, test_resume image: 6.11 GiB services: org_kde_powerdevil,
power-profiles-daemon, upowerd Init: systemd v: 260 default: graphical
tool: systemctl
Compilers: clang: 22.1.5 gcc: 16.1.1 alt: 14/15 Shell: Zsh v: 5.9
default: Bash v: 5.3.9 running-in: konsole inxi: 3.3.40
I suspect the problem is in /usr/share/polkit-1/actions/org.freedesktop.UDisks2.policy as I have to fix this on every update and the good syslog entry shows udisksd performing the second mount. I normally only need to edit the org.freedesktop.udisks2.filesystem-mount-system section, set all three to ‘yes’.
<defaults>
<allow_any>yes</allow_any>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
Otherwise the auto mount fails and I have to manually mount with sudo, which defeats the purpose of auto mounting. Otherwise the file has default content. Perhaps org.freedesktop.udisks2.manage-md-raid?
Can you please assist me in getting my RAID back to a single sync’d mount?