Results 1 to 5 of 5
Hi all I have made a file called mnt/millwalll/ I want copy files from cd to it i bene using this line
cp --preserve -r /{files name}/mnt/millwalll/
I get cp: ...
- 03-17-2009 #1Just Joined!
- Join Date
- May 2008
- Posts
- 38
copying files from cd to HDD
Hi all I have made a file called mnt/millwalll/ I want copy files from cd to it i bene using this line
cp --preserve -r /{files name}/mnt/millwalll/
I get cp: target /mnt/millwalll/ is not a directory
any help be amazing thanks
- 03-17-2009 #2
remove the file /mnt/milwalll/and create a directory instead using the 'mkdir' command
Linux user #126863 - see http://linuxcounter.net/
- 03-17-2009 #3Just Joined!
- Join Date
- May 2008
- Posts
- 38
thanks a lot why would it do that tho if i already created the dir ?
- 03-18-2009 #4
You said you created a file. Post the output of
Code:ll /mnt
- 03-18-2009 #5
You didn't create a dir. You created a file. You know it's not a directory because when you try to copy files into it, your shell says "... is not a directory".
Linux user #126863 - see http://linuxcounter.net/


Reply With Quote