I want to change the label and default mounting location for an external hard drive.
To change the label I have tried both solutions proposed in https://askubuntu.com/a/153183/800252 but they do not work for exfat drives. I already ran sudo apt-get install exfat-fuse exfat-utils before. gparted explicitly does not support exfat and e2label apparently doesn't either. Since it gives an error
Bad magic number in super-block while trying to open /dev/...
/dev/... contains a exfat file system labelled BadDefaultLabel
Similarly I changed the default Mount Point using gparted but it seems it is not being used and it still gets mounted to the default /media/user/BadDefaultLabel
.
System: Ubuntu 18.04
exfat-utils
installed, the native solution isn't far, take a look here. – mook765 May 15 '20 at 11:52