Noch eine Newbie-Frage von mir: unter Windows konnte ich bei Image-Dateien (bin, iso) mit isobuster immer erst den Inhalt kontrollieren, was drinne war und auch einzelne Dateien extrahieren. Das haben die sich von der Konkurrenz abgeschaut.
Gibt es so eine Möglichkeit auch unter Linux? Yepp, schon lange. Nennt sich loop-device und ermöglicht das mounten von floppy-, CD-, und was auch immer für Images. Zum Beispiel steht dazu in der Manpage von mount: THE LOOP DEVICE One further possible type is a mount via the loop device. For example, the command mount /tmp/fdimage /mnt -t msdos -o loop=/dev/loop3,blocksize=1024 will set up the loop device /dev/loop3 to correspond to the file /tmp/fdimage, and then mount this device on /mnt. This type of mount knows about three options, namely loop, offset and encryption, that are really options to losetup(8). If the mount requires a passphrase, you will be prompted for one unless you specify a file descriptor to read from instead with the --pass-fd option. If no explicit loop device is mentioned (but just an option `-o loop' is given), then mount will try to find some unused loop device and use that. If you are not so unwise as to make /etc/mtab a symbolic link to /proc/mounts then any loop device allocated by mount will be freed by umount. You can also free a loop device by hand, using `losetup -d', see losetup(8).
Oder kann ich eine solche Bin-Datei irgendwie mounten und so in den Verzeichnisbaum unter KDE zum Beispiel einbinden? Siehe oben Und wie brenn ich bin-Dateien eigentlich? Brauch ich dazu auch die cue-Datei (war unter Win nicht mehr nötig). Bin Dateien kene ich nicht, sorry mein leztes Adventure Game aus den Dungeons of the evil Empire, AKA W2K-adv-Server, hab ich vor ner Ewigkeit bereits entsorgt. Alle GNU/Linux CD-Brenner Programme erzeugen Dateien als Image z.B. einer CD. Floppy Images kannst du einfach mit dd in eine Datei sichern.
On Sunday 10 August 2003 14:14, Dirk Manes wrote: dd if=/dev/floppy of=/data/floppy-001.img
Sorry für diese Fragen, ich wälze mich gerade durch das Linux-Buch, finde aber einfach nichts dazu:( Welches Linux Buch? Es gibt da sicherlich mehr als ein dutzend "Linux" Bücher. Such mal nach "loop device"
Tschüss, Thomas