Page 1 of 1

read-only mount a same image file

Posted: Sat Jul 02, 2005 4:10 am
by Tom-N
Hello,

Can two or more machine read-only mount a same image file?
If so, how should I describe it in the configuration file?

I use StarWind ver.2.6.1.


Thanks,

Re: read-only mount a same image file

Posted: Sat Jul 02, 2005 8:17 pm
by Val (staff)
Tom-N wrote:Hello,

Can two or more machine read-only mount a same image file?
If so, how should I describe it in the configuration file?

I use StarWind ver.2.6.1.

Thanks,
Hi Tom,

To allow the mode you need to edit the config file manually and then restart the StarWindService.

Use the following syntax to allow 2 simulteneous redonly sessions:
add ImageFile0 -file:"test.img" -readonly:"yes" -share:"r" -sessions:2

Re: read-only mount a same image file

Posted: Fri Jul 08, 2005 6:10 pm
by Tom-N
Thank you!

Re: read-only mount a same image file

Posted: Fri Jul 08, 2005 8:53 pm
by Val (staff)
Tom-N wrote:Thank you!
I'm glad it works for you.