Comment 2 for bug 324795

Revision history for this message
Geza Kovacs (gezakovacs) wrote :

The space mangling issue seems to be present in vol_id as well, only it's using hexadecimal rather than octal - since it appears that backslashes aren't banned by certain disk labeling applications I'll just be sticking with a simple text find-replace solution.

[root@geza-laptop Desktop]# /lib/udev/vol_id /dev/sdc1
ID_FS_USAGE=filesystem
ID_FS_TYPE=vfat
ID_FS_VERSION=FAT32
ID_FS_UUID=0353-E120
ID_FS_UUID_ENC=0353-E120
ID_FS_LABEL=has spaces
ID_FS_LABEL_ENC=has\x20spaces
ID_FS_LABEL_SAFE=has_spaces