![]() |
|
|
#1 |
|
Jul 2014
3×149 Posts |
Hi,
I'm trying to copy the mprime files into a flash stick so I can run from the stick. When I type root@william-GA-78LMT-USB3:/home/william/Downloads/p95v287.linux64# cp mprime /media/38b3e3a6-e319-4e3a-8bed-dcd7c224057a\$/mprime_folder I get cp: accessing `/media/38b3e3a6-e319-4e3a-8bed-dcd7c224057a\$/mprime_folder': Not a directory I'm using ubuntu. I created the mprime_folder folder on the stick using mkdir. Can anyone help? |
|
|
|
|
|
#2 |
|
Sep 2002
Database er0rr
72338 Posts |
I suspect the path you specified is not right. Use "cp mprime /media" but do not press "enter" and hit "tab" a couple of times to get a listing. Enter the first few characters of the the next directory and hit "tab" again. Etc.
![]() @mods: please move to the Linux subforum Last fiddled with by paulunderwood on 2015-11-22 at 17:10 |
|
|
|
|
|
#3 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36·13 Posts |
The '$' sign might be the culprit. It is best to avoid such symbols in folder or file names (as well as spaces, exclamation points, '*', etc); you still can use such folders and files but you may be hit with similar snafus every once in a while.
The special characters need 'protection': Try embedding each argument in ' quotes. And/or add \ before $, too. Another trick can be to cut the folder name shorter and replace the rest with *; the OS will run on-the-fly expansion for you... One or another might help. |
|
|
|
|
|
#4 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
37×263 Posts |
Quote:
She gave the URL verbally as "H T T P Colon Back Slash Back Slash"... Just what (TFF) is it going to take to educate the populous of the difference between forward and back slashes? |
|
|
|
|
|
|
#5 |
|
Jul 2014
3·149 Posts |
Thanks for the replies.
I've got all the mprime files on the stick now and have tried it with my submersive cooling machine. There;s one stick which has tinycore on it and this one with the mprime files on. I try running mprime when I mount the stick and I get this ./mprime: line 1:syntax error: unexpected word (expecting ")"). The version of mprime I have is the 64bit linux tar,gx version currently on the gimps site. The processor this machine has is an AMD 64 Dual Core 3800+ Any ideas why I can't run mprime? |
|
|
|
|
|
#6 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
37·263 Posts |
|
|
|
|
|
|
#7 |
|
Dec 2014
3·5·17 Posts |
Try "file mprime" to see if it thinks mprime is an executable.
|
|
|
|
|
|
#8 |
|
Jul 2014
3·149 Posts |
When I run ./mprime -h I get the same error as before.
When I run file mprime I get sh: file: not found |
|
|
|
|
|
#9 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
260316 Posts |
|
|
|
|
|
|
#11 |
|
Romulan Interpreter
Jun 2011
Thailand
7·1,373 Posts |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Posting log files or other text files | Xyzzy | Forum Feedback | 3 | 2018-12-30 19:37 |
| Is copying my complete "p95v285" folder to my new pc enough to continue? | RienS | Information & Answers | 1 | 2014-11-14 21:47 |
| Ubuntu | storm5510 | Linux | 24 | 2013-11-08 20:59 |
| Ubuntu 9.10 | henryzz | Linux | 11 | 2010-01-29 21:31 |
| Copying Latex No Longer Works? | jinydu | Information & Answers | 2 | 2009-03-16 02:39 |