Hello, everyone:
When I try to access my windows partition as a regular user, I get...
[???????@localhost mnt]$ cd windows
bash: cd: windows: Permission denied
[???????@localhost mnt]$
But it works as root....
[???????@localhost mnt]$ su
Password:
[root@localhost mnt]# cd windows
[root@localhost windows]#
In my attempts to solve the problem, I have attempted to use mcc to set the permissions for /mnt/windows/ for my user account to 744, and gotten the same results as above.
Thank you,
MrMorden