GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
mount_image(1) FreeBSD General Commands Manual mount_image(1)

mount_image - Mount a disk image

mount_image filesystem-type image-file mount-point

The mount_image command mounts a disk image, such as a ISO 9660 CD/DVD image file or a FAT (msdos) image on the directory "mount-point".

The filesystem-type argument must match the name of one of FreeBSD's filesystem specific mount commands. For example, FreeBSD's mount_msdosfs would be used to mount a FAT filesystem, so to mount a FAT disk image, use

mount_image msdosfs filename mount-point

The process involves creating a memory disk image using mdconfig, which must be detached using mdconfig in order to release the resources.

Hence, images mounted using mount_image should always be unmounted using umount_image, which automatically detaches the correct memory disk.

The FreeBSD tar command is capable of extracting cd9660 ISO images, so it is unnecessary to mount them if your goal is to copy their contents.

umount_image(1), mount(1), mdconfig(1), tar(1)

Please report bugs to the author and send patches in unified diff format. (man diff for more information)

Jason Bacon

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.