Who's Online |
49 user(s) are online ( 42 user(s) are browsing Forums)
Members: 2
Guests: 47
khayoz, amigakit,
more...
|
|
Headlines |
-
amiarcadia.lha - emulation/gamesystem
Aug 14, 2022
-
rnoeffects.lha - graphics/edit
Aug 14, 2022
-
shaderjoy.lha - graphics/viewer
Aug 14, 2022
-
lharchiver.lha - utility/archive
Aug 14, 2022
-
hexsee.lha - utility/filetool
Aug 14, 2022
-
blobwarsattrition.lha - game/action
Aug 13, 2022
-
arabic_console_devicepro2.lha - driver/input
Aug 11, 2022
-
kittymusicraft.library.lha - development/library
Aug 8, 2022
-
amosextension.library.lha - library/misc
Aug 8, 2022
-
luettjebookholler.lha - office/misc
Aug 6, 2022
|
|
|
|
ISO making SW
|
Posted on: 2021/7/6 2:32
#1
|
Just popping in 
Joined: 2010/10/14 18:05 Last Login
: Today 17:45
Group:
Registered Users
|
Is there any good ISO making SW for 4.1 FE, running on an X1000?
Thank you!
|
|
|
|
Re: ISO making SW
|
Posted on: 2021/7/6 4:39
#2
|
Just popping in 
Joined: 2020/6/30 1:08 Last Login
: 8/1 23:08
From United States
Group:
Registered Users
|
@Nuder_Try
Hi, since AmiDVD can't be resurrected, at least for me it's not working anymore I got with a lot of work Make CD running. Maybe you give it a try. Burned a few disc's last weekend and not a single coaster. I'm a little impressed and I must say I kinda missed the program.
|
|
|
|
Re: ISO making SW
|
Posted on: 2021/7/7 13:57
#3
|
Home away from home 
Joined: 2009/7/7 4:34 Last Login
: 8/15 17:21
From Man Cave, Canada
Group:
Registered Users
|
I’m still upset AmiDVD stopped working a while back….
|
_______________________________ c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII Indivision AGA & Catweasel MK4+= Amazing ! My Master Miggies-Amiga1000 & AmigaONE X1000 ! mancave-ramblings
|
|
|
Re: ISO making SW
|
Posted on: 2021/7/7 13:59
#4
|
Just popping in 
Joined: 2010/10/14 18:05 Last Login
: Today 17:45
Group:
Registered Users
|
@328gts
You and me both
|
|
|
|
Re: ISO making SW
|
Posted on: 2021/7/7 19:06
#5
|
Amigans Defender 
Joined: 2006/12/2 13:27 Last Login
: Today 17:20
From Taranto, Italy
Group:
Staff members Moderators Registered Users
|
i know that is not the same but someone has tried the ancient mkisofs ported by me years and years ago? http://www.os4depot.net/?function=sho ... =utility/misc/mkisofs.lhaYou could create an iso and then burn it (however i don't know if it is still working)
|
i'm really tired...
|
|
|
Re: ISO making SW
|
Posted on: 2021/7/7 19:18
#6
|
Just popping in 
Joined: 2010/10/14 18:05 Last Login
: Today 17:45
Group:
Registered Users
|
@afxgroup
I can give it a try after work
Seems it doesn't like my drive either, kept saying it couldn't find the directories (even though it listed them.)
Edited by Nuder_Try on 2021/7/7 21:08:44
|
|
|
|
Re: ISO making SW
|
Posted on: 2021/7/7 22:33
#7
|
Home away from home 
Joined: 2006/12/4 23:15 Last Login
: 7/24 21:45
Group:
Registered Users
|
@afxgroup It works I use it in combination with a python script to build 'rescue' disks http://webplus.broad.ology.org.uk/MakeRescue.py
|
|
|
|
Re: ISO making SW
|
Posted on: 2021/7/8 6:51
#8
|
Just popping in 
Joined: 2008/8/21 1:11 Last Login
: Today 17:05
Group:
Registered Users
|
@all I was able to create an ISO recently using FryingPan: http://www.os4depot.net/?function=sho ... filetool/thefryingpan.lhaTook some work and a few reboots on my system to get it all working. The key is to setup the drive in the middle tab before attempting to read or burn. Good luck! Bill "tekmage" Borsari PS I understand FryingPan's source was released if someone wants to work on it :)
|
|
|
|
Re: ISO making SW
|
Posted on: 2021/7/8 11:53
#9
|
Just popping in 
Joined: 2009/12/31 17:27 Last Login
: 8/13 9:36
From Westerwald
Group:
Registered Users
|
BurnIt V2 works here also.
|
|
|
|
Re: ISO making SW
|
Posted on: 2021/7/8 12:59
#10
|
Just popping in 
Joined: 2010/10/14 18:05 Last Login
: Today 17:45
Group:
Registered Users
|
Are these solutions to make a new ISO, or to make an ISO from an existing CD? I'm needing the latter.
|
|
|
|
Re: ISO making SW
|
Posted on: 2021/7/8 16:41
#11
|
Just popping in 
Joined: 2008/8/21 1:11 Last Login
: Today 17:05
Group:
Registered Users
|
@Nuder_Try
That's what I did with FryingPan. Created an ISO image from a certain 68K OS I recently purchased...
|
|
|
|
Re: ISO making SW
|
Posted on: 2021/7/9 0:11
#12
|
Just can't stay away 
Joined: 2006/12/1 18:01 Last Login
: Today 8:50
From Copenhagen, Denmark
Group:
Registered Users
|
@Nuder_Try I usually just use the DiskImage command line for that. It is part of the DiskImage.device installation (which comes as an extra with OS4.1). Normally ends up in C: There's also a doc for it, but the syntax is simple:
DiskImage DRIVE/A,DISKIMAGE/A,WRITE/S
CLI Usage:
- DRIVE/A
DOS device name (f.e. DF0:, CD1:, HD2:, ...)
- DISKIMAGE/A
Disk image filename
- WRITE/S
Use if you want to write a disk image file back to disk
Example:
Create diskimage file from disk in CD0:
DiskImage CD0: diskimage.iso
Best regards, Niels
|
|
|
|
Re: ISO making SW
|
Posted on: 2021/7/9 18:37
#13
|
Just popping in 
Joined: 2010/10/14 18:05 Last Login
: Today 17:45
Group:
Registered Users
|
@nbache DiskImage did the trick, I will try Frying Pan later, I did DL it.
Thanks all!
|
|
|
|
Re: ISO making SW
|
Posted on: 2021/7/12 3:03
#14
|
Just popping in 
Joined: 2008/8/21 1:11 Last Login
: Today 17:05
Group:
Registered Users
|
@nbache
Cool! I did not know that diskimage could create an ISO. Thanks for the tip.
Cheers, Bill "tekmage" Borsari
|
|
|
|
Re: ISO making SW
|
Posted on: 2021/7/12 3:25
#15
|
Just popping in 
Joined: 2020/11/5 3:55 Last Login
: 2021/9/4 18:58
From Älvsbyn, Sweden
Group:
Registered Users
|
@tekmage
I've downloaded it now, will see what it does and so on... it was a peculiar way to have it stashed i do have to say, creating a github like project but keeping the code as sourceforge, i Copied it to my harddrive and made a github repo of it... hopefully it doesn't have some missing additions/changes...
seems fine so far, need to copy it to my x5020
<edit/> noticed something strange... the header files is removed from the source </Edit>
Edited by beanbandit on 2021/7/12 4:20:28
|
|
|
|
Re: ISO making SW
|
Posted on: 2021/7/12 14:13
#16
|
Quite a regular 
Joined: 2006/12/1 3:20 Last Login
: Today 14:35
From Michigan, USA
Group:
Registered Users
|
@tekmage
I should have been more careful. A while after reading your post, I DL'd Frying Pan and installed it. Trouble is, I downloaded the old 68k file from Aminet.
Since installing that OLD version, AmigaAmp 3 no longer works. Something must have gotten overwritten installing the old one.
If I unpack a new AmigaAmp 3 and run it from RAM: where I have unpacked it, that works. But if I replace AmigaAmp 3 on my harddrive, it hangs again with a DSI which cannot be clicked away.
Any ideas how I can approach fixing this?
I use AmigaAmp 3 with MediaVault far more than I would use Frying Pan. I just wanted to make some rescue boot disks that have all the files I need for booting with my RX550 video card.
Paul Here's the GDB GNU gdb 6.3 (AmigaOS build 20050719) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "ppc-amigaos". Can't find debug info for task "0x5d47e0d0"
GDB can't read core files on this machine. (gdb)
|
Builder of Frankenthousand The monster A1000 The Young Frankenthousand A1-XE G4 X5000
|
|
|
Re: ISO making SW
|
Posted on: 2021/7/12 22:32
#17
|
Just popping in 
Joined: 2008/8/21 1:11 Last Login
: Today 17:05
Group:
Registered Users
|
@Paul
I downloaded the 68K Aminet version and I don't see system libraries or any other shared resource.
For the one on OS4Deopt, I see the installer wants you to adds a line to user startup: ( startup "FryingPan" ( prompt "Adding startup assign" ) ( help ":]" ) ( command "Assign ADD Libs: " ( tackon Target "FryingPan/Libs" ))
Try to comment out that line in your user startup and see if AmigaAMP 3 starts working.
Cheers, Bill "tekmage" Borsari
|
|
|
Currently Active Users Viewing This Thread:
1
(
0 members
and 1 Anonymous Users
)
|
|
|