On Dec 11, 2007 1:25 AM, Zhang, Frank F <[EMAIL PROTECTED]> wrote:

>  Does Solaris has similar Linux command "mount -o"  which can mount IMG
> file with specified offset? Or if I can get an Utility to do this kind of
> job?
>
>
>
Are you talking about mapping an image file to a loop device, and mount it
"-o loop" ?

I haven't tried the loop arguement to mount on solaris, but it's pretty easy
to manually mapping a file to a loop device, and then mounting the loop
device. Check out: lofiadm(1M)

As for mounting the image with an offset, I'm not aware of how you are doing
this in linux, and generally this isn't needed for an iso image, but you may
consider using dd(1M) to cut the image into multiple files.

>
>
>
>
>
>
> Thanks!
>
> Frank
>
>
>
> _______________________________________________
> opensolaris-discuss mailing list
> [email protected]
>
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to