For that matter you may have to edit your /etc/fstab file.
I will tell you that in my fstab file my USB drive entry is this:
Code:
/dev/sda1 /mnt/removable auto user,kudzu,exec,iocharset=iso8859-1,noauto,umask=0,codepage=850 0 0
This shows that anyone can mount it (by including the "user" parameter). You could also add the "rw" parameter for read-write accessibility.
Make sure the directory mounted to (in my case this would be /mnt/removable) also has read-write permissions (chmod 0765 or something like that).