I created a new account(administrator) and delete the first account .
In this new account , The partitions are access denied . Some error like these are occur : "You are not owner" "You don't have necessary permission to access "Software"."
I updated my ubuntu , two win7 and one winXP , can any one help me to solve it without risk ?
Thanks .
The previous account is probably the owner of the files in the partition. If the partitions are ext (Linux) you only need to go to a terminal and replace the owner of the files (as you deleted the 1st user, you don't need to access the files with it anymore).
-R is to apply the command to all subdirectories, you can check
chown
command withman chown
After you can check if it worked using
ls -l /the_place_you_mounted_the_partition
If you have more users to share the partitions, after that you can create a group, assign the group to the files and place the users that need access in the group.
SWAP:
In
/etc/fstab
:with UUID = swap partition UUID
NTFS partitions:
in
/etc/fstab
:locale= is only if you need special locale config, you can discard it if English.