Fix "You Do Not Have Enough Permission" on eeePC Xandros
If you see the error "You do not have enough permission" on an ASUS eeePC running Xandros Linux, it is typically caused by the /media directory not existing. This commonly happens after enabling the full KDE desktop mode, which can alter the default directory structure.
The /media directory is where Linux mounts removable storage devices such as USB drives and SD cards. Without it, the system cannot mount external media and throws a permission error.
How to fix it
-
Open a Terminal.
-
Run the following command to create the missing directory:
sudo mkdir /media -
Press Enter and provide your password if prompted.
After creating the directory, try accessing your removable storage again. The error should be resolved.
Why does this happen?
The Xandros Linux distribution used on early ASUS eeePC netbooks had a simplified "Easy Mode" interface by default. When users switched to the full KDE desktop, certain system directories were occasionally removed or not created properly during the transition. The /media mount point is essential for the operating system to handle removable devices.
