Henning Makholm dixit: > > > 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.
also an asterisk works for me: cd /mnt/win95/Program* -- Un saludo, Horacio ------------------------ [EMAIL PROTECTED] ------------------------

