• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

img in iso umwandeln [gelöst]

So jetzt sitz ich hier schon 3 Stunden und habe noch immer keine Lösung gefunden wie man .img dateien mountet.....eben nur das man sie erst in .iso umwandeln soll. Aber Kiso startet einfach nicht und dieses img2iso Teil da finde ich keine rpm oder source File auf der Website nur irgendwelche iso Datreien halt..

Naja vielleicht weiß ja jemand was...hoffe ich zumindestens.

mfG tipex
 
tipex schrieb:
So jetzt sitz ich hier schon 3 Stunden und habe noch immer keine Lösung gefunden wie man .img dateien mountet.....eben nur das man sie erst in .iso umwandeln soll. Aber Kiso startet einfach nicht und dieses img2iso Teil da finde ich keine rpm oder source File auf der Website nur irgendwelche iso Datreien halt..

Naja vielleicht weiß ja jemand was...hoffe ich zumindestens.

mfG tipex

schaust du bei packman, dort gibt es einige Programme die das können :)
 
ich muss gestehen ich kenne den unterschied zwischen iso und img nicht wirklich. dachte immer das wäre das gleiche.

aber ein mount eines meiner imgs klappt:

mount -o loop /disk0/iso/Win2000Serv.img /mnt/

allerdings sagt mir ein file auch:

lappfoe:/mnt # file /disk0/iso/Win2000Serv.img
/disk0/iso/Win2000Serv.img: ISO 9660 CD-ROM filesystem data 'W2SOEM_DE ' (bootable)
 
OP
tipex
hi pfoe soweit hatte ich das auch schonmal aber dann kam immer das.

mount: Sie müssen den Dateisystemtyp angeben

dann habe ich -t iso9660 verwendet (aber ist ja eine .img Datei, da müsste ja was aneres hin oder?)

naja dann kam halt das:

mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

und man kann mit loop eben soweit ich weiß nur iso mounten und nicht img....deswegen die Fehler.

Und eben dieses CDemu soll alles mounten können. Habe das einfach über Smart installiert, aber nun weiß ich den konkreten Befehl nicht und ob ich außerdem nach der INstalltation der rpm's noch was machen muss.

tipex
 
Wenn ich ne Word Datei von x.doc nach x.img umbenenne, ist es immer noch eine Word Datei. Dateiendungen sind Schall und Rauch.

Bevor das muntere Rätselraten weitergeht: Was ist das für eine img? Helfen könnte der oben genannte "file"-Befehl.
 
OP
tipex
ich glaube mit clone cd

Schein ich mal vor einiger Zeit noch unter Windows erzeugt zu haben, wollte nur wissen was ich da mal geamcht habe.

Naja hab das nun mit isodump umgewandelt in ein iso image dann konnte ich es mit:

Code:
mount 25-08-06.iso -t iso9660 -o loop  /mnt/disk <<-- das Verzeichnis natürlich vorher mit mkdir /mnt/disk oder ein anderes Verzeichnis erzeugen...

naja und mit umount /mnt/disk wird es wieder ausgehangen....

waren nur irgendwelche alten Windos-Backups -_-...und dafür der Aufwand..

Aber wenn wir schon dabei sind würde ich es trotzdem gerne mit CD Emu probieren...
 
Sieh Dir mal ccd2iso an, das wandelt Dir Deine Images in ISOs um.

Code:
08:48 rolle:~ > apt policy ccd2iso
ccd2iso:
  Installiert: (nichts)
  Kandidat: 0.3-0.pm.1
  Versionstabelle:
     0.3-0.pm.1 0
        500 ftp://ftp.gwdg.de packman/suse/10.2/ repomd
 
Acetoneiso kann recht viele formate

http://www.kde-apps.org/content/show.php/AcetoneISO+?content=44805

AcetoneISO: The CD/DVD image manipulator for Linux

- Mount and Unmount ISO, MDF, NRG (if iso-9660 standard)
- Convert / Extract / Browse to ISO : *.bin *.mdf *.nrg *.img *.daa *.cdi *.xbx *.b5i *.bwi *.pdi
- Play a DVD Movie ISO with most used media players
- Generate an ISO from a Folder or CD/DVD
- Generate MD5 file of an image
- Encrypt an image
- Split image in X megabyte
- Compress with High Ratio an image
- Rip a PSX cd to *.bin to make it work with epsxe/psx emulators
- Service-Menu support for Konqueror
- Restore a lost CUE file of *.bin *.img

AcetoneISO depends on the following packages :
- kommander (found in kdeweb package)
- p7zip (needed for High Compression Ratio)


Find support on IRC at irc.freenode.net #acetoneiso


Changelog:
Version 6.7 Advance
- NEW FEATURE: ability to extract and browse ISO,MDF,BIN,IMG,DAA,NRG without mounting them
- NEW FEATURE: added support for mounting NRG images(if iso9660 standard)
- NEW FEATURE: added support for viewing an MDF/NRG dvd movie image (if iso9660 standard)
- NEW FEATURE: it is now possible to convert DAA/BIN/IMG files larger than 4gb
- CHANGE: added more images in filters of all gui features
- CHANGE: Removed bchunk,ccd2iso and replaced with poweriso
- CHANGE: creating an iso will now result in a more standard LEVEL 3
- FIX: creating an ISO from a cdrom is now more clear, added fake progbar from konsole

musst du aber Kommander für installieren sonst läuft es nicht
benutze ich auch als virtuelle laufwerk ;)
 
Paule1976 schrieb:
Acetoneiso kann recht viele formate

aber es braucht alle die bereits oben erwähnten Tools ccd2iso, etc ...
und alle die gibt es bei packman

b5i2iso B5I2ISO is a very simple utility to convert a BlindWrite BIN image to the standard ISO-9660... Mi 27.12.2006
ccd2iso Wheeew... finally, after looking for quite sometime... this hack is done. Okay... for those of... Mi 27.12.2006
cdi2iso CDI2ISO is a very simple utility to convert DiscJuggler image to the standard ISO-9660 format.... Mi 27.12.2006
isomaster ISO Master is a graphical editor for ISO images with support for ISO9660, RockRidge, and Joliet... Mo 19.03.2007
mdf2iso MDF2ISO is a very simple utility to convert an Alcohol 120% bin image to the standard ISO-9660... Sa 23.12.2006
pdi2iso pdi2iso is a very simple utility to convert an instant copy bin image to the standard ISO-9660... Mi 27.12.2006
xbiso xbiso is an iso extraction utillity for xdvdfs images. Mi 27.12.2006
 
OP
tipex
@Paule 1976:

nettes Programm^^. War echt nen guter Tipp.
Gut ich denke mal nun kann ich den Thread als gelöst makieren.

Danke nochmal an alle :)

tipex
 
Oben