Write permission to external USB drive
If one has an external USB drive with Linux partitions, Ubuntu by default wouldn't give write permission to non-owners to these partitions. One needs to change the owner of the partition by issuing the following command line:
sudo chown -R username:group device location
where group is, in general, users, device location mounted is /media/
Labels: LINUX