Re: Xfce4 do not recognize the usb at PCMan FM File Manager
Reply #16 –
mkdir /mnt/usbstick
mount /dev/sdd1 /mnt/usbstick
That's how you manually mount it, if it's listed under sdd1 or whatever it is. You can use the dmesg command after plugging in the stick to find that out. I am not running xfce4 on Artix and I don't know why it doesn't mount. I either manually mount or use udiskie with a polkit rule I found online.
Before unplugging, please do
umount /mnt/usbstick
eject /dev/sdd1
or whatever the device name is, that's how you make sure the data is actually written.
It's not supposed to simply work on artix. The focus is not on desktop environments yet.