2010-08-19, 06:07 AM
Partitions are usually mounted by the root user (or appear to be "owned" by root), so try one of the following:
- use the root account to change ownership (over to your normal user), once the partition is mounted
- use options to the mount command to make it appear that the partition is "owned" by that user:
Code:
mount -o uid=501 gid=1000 /dev/partition /mountpoint