Once upon a time, Alan Evans <ame.fedora@xxxxxxxxx> said: > [alan@agena ~]$ cd /media/My" "Book/ > bash: cd: /media/My: No such file or directory Try looking at the kernel messages (dmesg). I have seen media errors, especially on auto-mounted external devices like this, give similar results. Does "mount" show the correct device mounted there? Is it possibly some Unicode space (as opposed to ASCII 32)? Try "grep My /proc/mounts | od -t c". Otherwise: no idea; I've never seen bash have a problem. Try installing strace and running "strace bash -c 'cd /media/My*Book' 2>&1 | grep My". -- Chris Adams <cmadams@xxxxxxxxxx> Systems and Network Administrator - HiWAAY Internet Services I don't speak for anybody but myself - that's enough trouble. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines