Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fun Linux Tip of the Day
Message
 
To
All
General information
Forum:
Linux
Category:
Other
Title:
Fun Linux Tip of the Day
Miscellaneous
Thread ID:
00434840
Message ID:
00434840
Views:
42
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?
Next
Reply
Map
View

Click here to load this message in the networking platform