The folder contents could not be displayed.I need to work as root user with 'sudo nautilus' command. When I operate as sudo then everything looks and behave normal. But when I tried to access those partition (Hard disk drive) as regular user then those partitions ask me to enter root password. Same situation might happen to you.
You do not have the permissions necessary to view the contents of "foldername".
It is a problem of owner issue. You don't have much permission to access those partitions. You need to change ownership of drives. Just type the command below in terminal and press enter.
sudo chown -R (Your username):nogroup /media/(Partition ID or Mount address)Getting partition or drive id:
- At first mount that partition
- Now press 'Ctrl + L'
- Now you will get mount address in nautilus
sudo chown -R myname:nogroup /media/cb9a6473-56fd-82e4-48ed-46bd4ab615a4Enter password, now try to browse files and folders in that ext4 filesystem drive. You could do all things easily now. You don't need anymore password. You need to do same thing for every harddisk drive.
I tried it in Ubuntu 10.04 and works perfectly.
No comments:
Post a Comment
Please help me to improve my English. Please Email me or comment below. Thanks...