LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Samba file naming conventions (https://www.linuxquestions.org/questions/linux-newbie-8/samba-file-naming-conventions-155279/)

ElectroLinux 03-09-2004 02:28 AM

Samba file naming conventions
 
I'm not exactly sure how i should deal with this. Basically, I have finally set up Samba and magically it works. I just copied a directory from my w2k machine to the shared drive on my linux box. But when i access the directory on the console..i get this:

# cd /mnt/5GB
# ls
downloaded mp3 recycled
# cd mp3
# ls
CD Mojo 2.0
# cd CD Mojo 2.0
-bash: cd: CD: No such file or directory


i'm guessing i need to somehow enable something in the samba config....but i'm not sure what to do?

TIA

Demonbane 03-09-2004 02:54 AM

you need a slash before the space
Code:

cd CD\ Mojo\ 2.0
or just type the first letter and press tab for auto-complete

Evilone 03-09-2004 06:48 AM

Basically, get rid of the spaces. Frustrated the hell outta me for a few months after i switched over to Slackware from XP

ElectroLinux 03-10-2004 02:42 AM

Thanks for the help peeps.


All times are GMT -5. The time now is 01:04 PM.