Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fun Linux Tip of the Day
Message
 
À
Tous
Information générale
Forum:
Linux
Catégorie:
Autre
Titre:
Fun Linux Tip of the Day
Divers
Thread ID:
00434840
Message ID:
00434840
Vues:
43
Creating and mounting cd images on the fly.

Why bother with pesky cd ripper tools?
To create an ISO image:

dd if=/dev/cdrom of=/home/tux/MyCDImage.iso

Where /dev/cdrom is the cdrom device that you are writing from (NOT THE MOUNTPOINT).

Then, to mount a cd image as a FS (Read Only of course):

mount /home/tux/MyCDImage.iso /mnt/FauxCD -t iso9660 -o loop

where /mnt/FauxCD is any empty directory.

=)

j
Jason Bradley Nance
jbnance@tresgeek.net

Got root?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform