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

Issues with floppy disks

Started by theclassycaptain, 22 March 2014 - 07:30 PM
theclassycaptain #1
Posted 22 March 2014 - 08:30 PM
sorry if this has been posted before..i spend ages browsing through the forums and couldn't find a solution

So i have my disk drive connected to my computer which is connected to a monitor

i save the following command under startup to boot when the computer is restarted for any reason
lets just use the disk program alongtimeago as an example

shell.run("monitor" ,(right),"alongtimeago")

when i execute the command by re-booting the computer it tells me there is no such program as alongtimeago even though the computer is connected to the disk drive so is able to read the floppy disk

i am new to computercraft so im probably missing an obvious mistake


using computercraft version 1.58 for minecraft 1.6.4



tah
Lyqyd #2
Posted 22 March 2014 - 08:51 PM
Might try:


shell.run("monitor right disk/alongtimeago")
theclassycaptain #3
Posted 22 March 2014 - 09:45 PM
Might try:


shell.run("monitor right disk/alongtimeago")

it tells me

no such program disk/alongtimeago
TheOddByte #4
Posted 23 March 2014 - 12:05 AM
Might try:


shell.run("monitor right disk/alongtimeago")

it tells me

no such program disk/alongtimeago
Try

cd disk
ls
In the shell to see which programs you have on the disk
oeed #5
Posted 23 March 2014 - 12:17 AM
Might try:


shell.run("monitor right disk/alongtimeago")

it tells me

no such program disk/alongtimeago

You could also try adding a slash before disk, so:

shell.run("monitor right /disk/alongtimeago")
Probably won't make a difference, but worth a shot.
theclassycaptain #6
Posted 23 March 2014 - 01:45 PM
Might try:


shell.run("monitor right disk/alongtimeago")

it tells me

no such program disk/alongtimeago
Try

cd disk
ls
In the shell to see which programs you have on the disk


it tells me it is not a directory



Might try:


shell.run("monitor right disk/alongtimeago")

it tells me

no such program disk/alongtimeago

You could also try adding a slash before disk, so:

shell.run("monitor right /disk/alongtimeago")
Probably won't make a difference, but worth a shot.


nope nothing worked
TheOddByte #7
Posted 23 March 2014 - 01:58 PM
Hmm.. Make sure that the file alongtimeago actually exists on the disk, And if it does then you should post a screenshot to let us see how you have setup this. ( Monitor, disk drive & computer )
theclassycaptain #8
Posted 23 March 2014 - 02:05 PM
Hmm.. Make sure that the file alongtimeago actually exists on the disk, And if it does then you should post a screenshot to let us see how you have setup this. ( Monitor, disk drive & computer )



theoriginalbit #9
Posted 23 March 2014 - 02:07 PM
if you haven't found the disk legitimately, or grabbed it from the creative menu, then the disk will never work, treasure disks spawned in via means other than I just stated are not initialised properly.
theclassycaptain #10
Posted 23 March 2014 - 02:29 PM
if you haven't found the disk legitimately, or grabbed it from the creative menu, then the disk will never work, treasure disks spawned in via means other than I just stated are not initialised properly.

its not just the treasure chest disk it is any disk i get from another player..disks i have copied programs on myself work but if i gt them from another player they dont
Lyqyd #11
Posted 23 March 2014 - 06:43 PM
Is the other player getting them from the creative menu, or finding them legitimately?
theclassycaptain #12
Posted 23 March 2014 - 10:51 PM
Is the other player getting them from the creative menu, or finding them legitimately?

he is writing the programs himself and putting them on the floppy disk

i just used alongtimeago as an example
Lyqyd #13
Posted 23 March 2014 - 11:40 PM
Wait, what? What are you actually having problems with? Is it the alongtimeago disk (that you probably spawned in, since you're "using it as an example"), or is it a disk that another player is giving you that has code that they wrote on it? We can't help you solve one thing in order to fix a completely different problem, you have to tell us what the actual problem is.
Bomb Bloke #14
Posted 23 March 2014 - 11:40 PM
Try

cd disk
ls
In the shell to see which programs you have on the disk

it tells me it is not a directory

Just try a straight-up "LS" - what does it display?

If it does NOT include the word "disk", then pickaxe the disk drive, re-place it, and put the disk back in.
apemanzilla #15
Posted 24 March 2014 - 12:48 PM
ID 4259 is a treasure disk by default. That is a treasure disk you have in the drive. Given the above information and the fact it is standard blue instead of a random color, I am fairly sure that disk is grabbed from creative or NEI, in which case it will not work.
Edited on 24 March 2014 - 11:48 AM
theclassycaptain #16
Posted 24 March 2014 - 01:17 PM
ID 4259 is a treasure disk by default. That is a treasure disk you have in the drive. Given the above information and the fact it is standard blue instead of a random color, I am fairly sure that disk is grabbed from creative or NEI, in which case it will not work.

for that screenshot i did grab the disk from nei just for an example

Try

cd disk
ls
In the shell to see which programs you have on the disk

it tells me it is not a directory

Just try a straight-up "LS" - what does it display?

If it does NOT include the word "disk", then pickaxe the disk drive, re-place it, and put the disk back in.

it is all there—it may be a problem with the server we'll reset the server and update everything
Bomb Bloke #17
Posted 24 March 2014 - 01:21 PM
So going by that and your previous responses, you're saying that running "ls" shows you the disk as a directory, but "cd disk" tells you there's no such directory after all. Is this correct?
apemanzilla #18
Posted 24 March 2014 - 02:08 PM
Could you send us screenshots of the following please?
The setup
The disk itself (name, ID, color)
Running "ls" when using the NORMAL disk
If there is a "disk" repository, running "ls disk" and "cd disk"
Edited on 24 March 2014 - 01:08 PM
theclassycaptain #19
Posted 25 March 2014 - 07:37 PM
ok ok i seem to be confusing everyone especially Lyqyd

the isue is that me and my friend are having trouble sharing programs with each other on floppy diskd

forget everything about alongtimeago and treasure disk ids i know about them–i just used that as an example

we can copy our programs to a floppy disk and it all shows up on our own computer

the issue is whenever we try and boot the disk on another computer the computer refuses to acknowledge the disk being there. it detects the disk drive fine if we put a treasure chest disk (that we found in a dungeon) in the drive the computer boots that program fine
Bomb Bloke #20
Posted 26 March 2014 - 12:14 AM
Maybe things would be clearer if you answered the questions asked of you, and didn't flip-flop on the information you DO give us! :P/>

At this point, it'd likely be easier to get someone here to log on to your world.
apemanzilla #21
Posted 26 March 2014 - 12:15 AM
Could you send us screenshots of the following please?
The setup
The disk itself (name, ID, color)
Running "ls" when using the NORMAL disk
If there is a "disk" repository, running "ls disk" and "cd disk"
TheOddByte #22
Posted 26 March 2014 - 06:29 PM
Could you send us screenshots of the following please?
The setup
The disk itself (name, ID, color)
Running "ls" when using the NORMAL disk
If there is a "disk" repository, running "ls disk" and "cd disk"


apemanzilla #23
Posted 26 March 2014 - 06:41 PM
Could you send us screenshots of the following please?
The setup
The disk itself (name, ID, color)
Running "ls" when using the NORMAL disk
If there is a "disk" repository, running "ls disk" and "cd disk"
-snip snip-
He said that was a fake disk grabbed from NEI; which would mean it would not work.
theclassycaptain #24
Posted 26 March 2014 - 08:13 PM
Maybe things would be clearer if you answered the questions asked of you, and didn't flip-flop on the information you DO give us! :P/>

At this point, it'd likely be easier to get someone here to log on to your world.

kinda hard to do that cuz i dont have the map
apemanzilla #25
Posted 26 March 2014 - 08:51 PM
Maybe things would be clearer if you answered the questions asked of you, and didn't flip-flop on the information you DO give us! :P/>/>

At this point, it'd likely be easier to get someone here to log on to your world.

kinda hard to do that cuz i dont have the map

This just gets stranger and stranger…
CometWolf #26
Posted 26 March 2014 - 09:27 PM
Could you send us screenshots of the following please?
The setup
The disk itself (name, ID, color)
Running "ls" when using the NORMAL disk
If there is a "disk" repository, running "ls disk" and "cd disk"
This thread is getting so lost, JUST DO THIS ALREADY.
apemanzilla #27
Posted 27 March 2014 - 12:49 PM
Could you send us screenshots of the following please?
The setup
The disk itself (name, ID, color)
Running "ls" when using the NORMAL disk
If there is a "disk" repository, running "ls disk" and "cd disk"
This thread is getting so lost, JUST DO THIS ALREADY.
You're not helping.