Hi,
I use a MOUNT.sh script that uses udisksctl to mount my devices:
I can unmount my devices with udisksctl unmount without problem. But when I use the umount or pcmanfm command to unmount the device I get an error:
I have a computer where I do not have the error but on the other the error this product. I compared the processes, the installed packages, I couldn't find why... Both computers are on version 14.0 amd64. Anyone have an idea, thanks?
I use a MOUNT.sh script that uses udisksctl to mount my devices:
Code:
#!/bin/sh
ls /dev/da*|xargs -n1 udisksctl mount -b
Code:
umount: unmount of /media/Generic_MassStorageClass_000000001621_s1 failed: Operation not permitted