Jump to content




copy:13: Access denied


  • You cannot reply to this topic
8 replies to this topic

#1 zombiegamer2011

  • New Members
  • 4 posts

Posted 10 December 2012 - 09:03 AM

Hi,

I seem to be having a problem with copying files to a disk, i type it as: copy list disk/list.
But when i press enter it returns: copy:13: Access denied
I've searched around but haven't found any solutions, I've tried oping computercraft with: [Computercraft] but this doesn't help.
if someone could help me that would be great :)

- zombiegamer2011

#2 bjornir90

  • Members
  • 378 posts
  • LocationFrance

Posted 10 December 2012 - 09:19 AM

It's because the list program is on the ROM, so you can't copy it. Also, it is in every computers so no need to copy it to a disk :)

#3 zombiegamer2011

  • New Members
  • 4 posts

Posted 10 December 2012 - 09:21 AM

View Postbjornir90, on 10 December 2012 - 09:19 AM, said:

It's because the list program is on the ROM, so you can't copy it. Also, it is in every computers so no need to copy it to a disk :)

Just to add some extra information, i made the list program :) is there a way i can get it out of the ROM so i can copy it?
or do i need to just copy the ROM maybe?

#4 snoble2022

  • Members
  • 100 posts
  • LocationSomewhere near the local computer store?

Posted 10 December 2012 - 09:35 AM

Computercraft is confusing list with rom/programs/list. Try renaming the program to MyList or something.

#5 bbqroast

  • Members
  • 124 posts

Posted 10 December 2012 - 09:38 AM

Can you not just copy the "list" program to a folder outside of the rom? cp /rom/programs/list /list ?

#6 zombiegamer2011

  • New Members
  • 4 posts

Posted 10 December 2012 - 09:45 AM

View Postsnoble2022, on 10 December 2012 - 09:35 AM, said:

Computercraft is confusing list with rom/programs/list. Try renaming the program to MyList or something.

embarrassingly, it appears i used the wrong floppy disk, but even with the proper floppy disk in the disk drive, and renaming the program, it still wont work, i've also found out i cant enter the disk with 'cd disk'

#7 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 10 December 2012 - 11:31 AM

Where is the disk drive in relation to the computer? Is the light on the disk drive green or red when the disk is in it?

#8 zombiegamer2011

  • New Members
  • 4 posts

Posted 10 December 2012 - 11:53 AM

View PostLyqyd, on 10 December 2012 - 11:31 AM, said:

Where is the disk drive in relation to the computer? Is the light on the disk drive green or red when the disk is in it?

The disk drive is on the left of the computer and the light is green

#9 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 10 December 2012 - 12:01 PM

Open up the lua prompt and run these commands; let us know what the results were:

disk.isPresent("left")
disk.hasData("left")
disk.getMountPath("left")





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users