root folder access via gui
Solution 1:
Try one of the below commands,
gksu nautilus
or
sudo -i nautilus
It is an GUI way of navigating through directories with root access.
Solution 2:
Open terminal and type
sudo nautilus
Enter your password and voila it works.