[clug-talk] dealing UUID with spaces

2011-05-22 Thread Ralph Boland
I am using ubuntu 10.10 and have the following two lines in my /etc/fstab file: #UUID=3012-E8F4 /media/flashDrive vfat user,exec,noauto,suid 0 0 UUID="HP v255w" /media/flashDrive vfat user,exec,noauto,suid 0 0 The first line (before being commented out) allowed me to reference my flash drive as b

Re: [clug-talk] dealing UUID with spaces

2011-05-22 Thread John E. jardine
Complete guess with no testing... What about dropping the quotes and using a back-slash? UUID=HP\ v255w /media/flashDrive vfat user,exec,noauto,suid 0 0 Just a thought. - Original message - > I am using ubuntu 10.10 and have the following two lines in my > /etc/fstab file: > > #UUID=3012