1
vote
1answer
869 views

Allowing users to mount /dev/loop0

I have a following problem. I need to let normal users mount device /dev/loop0 to a predefined directory /mnt/data. The filesystem of the device is unknown and is to be defined when mount command is ...
1
vote
1answer
167 views

Permanently change ownership of loop devices

How could I let normal user become the owner of the loop devices? I tried with chown, but whenever the device is being detached with losetup -d if afterward being created then again automatically ...