Date: Wed, 23 Feb 2005 00:34:43 -0800 From: "Loren M. Lang" <lorenl@alzatex.com> To: "T.F. Cheng" <tfcheng@yahoo.com> Cc: FreeBSD <freebsd-questions@freebsd.org> Subject: Re: extract iso image Message-ID: <20050223083443.GA25458@alzatex.com> In-Reply-To: <20050223011425.58994.qmail@web51010.mail.yahoo.com> References: <20050223011425.58994.qmail@web51010.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Feb 23, 2005 at 09:14:25AM +0800, T.F. Cheng wrote: > hi, I am not sure if I am doing the right thing. I > want to extract an downloaded isoimage by first > mounting it. I tried: mount -t iso9660 -o loop > image.iso /mnt but turns out I don't have > mount_iso9660 under /sbin, only mount_cd9660. Is there > any other way to do this? I am running > freebsd5.3/i386. Thanks! Linux calls it iso9660, FreeBSD calls is cd9660, same thing. The freebsd command that does the same thing is as follows: mount -t cd9660 /dev/`mdconfig -a -t image.iso` /mnt > > > ===== > Best Regards, > > Tsu-Fan Cheng > > _________________________________________________________ > Do You Yahoo!? > ?n?O?K?O?? @yahoo.com ?????q?l?l?? @ http://chinese.mail.yahoo.com > Get your free @yahoo.com address at http://chinese.mail.yahoo.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050223083443.GA25458>
