![]() |
[SOLVED] Mount point name changed from USB to USB_ - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [SOLVED] Mount point name changed from USB to USB_ (/showthread.php?tid=6275) Pages:
1
2
|
Mount point name changed from USB to USB_ - romain - 03-01-2024 Hello, since I've cloned my USB attached SSD to another SSD with the same label "USB", udisks-glue now mounts my SSD on "USB_" instead of "USB", does someone know how I can fix this please ? Is there some sort of cache that I could reset ? Manually mounting USB drive detected as /dev/sda1 on /media/USB or setting it in /etc/fstab works however. Thanks RE: Mount point name changed from USB to USB_ - Nutul - 03-01-2024 (03-01-2024, 10:26 AM)romain Wrote: Hello, Unmount and remove the drive, then check for ghost folder at the mount-point level, and eventually remove them. RE: Mount point name changed from USB to USB_ - Tim Curtis - 03-01-2024 To fix do the following: 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 RE: Mount point name changed from USB to USB_ - romain - 03-01-2024 (03-01-2024, 11:11 AM)Nutul Wrote:(03-01-2024, 10:26 AM)romain Wrote: Hello, Hello, there's no other folder under /media/ when I umount /media/USB I assume udisks-glue maintains some sort of cache but I don't know how and where I can reset it Code: root@bureau:~# udisksctl info -b /dev/sda1 RE: Mount point name changed from USB to USB_ - Nutul - 03-01-2024 (03-01-2024, 11:17 AM)romain Wrote: MountPoints: /media/USB It's weird, as I see the correct mount-point... RE: Mount point name changed from USB to USB_ - romain - 03-01-2024 (03-01-2024, 11:22 AM)Nutul Wrote:(03-01-2024, 11:17 AM)romain Wrote: MountPoints: /media/USB Yes, this is when it is /dev/sda1 is mounted via fstab RE: Mount point name changed from USB to USB_ - Nutul - 03-01-2024 (03-01-2024, 11:28 AM)romain Wrote:(03-01-2024, 11:22 AM)Nutul Wrote:(03-01-2024, 11:17 AM)romain Wrote: MountPoints: /media/USB Let it mount itself, and then post the same info. Maybe do a reboot first... (but if you mounted the drive manually, then UNMOUNT IT beforehand) RE: Mount point name changed from USB to USB_ - romain - 03-01-2024 (03-01-2024, 11:30 AM)Nutul Wrote:(03-01-2024, 11:28 AM)romain Wrote:(03-01-2024, 11:22 AM)Nutul Wrote:(03-01-2024, 11:17 AM)romain Wrote: MountPoints: /media/USB You mean without fstab ? RE: Mount point name changed from USB to USB_ - Nutul - 03-01-2024 (03-01-2024, 11:31 AM)romain Wrote:(03-01-2024, 11:30 AM)Nutul Wrote:(03-01-2024, 11:28 AM)romain Wrote:(03-01-2024, 11:22 AM)Nutul Wrote:(03-01-2024, 11:17 AM)romain Wrote: MountPoints: /media/USB Yes. RE: Mount point name changed from USB to USB_ - romain - 03-01-2024 (03-01-2024, 11:31 AM)Nutul Wrote:(03-01-2024, 11:31 AM)romain Wrote:(03-01-2024, 11:30 AM)Nutul Wrote:(03-01-2024, 11:28 AM)romain Wrote:(03-01-2024, 11:22 AM)Nutul Wrote: It's weird, as I see the correct mount-point... I've rebooted with drive plugged in and without fstab, udisks-glue mounted /dev/sda1 on /media/USB_ with empty folder /media/USB still present. I've then deleted empty folder /media/USB and rebooted with drive attached now it is well mounted under /media/USB Many thanks |