Ask a Question related to FreeBSD, Design and Development.
-
Warren #1
Extracting an img file
How do i extract the contents of an img file so i can view // empty the
contents out? without burning due to it being a 3.1gig img file and i got no
DVD Burner.
--
Yours Sincerely
Shinjii
[url]http://www.shinji.nq.nu[/url]
Warren Guest
-
Extracting Image from PDF file
I have a requirement to extract images from PDF file using .NET applications. Through Acrobat API, I was able to call up a menu item (Export all... -
Installation problem extracting file
I've downloaded the trial and developer versions, saved the file to my disk. When attempting to run the file, I get an error message saying "please... -
Extracting the info from a file
Dear All, I am receiving information from a third party (I have no control over the format). When I receive the infomation I have to run ToBinary... -
Help with extracting text file
Hi everyone, I have a file with data similar to this ........... Exxxxx|FExxxxx|NQxxxxxx|OUxxxxxx|GExxxxxx|OVxxxxxxx|IQxxxxxxxx|ORxxxx... -
extracting an entire node from XML file
i have a file which i have to write in C#. i want to extract an entire node by itself at once ( wherever it occurs in the file .. as ) <?xml... -
Roland Smith #2
Re: Extracting an img file
On Sat, Feb 26, 2005 at 04:32:03PM +1000, Warren wrote:
You mean an ISO9660 image? Use an md(4) device. See §16.12.2 of the handbook.> How do i extract the contents of an img file so i can view // empty
> the contents out? without burning due to it being a 3.1gig img file
> and i got no DVD Burner.
First create a file-backed md device:
# mdconfig -a -t vnode -f diskimage -u 0
Then you mount it somewhere:
# mount -t cd9660 /dev/md0 /mnt
When you are done with it, unmount the filesystem and then detach the md
device:
# umount /mnt
# mdconfig -d -u 0
--
R.F. Smith /"\ ASCII Ribbon Campaign
r s m i t h @ x s 4 a l l . n l \ / No HTML/RTF in e-mail
[url]http://www.xs4all.nl/~rsmith/[/url] X No Word docs in e-mail
public key: [url]http://www.keyserver.net[/url] / \ Respect for open standards
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (FreeBSD)
iD8DBQFCIDusEnfvsMMhpyURAkf3AKCddSDwkqJ3sk6YvjeklA WGH+0fCACgo+Xj
pOI7ZpktujIfkGubAlDC2ow=
=UBwk
-----END PGP SIGNATURE-----
Roland Smith Guest



Reply With Quote

