Hmmmmmm. That still doesn't work. :cry: :? prior to doing the MOUNT, the mnt folder is owned by root. Then after the MOUNT, it's owned by pi. pi@raspiHome:/media $ ls -ld /mnt drwxr-xr-x 2 root root 4096 Nov 21 18:50 /mnt pi@raspiHome:/media $ sudo mount -o uid=pi,gid=pi /dev/sda1 /mnt pi@raspiHome:...