Hi,

A space doesn't work, because /etc/fstab uses the space for a
delimiter between fields. What does work, though, is to put
the octal escape code for the space character: \040 .

So if you change your fstab line to the following, it should work:
/dev/a\040space   /mnt/sdb1    vfat

Hope this helps,
James Dietrich
-- 
  
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - Or how I learned to stop worrying and
                          love email again




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to