Google Site SearchFN Site Search FN Blog Login FN Blog Login
Site Navigation:
 
 

Fedora Tips

by Krishnan Subramanian

2004-01-26 Fedora Tips 29:
If you want to mount ISO images on your Fedora box,

$cd /mnt
$mkdir iso
$sudo mount -o loop,unhide -t iso9660 -r yourimage.iso /mnt/iso/
Password:
Enter your password and you are all set. - submitted by Gavin Henry.