Hello,
I have a question to which I couldn't find any answer.
When I plug a usb flash drive, It gets mounted in /media/USB DISK (or any other name). The owner is me, but the group is root. This can be good in a general situation but I need group to be my main group, and change permissions as 770.
I do not want to do a chgrp and chmod after mount the disc, but have it mounted in that way.
I have looked around and I'm almost sure it must have something to do this file:
or one or the other files in that directory.
I should look inside this files and understand how the works, but if someone has experience in this matters... it will be much better.
Thanks.
I have a question to which I couldn't find any answer.
When I plug a usb flash drive, It gets mounted in /media/USB DISK (or any other name). The owner is me, but the group is root. This can be good in a general situation but I need group to be my main group, and change permissions as 770.
I do not want to do a chgrp and chmod after mount the disc, but have it mounted in that way.
I have looked around and I'm almost sure it must have something to do this file:
Code:
/usr/share/hal/fdi/policy/20-storage-methods.fdi
I should look inside this files and understand how the works, but if someone has experience in this matters... it will be much better.
Thanks.
Comment