Tagged Questions
2
votes
3answers
513 views
How to change the volume name of a FAT32 filesystem?
I know I can set the volume name when I format the partition with the -n option of mkfs.vfat. But how to just change the name without formatting?
I especially want to be able to use lower and ...
2
votes
1answer
91 views
renaming a fat16 volume
What's the easiest way to rename (change the volume label of) a fat16 volume (e.g. on a USB drive) from linux? It seems like mlabel from the mtools package is meant to do this, but the documentation ...