Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change read write permission for partition
#3

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




Reply


Messages In This Thread
Change read write permission for partition - by Dungeon-Dave - 2010-08-19, 06:07 AM

Forum Jump:


Users browsing this thread: