Monday, April 22, 2013

Error: Adding read ACL for uid 1000

 Error:

Adding read ACL for uid 1000 to /media/dongnvq failed: operation not supported

Solution:

open the terminal and execute following commands:

    sudo mkdir /media/$USER
    sudo chown $USER.$USER /media/$USER

the end.



No comments:

Post a Comment