03-01-2024, 11:16 AM
To fix do the following:
1. Unplug all USB drives
2. List the directories in /media
3. Delete each directory listed in step #2
4. Reboot
5. Verify that /media is empty (no directories listed)
6. Plug back in the new USB drive
1. Unplug all USB drives
2. List the directories in /media
Code:
ls /media
3. Delete each directory listed in step #2
Code:
rm -rf /media/DIRECTORY_NAME
4. Reboot
5. Verify that /media is empty (no directories listed)
Code:
ls /media
6. Plug back in the new USB drive