![]() |
Now serving 108 guides. |
|
Mount Images With mdconfig General Information This guide explains how to mount a floppy image and/or a CD-Rom ISO using mdconfig.Requirements
Usage Mounting a floppy image To mount a floppy image, create a virtual device,/dev/md0, for the floppy image.
Mouting a CD-Rom ISO To mount a CD-Rom ISO, create a virtual device,/dev/md0, for the CD-Rom ISO.
Unmounting and Deleting a Virtual Device To unmount and delete a virtual device, first unmount the virtual device.
/dev/md0.
Author: Jared Barneck Find this guide useful?
Support the author: 6 Comments Posted by vermaden on February 25, 2007 at 7:54:22 am PST
I just use simple loop.sh script for that:
#! /bin/shusage: # loop.sh file.iso /mntafter you have finished work with it just unmount it: # umount /mntworks both for floppy and cdrom images. Posted by mk on March 13, 2007 at 10:26:13 pm PDT
Pls show me my wrong :
dhcppc0# loop.sh /home/mk/FC-One-20070121.iso /bin/loop.sh: Permission denied. dhcppc0# chown root:wheel /bin/loop.sh dhcppc0# chmod +x /bin/loop.sh dhcppc0# loop.sh /home/mk/FC-One-20070121.iso usage: mount_cd9660 [-begjrv] [-C charset] [-o options] [-s startsector] special node HOWTO fix this? Thanks. Posted by Jon on March 14, 2007 at 7:27:43 pm PDT
dhcppc0# loop.sh /home/mk/FC-One-20070121.iso
usage: mount_cd9660 [-begjrv] [-C charset] [-o options] [-s startsector] special node You need to specify where you want to mount the image, for example: dhcppc0# loop.sh /home/mk/FC-One-20070121.iso /mnt Posted by vermaden on March 26, 2007 at 4:04:19 pm PDT
/bin/loop.sh: Permission denied.
... and You need to have rights to mount, You can use security/sudo for that, like that for example: % sudo loop.sh FC-One-20070121.iso /mntPosted by mk on March 27, 2007 at 3:33:49 pm PDT
Thanks a lot! Now I can mount *.iso files!
mk Posted by LesJen on February 02, 2010 at 1:05:10 am PST
There's a typo!
We are creating /dev/md0. Yet it says mount /dev/mnt0 /mnt mount_cd9660 /dev/mnt0 /mnt It should be mount /dev/md0 /mnt mount_cd9660 /dev/md0 /mnt |
Copyright 2003 - 2012 BSD Guides. All rights reserved. |
About | Terms of Use | Privacy | Contact |

