![]() |
Disk Names in Moode (and elsewhere) - 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: Disk Names in Moode (and elsewhere) (/showthread.php?tid=4522) |
Disk Names in Moode (and elsewhere) - Skip Pack - 11-12-2021 This is not a Moode issue but is involved in my usage of Moode. I now have two SanDisk Extreme portable 1TB SSD drives that I use on my RPi 4 for Moode. Just got the second. No surprise, but the default name when mounted for both is "Extreme SSD". I understand that you can use any name you want if you reformat, but all I want to do is simply change the name of both (Thing 1 and Thing 2 or whatever). Adding to the potential issues is the fact that I do a lot of processing, for various purposes on my windows desktop. The drives are currently formatted in exfat which works fine on both system. Is there a simple utility on either windows or the RPi OS as implemented by Moode that will change the name and be seen and function properly on both sides without having to backup and later restore all my files? Your help here will be most appreciated. Skip RE: Disk Names in Moode (and elsewhere) - TheOldPresbyope - 11-12-2021 @Skip Pack I don't know an easier fix than to use the exfatlabel utility which is already present in the moOde 7.5.0 player. Here's what the man page says Code: EXFATLABEL(8) System Manager's Manual EXFATLABEL(8) To test this on a moOde 7.5.0 player, I plugged in a thumbdrive with one partition containing an exfat filesystem with the filesystem label "MYexFAT". First, let's see what filesystems are mounted Code: pi@rpi3bp:~ $ lsblk --fs Let's change the label to "NewLabel" and then check that it changed [Ignore the WARN message; it's just calling me out for being a bad boy who now has to clean up after myself; the filesystem itself is working.] Code: # write the new label Always unplug and replug the drive after making changes like this so the changes propagate to the OS. Otherwise you'll find the filesysem is still being referred to by the old label. Regards, Kent Notes:
RE: Disk Names in Moode (and elsewhere) - Skip Pack - 11-13-2021 That did the job as I was sure it would. It's a 'label', not a 'name'. I did the perfunctory searches before I asked, but not the right cues. Thanks a bunch Kent! |