04-12-2024, 11:32 AM
(This post was last modified: 04-12-2024, 06:08 PM by Tim Curtis.
Edit Reason: Add sudo to rmdir commands
)
1. Unplug all the USB drives
2. Verify the mount directories are empty (the ls command returns nothing)
3. Delete the empty mount directories
4. Plug in one USB drive
5. Menu "Update library"
6. View the moode log and verify that the library update stats were logged
7. Switch to Folder view, navigate to a folder and then "Update this folder"
8. Verify the library update stats for that folder were logged in the moode log
2. Verify the mount directories are empty (the ls command returns nothing)
Code:
ls /media/Crucial2TB
ls /media/Kingston1TB
ls /media/Kingston1TB_
3. Delete the empty mount directories
Code:
sudo rmdir /media/Crucial2TB
sudo rmdir /media/Kingston1TB
sudo rmdir /media/Kingston1TB_
4. Plug in one USB drive
5. Menu "Update library"
6. View the moode log and verify that the library update stats were logged
7. Switch to Folder view, navigate to a folder and then "Update this folder"
8. Verify the library update stats for that folder were logged in the moode log