9 posts
Location
England
Posted 30 June 2012 - 05:18 PM
I've been trying for ages, every time I enter cp <filename> <filename> it doesn't work. Can someone help me?
351 posts
Posted 30 June 2012 - 06:06 PM
The disk is mounted as /disk. To copy a file onto a computer "cp /disk/filename /filename". To copy it to a disk "cp /filename /disk/filename".
9 posts
Location
England
Posted 30 June 2012 - 06:59 PM
Ah thank you, it works :P/>/>
2 posts
Posted 07 July 2012 - 02:13 AM
I need help with this code I,m getting, bios:206: [string "monitorset2"]:12: '<eof>'
8543 posts
Posted 07 July 2012 - 05:32 AM
I need help with this code I,m getting, bios:206: [string "monitorset2"]:12: '<eof>'
Please post a new topic with your code and that error message.
1 posts
Posted 10 November 2013 - 11:50 PM
can someone help me? I found a disk labeled "battleship" and i am trying to copy the stuff to my computer but i have no idea how. What do I use for the source and destination?
Edited on 10 November 2013 - 10:53 PM
8543 posts
Posted 10 November 2013 - 11:59 PM
Use `ls disk` to get the names of the files, then use copy with the filenames. If the filename was battleship, you'd do `copy disk/battleship battleship`.
You should have started your own topic. Or read the sticky posts and posted in the New Members topic.