Matthias Schulz <[EMAIL PROTECTED]> writes: > mount /dev/hda1 /mnt/win95 -t vfat
> It seems to be with no problems. But in each win95 is a directory named > "Program Files". I can't change in this dir, because it's a space in > the filename. Have you tried escaping the space in the shell? Either of cd "/mnt/win95/Program Files" cd /mnt/win95/Program\ Files cd /mnt/win95/Program' 'Files should work unless there is a bug in the kernel's long filename support. -- Henning Makholm http://www.diku.dk/students/makholm

