Re: How to convert .img to .iso

2010-11-08 Thread Peter N. M. Hansteen
James Hozier  writes:

> $ file file.img
> file.img: DOS floppy 1440k, x86 hard disk boot sector
> $
>
> Is there a way to either mount .img or do I have to figure out a way to 
> convert it?

Take another look at the vnconfig man page.  The first example should
fit your scenario with file system type as the only difference.  

- Peter
-- 
Peter N. M. Hansteen, member of the first RFC 1149 implementation team
http://bsdly.blogspot.com/ http://www.bsdly.net/ http://www.nuug.no/
"Remember to set the evil bit on all malicious network traffic"
delilah spamd[29949]: 85.152.224.147: disconnected after 42673 seconds.



Re: How to convert .img to .iso

2010-11-08 Thread Guillaume Dualé

On 08/11/2010 17:22, James Hozier wrote:

Since there are apparently is no software for this kind of conversion, by what 
other
means or methods are there to do this on OpenBSD? I cannot mount .img at all 
with
either vnconfig or '-o loop'.

$ file file.img
file.img: DOS floppy 1440k, x86 hard disk boot sector
$

Is there a way to either mount .img or do I have to figure out a way to convert 
it?

   

Hi,
you can try this : http://ccd2iso.sourceforge.net

Guillaume.



Re: How to convert .img to .iso

2010-11-08 Thread Bryan Irvine
On Mon, Nov 8, 2010 at 8:22 AM, James Hozier  wrote:
> Since there are apparently is no software for this kind of conversion, by 
> what other
> means or methods are there to do this on OpenBSD? I cannot mount .img at all 
> with
> either vnconfig or '-o loop'.

-t msdos?



Re: How to convert .img to .iso

2010-11-08 Thread Bret S. Lambert
On Mon, Nov 08, 2010 at 08:22:13AM -0800, James Hozier wrote:
> Since there are apparently is no software for this kind of conversion, by 
> what other
> means or methods are there to do this on OpenBSD? I cannot mount .img at all 
> with
> either vnconfig or '-o loop'.

Just FYI re: 'mount -o loop'

$ man mount | grep -c the
73
$ man mount | grep -c loop
0

> 
> $ file file.img
> file.img: DOS floppy 1440k, x86 hard disk boot sector
> $
> 
> Is there a way to either mount .img or do I have to figure out a way to 
> convert it?