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 "[EMAIL PROTECTED]"

-- 
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
 
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to