mounting disk on linux
https://superuser.com/questions/320415/mount-device-with-specific-user-rights
To mount a device with certain rights, you can use the -o Option
directive while mounting the device.
In the line nosuid,nodev,nofail,x-gvfs-show,uid=gugu
, add uid=gugu
to assign the ownership to user gugu
.