#/bin/bash # GPLv3 or later see COPYING.GPL # use 'id' unix command to learn your gid/uid then # sdf1 is what i want to mount, on /mnt/disk8 mount -o gid=1001,uid=1001 /dev/sdf1 /mnt/disk8