This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
rogueplatypus's profile picture

Copy:13: Access Denied

Started by rogueplatypus, 28 June 2012 - 03:17 AM
rogueplatypus #1
Posted 28 June 2012 - 05:17 AM
Whenever I try to copy from my turtle to a floppy I get Access denied.
The file layout is Rogues/3xMiner and I want to move "3xMiner" to the floppy but I can't seem to figure out how. I was attempting to type "copy 3xMiner disk/rogues" and it always said access denied.

PS I made the directory rogues on the disk aswell.
Lyqyd #2
Posted 28 June 2012 - 05:35 AM
The target destination for copy cannot be a folder; use a file instead.
coolblockj #3
Posted 28 June 2012 - 08:51 AM
Make sure the Directory Rogues is there, if not type:
"mkdir disk/Rogues"
"cp 3xMiner disk/Rogues/3xMiner"
If the directory is there just do the copy shown
rogueplatypus #4
Posted 28 June 2012 - 05:35 PM
Thanks! Yea that was the problem I was trying to copy it to a directory vs a file
wsxace1 #5
Posted 31 December 2012 - 11:02 AM
I'm getting copy:13: No such file. What am I doing wrong?
remiX #6
Posted 31 December 2012 - 11:27 AM
Does your file exist?
If you're just type 3xMiner then it would be in the computer ID and not in rom.
wsxace1 #7
Posted 31 December 2012 - 11:41 AM
Sorry, I read the post all wrong. I was trying to copy a file from my floppy disk to my turtle. How would you do that? If the program's name was Turtle and the turtle was named Steve.

Also, is it possible to rename the floppy disk?
Luanub #8
Posted 31 December 2012 - 11:51 AM
Since you problem is different from this and has nothing to do with the OP you should probably open your own post, put in the error message your getting and the code you're having issues with.