CD Emulator

A

Aldaris

Der Title sagts schon, geht sowas überhaupt oder am besten mit kompfortabler KDE umgebung? Am effektivesten wäre wohl die Nutzung von ISOs......

Zielsetzung: z.B. Cedega auf Notebook ohne CDLaufwerk mobil nutzen

ich fürchte, da gibts einen einfachen Trick, nur ich kenn ihn nicht :-)

Danke im voraus
Alex
 
Du kannst nen ISO File mounten ;)

mount -o loop image.iso /mnt/"VERZEICHNIS"
 
mount -o loop ;)

man 8 mount

MFG

Dennis
 
Kann man nicht auch ne ISO schön grafisch, damit man sich möglichst wenig rühren muss, via Allround Tool YasT einbinden?
 
Ich hab das Tool letztens auch gebraucht, ist sehr praktisch :)

MFG

Dennis
 
Scheint so ;)

* Open ISO and NRG images.
* Create an ISO image from CD.
* Easy and convenient creation of own ISO images.
* Convert NRG to ISO images.
* Convert BIN/CUE to ISO images.
* Convert MDF to ISO images.
* Convert CDI to ISO images.
* Convert CCD/IMG to ISO images.
* Convert C2D to ISO images.
* Mount ISO/NRG images as virtual drive.
* Extract the content of an ISO/NRG image.
* Create bootable images.
 
Aldaris schrieb:
Der Title sagts schon, geht sowas überhaupt oder am besten mit kompfortabler KDE umgebung? Am effektivesten wäre wohl die Nutzung von ISOs......

Zielsetzung: z.B. Cedega auf Notebook ohne CDLaufwerk mobil nutzen
Also sorry, ich versteh nicht mal die Frage *RatlosSchau*

Gruß,
Ritschie
 
Ich wollte wissen, wie man unter Linux (Suse 10.0 genauer) Images handeln kann, soll heißen solche einzubinden, wie es unter Windows z.B. mit Daemon Tools möglich ist, ein Antwort darauf scheint kiso zu sein, welches ich dann mal versucht hab zu installieren.
Ich hab mir das runtergeladen, und ./configure meckert ein paar mal, bis ich alle devel Packete installiert habe, das hab ich immerhin geschafft *stolz*:D

Aber ein make ist leider nicht so erfolgreich, und ich kann mit den Meldungen mix anfangen..........

Code:
linux:/opt/kiso-0.8.3 # make
Makefile:846: Warnung: Die Befehle für das Ziel »clean-bcheck« werden überschrie
ben
Makefile:809: Warnung: Alte Befehle für das Ziel »clean-bcheck« werden ignoriert
Makefile:851: Warnung: Die Befehle für das Ziel »bcheck-am« werden überschrieben
Makefile:814: Warnung: Alte Befehle für das Ziel »bcheck-am« werden ignoriert
cd . && /bin/sh /opt/kiso-0.8.3/admin/missing --run autoheader
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory `/opt/kiso-0.8.3'
Makefile:846: Warnung: Die Befehle für das Ziel »clean-bcheck« werden überschrie                                           ben
Makefile:809: Warnung: Alte Befehle für das Ziel »clean-bcheck« werden ignoriert
Makefile:851: Warnung: Die Befehle für das Ziel »bcheck-am« werden überschrieben
Makefile:814: Warnung: Alte Befehle für das Ziel »bcheck-am« werden ignoriert
Making all in doc
make[2]: Entering directory `/opt/kiso-0.8.3/doc'
Making all in .
make[3]: Entering directory `/opt/kiso-0.8.3/doc'
make[3]: Für das Ziel »all-am« ist nichts zu tun.
make[3]: Leaving directory `/opt/kiso-0.8.3/doc'
Making all in de
make[3]: Entering directory `/opt/kiso-0.8.3/doc/de'
/opt/kde3/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
make[3]: Leaving directory `/opt/kiso-0.8.3/doc/de'
Making all in en
make[3]: Entering directory `/opt/kiso-0.8.3/doc/en'
/opt/kde3/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
make[3]: Leaving directory `/opt/kiso-0.8.3/doc/en'
make[2]: Leaving directory `/opt/kiso-0.8.3/doc'
Making all in po
make[2]: Entering directory `/opt/kiso-0.8.3/po'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/opt/kiso-0.8.3/po'
Making all in src
make[2]: Entering directory `/opt/kiso-0.8.3/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
/usr/lib/qt3/include/qtooltip.h:86: warning: ‘class QToolTip’ has virtual functions but non-virtual destructor
/opt/kde3/include/kfiletreeview.h:41: warning: ‘class KFileTreeViewToolTip’ has virtual functions but non-virtual destructor
/usr/lib/qt3/bin/moc ./kiso.h -o kiso.moc
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -MT kiso.o -MD -MP -MF ".deps/kiso.Tpo" -c -o kiso.o kiso.cpp; \
then mv -f ".deps/kiso.Tpo" ".deps/kiso.Po"; else rm -f ".deps/kiso.Tpo"; exit 1; fi
kiso.cpp:14:23: error: cdio/cdio.h: Datei oder Verzeichnis nicht gefunden
kiso.cpp:15:22: error: cdio/mmc.h: Datei oder Verzeichnis nicht gefunden
/usr/lib/qt3/include/qtooltip.h:86: warning: ‘class QToolTip’ has virtual functions but non-virtual destructor
/opt/kde3/include/kfiletreeview.h:41: warning: ‘class KFileTreeViewToolTip’ has virtual functions but non-virtual destructor
/opt/kde3/include/keditlistbox.h:59: warning: ‘class KEditListBox::CustomEditor’ has virtual functions but non-virtual destructor
kiso.cpp: In member function ‘virtual void Mainform::choice()’:
kiso.cpp:3177: error: ‘CdIo’ was not declared in this scope
kiso.cpp:3177: error: ‘cdio’ was not declared in this scope
kiso.cpp:3177: error: ‘cdio_open_cd’ was not declared in this scope
kiso.cpp:3179: error: ‘track_t’ was not declared in this scope
kiso.cpp:3179: error: expected `;' before ‘num_tracks’
kiso.cpp:3180: error: expected `;' before ‘first_track_num’
kiso.cpp:3185: error: ‘first_track_num’ was not declared in this scope
kiso.cpp:3185: error: ‘cdio_get_first_track_num’ was not declared in this scope
kiso.cpp:3186: error: ‘num_tracks’ was not declared in this scope
kiso.cpp:3186: error: ‘cdio_get_num_tracks’ was not declared in this scope
kiso.cpp:3187: error: ‘TRACK_FORMAT_AUDIO’ was not declared in this scope
kiso.cpp:3187: error: ‘cdio_get_track_format’ was not declared in this scope
kiso.cpp:3189: error: ‘cdio_destroy’ was not declared in this scope
kiso.cpp:3192: error: ‘TRACK_FORMAT_AUDIO’ was not declared in this scope
kiso.cpp:3192: error: ‘cdio_get_track_format’ was not declared in this scope
kiso.cpp:3195: error: ‘cdio_destroy’ was not declared in this scope
kiso.cpp: In member function ‘virtual void Mainform::createiso(QString)’:
kiso.cpp:3359: error: ‘CdIo’ was not declared in this scope
kiso.cpp:3359: error: ‘cdio’ was not declared in this scope
kiso.cpp:3359: error: ‘cdio_open_cd’ was not declared in this scope
kiso.cpp:3360: error: ‘discmode_t’ was not declared in this scope
kiso.cpp:3360: error: expected `;' before ‘ommodus’
kiso.cpp:3361: error: ‘ommodus’ was not declared in this scope
kiso.cpp:3361: error: ‘cdio_is_discmode_dvd’ was not declared in this scope
kiso.cpp:3363: error: ‘cdio_stat_size’ was not declared in this scope
kiso.cpp:3365: error: ‘CDIO_CD_FRAMESIZE_RAW’ was not declared in this scope
kiso.cpp:3366: error: ‘CDIO_CD_FRAMESIZE’ was not declared in this scope
kiso.cpp:3368: error: ‘track_t’ was not declared in this scope
kiso.cpp:3368: error: expected `;' before ‘num_tracks’
kiso.cpp:3370: error: ‘lsn_t’ was not declared in this scope
kiso.cpp:3370: error: expected `;' before ‘leadoutlsn’
kiso.cpp:3371: error: expected `;' before ‘actuallsn’
kiso.cpp:3372: error: expected `;' before ‘lastlsn’
kiso.cpp:3373: error: ‘leadoutlsn’ was not declared in this scope
kiso.cpp:3373: error: ‘CDIO_CDROM_LEADOUT_TRACK’ was not declared in this scope
kiso.cpp:3373: error: ‘cdio_get_track_lsn’ was not declared in this scope
kiso.cpp:3374: error: ‘lastlsn’ was not declared in this scope
kiso.cpp:3375: error: ‘num_tracks’ was not declared in this scope
kiso.cpp:3375: error: ‘cdio_get_num_tracks’ was not declared in this scope
kiso.cpp:3377: error: ‘TRACK_FORMAT_AUDIO’ was not declared in this scope
kiso.cpp:3377: error: ‘cdio_get_track_format’ was not declared in this scope
kiso.cpp:3379: error: ‘cdio_get_track_lba’ was not declared in this scope
kiso.cpp:3385: error: ‘actuallsn’ was not declared in this scope
kiso.cpp:3387: error: ‘buffer’ was not declared in this scope
kiso.cpp:3387: error: ‘cdio_read_mode1_sector’ was not declared in this scope
kiso.cpp:3388: error: no matching function for call to ‘QFile::writeBlock(<type error>, unsigned int&)’
/usr/lib/qt3/include/qfile.h:85: note: candidates are: virtual Q_LONG QFile::writeBlock(const char*, Q_ULONG)
/usr/lib/qt3/include/qfile.h:86: note:                 Q_LONG QFile::writeBlock(const QByteArray&)
kiso.cpp:3399: error: ‘buffer’ was not declared in this scope
kiso.cpp:3399: error: ‘cdio_read_mode1_sector’ was not declared in this scope
kiso.cpp:3400: error: no matching function for call to ‘QFile::writeBlock(<type error>, unsigned int&)’
/usr/lib/qt3/include/qfile.h:85: note: candidates are: virtual Q_LONG QFile::writeBlock(const char*, Q_ULONG)
/usr/lib/qt3/include/qfile.h:86: note:                 Q_LONG QFile::writeBlock(const QByteArray&)
kiso.cpp:3404: error: ‘ommodus’ was not declared in this scope
kiso.cpp:3404: error: ‘cdio_is_discmode_dvd’ was not declared in this scope
kiso.cpp:3409: error: ‘cdio_eject_media’ was not declared in this scope
kiso.cpp:3410: error: ‘cdio_destroy’ was not declared in this scope
kiso.cpp: In member function ‘virtual void Mainform::showdrive()’:
kiso.cpp:3562: error: ‘CdIo’ was not declared in this scope
kiso.cpp:3562: error: ‘p_cdio’ was not declared in this scope
kiso.cpp:3565: error: ‘cdio_hwinfo_t’ was not declared in this scope
kiso.cpp:3565: error: expected `;' before ‘p_hw_info’
kiso.cpp:3566: error: ‘DRIVER_DEVICE’ was not declared in this scope
kiso.cpp:3566: error: ‘cdio_open’ was not declared in this scope
kiso.cpp:3569: error: ‘track_t’ was not declared in this scope
kiso.cpp:3569: error: expected `;' before ‘num_tracks’
kiso.cpp:3570: error: expected `;' before ‘first_track_num’
kiso.cpp:3571: error: ‘discmode_t’ was not declared in this scope
kiso.cpp:3571: error: expected `;' before ‘ommodus’
kiso.cpp:3572: error: ‘p_hw_info’ was not declared in this scope
kiso.cpp:3572: error: ‘cdio_get_hwinfo’ was not declared in this scope
kiso.cpp:3575: error: ‘msf_t’ was not declared in this scope
kiso.cpp:3575: error: expected `;' before ‘msf’
kiso.cpp:3576: error: ‘CDIO_CDROM_LEADOUT_TRACK’ was not declared in this scope
kiso.cpp:3576: error: ‘msf’ was not declared in this scope
kiso.cpp:3576: error: ‘cdio_get_track_msf’ was not declared in this scope
kiso.cpp:3577: error: ‘lsn_t’ was not declared in this scope
kiso.cpp:3577: error: expected `;' before ‘lsn’
kiso.cpp:3578: error: ‘lsn’ was not declared in this scope
kiso.cpp:3578: error: ‘CDIO_CD_FRAMESIZE_RAW’ was not declared in this scope
kiso.cpp:3579: error: ‘first_track_num’ was not declared in this scope
kiso.cpp:3579: error: ‘num_tracks’ was not declared in this scope
kiso.cpp:3581: error: ‘TRACK_FORMAT_AUDIO’ was not declared in this scope
kiso.cpp:3581: error: ‘cdio_get_track_format’ was not declared in this scope
kiso.cpp:3583: error: ‘TRACK_FORMAT_DATA’ was not declared in this scope
kiso.cpp:3583: error: ‘cdio_get_track_format’ was not declared in this scope
kiso.cpp:3586: error: ‘cdio_drive_read_cap_t’ was not declared in this scope
kiso.cpp:3586: error: expected `;' before ‘i_read_cap’
kiso.cpp:3587: error: ‘cdio_drive_write_cap_t’ was not declared in this scope
kiso.cpp:3587: error: expected `;' before ‘i_write_cap’
kiso.cpp:3588: error: ‘cdio_drive_misc_cap_t’ was not declared in this scope
kiso.cpp:3588: error: expected `;' before ‘i_misc_cap’
kiso.cpp:3594: error: ‘scsi_mmc_cdb_t’ was not declared in this scope
kiso.cpp:3594: error: expected `;' before ‘cdb’
kiso.cpp:3596: error: ‘cdb’ was not declared in this scope
kiso.cpp:3596: error: ‘CDIO_MMC_GPCMD_GET_CONFIGURATION’ was not declared in this scope
kiso.cpp:3596: error: ‘CDIO_MMC_SET_COMMAND’ was not declared in this scope
kiso.cpp:3597: error: ‘CDIO_MMC_SET_READ_LENGTH8’ was not declared in this scope
kiso.cpp:3598: error: ‘CDIO_MMC_GET_CONF_ALL_FEATURES’ was not declared in this scope
kiso.cpp:3601: error: ‘SCSI_MMC_DATA_READ’ was not declared in this scope
kiso.cpp:3601: error: ‘scsi_mmc_run_cmd’ was not declared in this scope
kiso.cpp:3607: error: ‘CDIO_MMC_GET_LEN32’ was not declared in this scope
kiso.cpp:3613: error: ‘CDIO_MMC_GET_LEN16’ was not declared in this scope
kiso.cpp:3617: error: ‘CDIO_MMC_FEATURE_CORE’ was not declared in this scope
kiso.cpp:3648: error: ‘ommodus’ was not declared in this scope
kiso.cpp:3648: error: ‘cdio_is_discmode_cdrom’ was not declared in this scope
kiso.cpp:3649: error: ‘ommodus’ was not declared in this scope
kiso.cpp:3649: error: ‘CDIO_DISC_MODE_DVD_R’ was not declared in this scope
kiso.cpp:3650: error: ‘ommodus’ was not declared in this scope
kiso.cpp:3650: error: ‘CDIO_DISC_MODE_DVD_RW’ was not declared in this scope
kiso.cpp:3651: error: ‘ommodus’ was not declared in this scope
kiso.cpp:3651: error: ‘CDIO_DISC_MODE_DVD_R’ was not declared in this scope
kiso.cpp:3652: error: ‘ommodus’ was not declared in this scope
kiso.cpp:3652: error: ‘CDIO_DISC_MODE_DVD_ROM’ was not declared in this scope
kiso.cpp:3653: error: ‘ommodus’ was not declared in this scope
kiso.cpp:3653: error: ‘CDIO_DISC_MODE_DVD_RAM’ was not declared in this scope
kiso.cpp:3654: error: ‘ommodus’ was not declared in this scope
kiso.cpp:3654: error: ‘CDIO_DISC_MODE_CD_DA’ was not declared in this scope
kiso.cpp:3655: error: ‘i_read_cap’ was not declared in this scope
kiso.cpp:3655: error: ‘i_write_cap’ was not declared in this scope
kiso.cpp:3655: error: ‘i_misc_cap’ was not declared in this scope
kiso.cpp:3655: error: ‘cdio_get_drive_cap_dev’ was not declared in this scope
kiso.cpp:3656: error: ‘CDIO_DRIVE_CAP_READ_DVD_ROM’ was not declared in this scope
kiso.cpp:3657: error: ‘CDIO_DRIVE_CAP_WRITE_CD_R’ was not declared in this scope
kiso.cpp:3658: error: ‘CDIO_DRIVE_CAP_WRITE_CD_RW’ was not declared in this scope
kiso.cpp:3659: error: ‘CDIO_DRIVE_CAP_WRITE_DVD_R’ was not declared in this scope
kiso.cpp:3660: error: ‘CDIO_DRIVE_CAP_WRITE_DVD_RW’ was not declared in this scope
kiso.cpp:3666: error: ‘cdio_destroy’ was not declared in this scope
kiso.cpp: In member function ‘virtual int Mainform::ProgressBar(QString, QString, KShellProcess*, double)’:
kiso.cpp:3676: error: ‘lba_t’ was not declared in this scope
kiso.cpp:3676: error: expected `;' before ‘first_audio_lba’
kiso.cpp:3679: error: ‘CdIo’ was not declared in this scope
kiso.cpp:3679: error: ‘cdio’ was not declared in this scope
kiso.cpp:3679: error: ‘cdio_open_cd’ was not declared in this scope
kiso.cpp:3680: error: ‘track_t’ was not declared in this scope
kiso.cpp:3680: error: expected `;' before ‘num_tracks’
kiso.cpp:3681: error: expected `;' before ‘first_track_num’
kiso.cpp:3682: error: ‘first_track_num’ was not declared in this scope
kiso.cpp:3682: error: ‘num_tracks’ was not declared in this scope
kiso.cpp:3683: error: ‘TRACK_FORMAT_AUDIO’ was not declared in this scope
kiso.cpp:3683: error: ‘cdio_get_track_format’ was not declared in this scope
kiso.cpp:3684: error: ‘first_audio_lba’ was not declared in this scope
kiso.cpp:3685: error: ‘cdio_get_track_lba’ was not declared in this scope
kiso.cpp:3689: error: ‘cdio_stat_size’ was not declared in this scope
kiso.cpp:3690: error: ‘cdio_destroy’ was not declared in this scope
/usr/lib/qt3/include/private/qucom_p.h: At global scope:
/usr/lib/qt3/include/private/qucom_p.h:69: warning: ‘struct QUBuffer’ has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:77: warning: ‘struct QUType’ has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:104: warning: ‘struct QUType_Null’ has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:287: warning: ‘struct QUType_enum’ has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:307: warning: ‘struct QUType_ptr’ has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:326: warning: ‘struct QUType_iface’ has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:345: warning: ‘struct QUType_idisp’ has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:364: warning: ‘struct QUType_bool’ has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:383: warning: ‘struct QUType_int’ has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:403: warning: ‘struct QUType_double’ has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:423: warning: ‘struct QUType_charstar’ has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:444: warning: ‘struct QUType_QString’ has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucomextra_p.h:65: warning: ‘struct QUType_QVariant’ has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucomextra_p.h:87: warning: ‘struct QUType_varptr’ has virtual functions but non-virtual destructor
make[2]: *** [kiso.o] Fehler 1
make[2]: Leaving directory `/opt/kiso-0.8.3/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/opt/kiso-0.8.3'
make: *** [all] Fehler 2

Wer ne Idee, und vielleicht auch ein keliner Tipp, wie man auf die Problemlösung kommt, will das ja irgendwann auch mal verstehen :brav:
 
Aldaris schrieb:
Ich wollte wissen, wie man unter Linux (Suse 10.0 genauer) Images handeln kann,
...hat mit der SuSE gar nix zutuen btw, kannste unter allen möglichen anderen Distris genauso nutzen.
Aldaris schrieb:
Code:
linux:/opt/kiso-0.8.3 # make
kiso.cpp:14:23: error: cdio/cdio.h: Datei oder Verzeichnis nicht gefunden
kiso.cpp:15:22: error: cdio/mmc.h: Datei oder Verzeichnis nicht gefunden
Paket was die Datei "cdio.h" und "mmc.h" enthält (wahrscheinlich Paket "cdio-devel" o.ä.) hast du nicht installiert, musst du aber.
 
Genau das wars und es funzt, danke noch mal, als ich das Thema gestartet hatte, wusste ich ja noch gar nicht wie das gehen soll? erwähnte meine Distribution, da es mit auch möglich schein, z.B. mit Yast einen ordner ein cd Laufwerk einzubinden (warum auch nicht). Jedenfalls müsste man für ein solches vorgehen als yast und damit suse haben. Das mit dem Suse sollte somit nicht als einschränkung gesehen werden, sondern als hinweis. Das die erreichte Lösung ja auch unter anderen Systemen funktioiert ist ja noch besser.

Danke für die Hilfe
Alex
 
Guten Morgen,

die Syntax, ein ISO-Image einzuhängen,
scheint ja unter Linux noch einfacher zu sein,
als unter FreeBSD. :devil:

Das wäre doch ein gefundenes Fressen für ein servicemenue. :think:
Bei mir liegen die globalen servicemenues für KDE auf FreeBSD z.B. hier:
Code:
/usr/local/share/apps/konqueror/servicemenus
Bei Suse Linux würde ich mal so vermuten,
dies unter einem entsprechndem Pfad unter /opt finden zu können. :think:


Dann gibt es noch die individuellen Einstellungen im jeweiligen
Code:
/home/name_des_users/.kde/share/apps/konqueror/servicemenus
Verzeichnis.

Da ließe dich doch wahrscheinlich ziemlich leicht ein Rechtsklick Menü basteln,
mit dem man die gewünschte ISO-Image Datei mit Rechts anklickt,
und dann bequem mountet.

Für AntVir und zum Bilder Skalieren habe ich mir mal sowas gebastelt.
O.K. leicht OT,
aber da kann man mal ganz gut sehen,
wie so ein servicemenue aufgebaut ist:

- KDE: Antivir ins Kontextmeneu einbinden - HowTo
- KDE: Bilder per Kontextmenü skalieren - HowTo

Die beiden servicemenue HowTos müßten genau so auf Linux funktionieren,
nur beim ISO-Image mounten ist das anderes,
da brauchts bei FreeBSD das md Device anstatt loop.


Gruß, Fusselbär
 
Zuletzt bearbeitet:
alcohol dateien kanste auch umwandeln einfach mahl nach mdf2iso googeln
 
Funktioniert mit dem ISO booten, leider hab ich hier ein Kopiergeschütztes Spiel, welches man mit Alkohol wohl emulieren kann, hab das File auch mit Alkohol unter win erstellt und dann mit mdf2iso konvertiert, kann es auch mounten, allerdings kann ich das spiel nicht starten (so als ob ich ne gebrannte CD hätte). Hat noch jemand ne Idee.
Das Spiel ist Diablo 2 Lord of Destruktion.

P.S. JA, ich habe ein Orginalspiel, da ich das Spiel auch im Battle.net Online spielen will/es unter windows tue. Daher kann ich auch keinen einschlägigen NoCD Crack nehmen, da da meine Seriennummer verändert wird, ich jedenfalls nicht mehr ins B.Net komme.
 
Eben mit diesem Cedega arbeite ich, trotzdem brauche ich eine Diablo 2 LOD CD in meinem Laufwerk, mein X$= hat von Werk aus gar kein Laufwerk, so dass ich nur ein externes zur Verfügug habe,m was für den mobilen Einsatz nicht geeignet ist, daher der gedanke....................
 
Hallo,
habe versucht, kiso zu installieren. configure hat geklappt, aber bei make kommt folgende Fehlermeldung:

Code:
make  all-recursive
make[1]: Entering directory `/tmp/kiso-0.8.3'
Making all in doc
make[2]: Entering directory `/tmp/kiso-0.8.3/doc'
Making all in .
make[3]: Entering directory `/tmp/kiso-0.8.3/doc'
make[3]: Für das Ziel »all-am« ist nichts zu tun.
make[3]: Leaving directory `/tmp/kiso-0.8.3/doc'
Making all in en
make[3]: Entering directory `/tmp/kiso-0.8.3/doc/en'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/tmp/kiso-0.8.3/doc/en'
Making all in de
make[3]: Entering directory `/tmp/kiso-0.8.3/doc/de'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/tmp/kiso-0.8.3/doc/de'
make[2]: Leaving directory `/tmp/kiso-0.8.3/doc'
Making all in po
make[2]: Entering directory `/tmp/kiso-0.8.3/po'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/tmp/kiso-0.8.3/po'
Making all in src
make[2]: Entering directory `/tmp/kiso-0.8.3/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -MT kiso.o -MD -MP -MF ".deps/kiso.Tpo" -c -o kiso.o kiso.cpp; \
        then mv -f ".deps/kiso.Tpo" ".deps/kiso.Po"; else rm -f ".deps/kiso.Tpo"; exit 1; fi
/opt/kde3/include/kfiletreeview.h:41: warning: ‘class KFileTreeViewToolTip’ has virtual functions but non-virtual destructor
/opt/kde3/include/keditlistbox.h:60: warning: ‘class KEditListBox::CustomEditor’ has virtual functions but non-virtual destructor
kiso.cpp: In member function ‘virtual void Mainform::showdrive()’:
[B]kiso.cpp:3594: error: ‘scsi_mmc_cdb_t’ was not declared in this scope[/B]
kiso.cpp:3594: error: expected `;' before ‘cdb’
kiso.cpp:3596: error: ‘cdb’ was not declared in this scope
kiso.cpp:3601: error: ‘scsi_mmc_run_cmd’ was not declared in this scope
make[2]: *** [kiso.o] Fehler 1
make[2]: Leaving directory `/tmp/kiso-0.8.3/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/tmp/kiso-0.8.3'
make: *** [all] Fehler 2

Wer weiß weiter?
Danke,
dohnie
 

Ähnliche Themen

Diveres Anfängerfragen

SuSE 9.1 kommt nächste Woche !

Zurück
Oben