Jump to content




disc's how do they work?


  • This topic is locked This topic is locked
11 replies to this topic

#1 hamish1001

  • New Members
  • 75 posts
  • LocationAustralia

Posted 22 March 2012 - 11:38 PM

the title says all i want to copy and move around programs but IDK how

#2 hamish1001

  • New Members
  • 75 posts
  • LocationAustralia

Posted 22 March 2012 - 11:49 PM

i tried "copy" and "paste" but it didnt work

#3 PatriotBob

  • New Members
  • 38 posts

Posted 22 March 2012 - 11:52 PM

When you put a disk drive next to a computer and put a floppy disk in, the computer will mount it to /disk{n}. So in this case the first disk is mounted to /disk

You have two options:
A ) Copy it to local drive, switch disks and copy from local to disk.
B )Attach a second disk drive and copy from disk to disk.

Option A )
mkDir /tmp
cp /disk/fileA /tmp/fileA
*repeat for all files, the default copy program is meh*
*switch disks*
cp /tmp/fileA /disk/fileA
*repeat again... meh*

Option B )
*this assumes sources is in /disk and destination in /disk2
cp /disk/fileA /disk2/fileA
*repeat for all files... lots of meh*

#4 hamish1001

  • New Members
  • 75 posts
  • LocationAustralia

Posted 23 March 2012 - 12:05 AM

thanks i couldn't work it out :(/>

#5 FuzzyPurp

    Part-Time Ninja

  • Members
  • 510 posts
  • LocationHarlem, NY

Posted 23 March 2012 - 02:28 AM

There are no discs In CC. Maybe disks is what you're looking for.

#6 hamish1001

  • New Members
  • 75 posts
  • LocationAustralia

Posted 23 March 2012 - 02:38 AM

View PostFuzzyPurp, on 23 March 2012 - 02:28 AM, said:

There are no discs In CC. Maybe disks is what you're looking for.
spelt it wrong lol :(/>

#7 Wolvan

  • New Members
  • 384 posts
  • LocationIn the TARDIS

Posted 23 March 2012 - 02:06 PM

You can use my mass disk burner. It really helps

#8 PatriotBob

  • New Members
  • 38 posts

Posted 23 March 2012 - 08:13 PM

I'd really like to see an improvement of the default copy command that supports copying entire folder structures added to the rom... it's not hard to write one our self, but it's something that would be nice.

#9 Wolvan

  • New Members
  • 384 posts
  • LocationIn the TARDIS

Posted 24 March 2012 - 10:41 AM

I think that copy already can do that

#10 PatriotBob

  • New Members
  • 38 posts

Posted 24 March 2012 - 10:29 PM

Hmm I looked over the code and didn't see anything like that... maybe I missed it...

#11 Wylde Zag

  • New Members
  • 1 posts

Posted 06 April 2013 - 12:35 PM

a noob like me does it as follows:

>cp /disk/ /myfolder
makes a new folder named myfolder in the computers directory and copys the entire disk to that folder

>cp /disk/myfile /myfile
copys the file named myfile onto the computers root directory

>cd myfolder
changes the directory path to the myfolder path

>list
shows the programs in the folder

>cd ..
returns to the root folder (be shure to make the blank between the d and the .., otherwise it won't work

>cd /disk
changes to the disk path


aso....
it's a lil like the old DOS or UNIX, just test it a litle around, it's not that hard...


noobie Greetz
Zag

#12 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 06 April 2013 - 06:13 PM

That's a little overkill for bumping a topic that's already been answered. Over a year, really? Locked.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users