Software-based VM-centric and flash-friendly VM storage + free version
Moderators: anton (staff), art (staff), Max (staff), Anatoly (staff)
-
kiemosan
- Posts: 17
- Joined: Mon Feb 06, 2012 4:22 pm
Mon Feb 06, 2012 4:29 pm
Hi,
I've been using starwind free for a year or so (currently using 5.8 ) to mount a lun in to my ESX hosts to backup a VM over iSCSI from my windows box. I mount the img directly from an external USB3 disk. This has worked brilliantly until recently as i've had to purchase a new USB drive for backing up to as the old one is dead.
Now I cannot mount a lun to either ESX or Windows using this new drive. If I try to mount through windows iscsi I get error messages about CRC check when I try to initialise the disk. I suspect the problem is due to the fact this is a newer 4k sector disk and I don't seem to be able to format the drive to 512 cluster size either.
Does anyone have any ideas on what I can try or am I wasting my time?
Thanks in advance,
John
-
anton (staff)
- Site Admin
- Posts: 4021
- Joined: Fri Jun 18, 2004 12:03 am
- Location: British Virgin Islands
-
Contact:
Mon Feb 06, 2012 9:36 pm
Hold on for a second... Do you mean you're just hosting a bunch of .img files on your external USB 3.0 disk? Or do you mapping it AS IS with disk bridge functionality we provide?
kiemosan wrote:Hi,
I've been using starwind free for a year or so (currently using 5.

to mount a lun in to my ESX hosts to backup a VM over iSCSI from my windows box. I mount the img directly from an external USB3 disk. This has worked brilliantly until recently as i've had to purchase a new USB drive for backing up to as the old one is dead.
Now I cannot mount a lun to either ESX or Windows using this new drive. If I try to mount through windows iscsi I get error messages about CRC check when I try to initialise the disk. I suspect the problem is due to the fact this is a newer 4k sector disk and I don't seem to be able to format the drive to 512 cluster size either.
Does anyone have any ideas on what I can try or am I wasting my time?
Thanks in advance,
John
Regards,
Anton Kolomyeytsev
Chief Technology Officer & Chief Architect, StarWind Software

-
anton (staff)
- Site Admin
- Posts: 4021
- Joined: Fri Jun 18, 2004 12:03 am
- Location: British Virgin Islands
-
Contact:
Mon Feb 06, 2012 9:57 pm
Can you read / write / copy these files with say Windows explorer? Can you name device model?
kiemosan wrote:Hi,
I am hosting .img files on the new USB3 disk.
Regards,
Anton Kolomyeytsev
Chief Technology Officer & Chief Architect, StarWind Software

-
anton (staff)
- Site Admin
- Posts: 4021
- Joined: Fri Jun 18, 2004 12:03 am
- Location: British Virgin Islands
-
Contact:
Tue Feb 07, 2012 10:46 am
OK, so it could be align issue indeed... Could you please try to mount an image with StarWind, try reading it thru iSCSI and send us StarWind log so we could make sure what's really broken? In the worst case we'll grab 4KB unit (AFAIK we've been fixing something related recently...). Thank you very much for cooperation!
Regards,
Anton Kolomyeytsev
Chief Technology Officer & Chief Architect, StarWind Software

-
anton (staff)
- Site Admin
- Posts: 4021
- Joined: Fri Jun 18, 2004 12:03 am
- Location: British Virgin Islands
-
Contact:
Tue Feb 07, 2012 3:33 pm
Thank you! We'll take a look ASAP.
kiemosan wrote:Hi,
Have submitted my logs under Case # 00005504.
Cheers
John
Regards,
Anton Kolomyeytsev
Chief Technology Officer & Chief Architect, StarWind Software

-
kiemosan
- Posts: 17
- Joined: Mon Feb 06, 2012 4:22 pm
Tue Feb 07, 2012 5:05 pm
I have installed the update but this has not improved anything unfortuately.
I have also submitted a new set of log files.
Thanks
John
-
Alex (staff)
- Staff
- Posts: 177
- Joined: Sat Jun 26, 2004 8:49 am
Tue Feb 07, 2012 5:53 pm
John,
Looks like disk driver still doesn't report sector size. We'll check if this situation can be processed in other way.
You can try adding "buffering" parameter to device configuration string in starwind.cfg file as a temporary workaround:
For example, change record
<device name="ImageFile2" file="My Computer\D\test\img90.img" asyncmode="yes" CacheMode="none"/>
to:
<device name="ImageFile2" file="My Computer\D\test\img90.img" asyncmode="yes" CacheMode="none" buffering="yes"/>
And restart the service.
Best regards,
Alexey.
-
kiemosan
- Posts: 17
- Joined: Mon Feb 06, 2012 4:22 pm
Wed Feb 08, 2012 9:51 am
Hi Alexey,
Just following up. Although adding the buffer in to the config for the device has got it working. Whenever I try to copy data to/from the drive my windows RAM usage goes through the roof and renders the PC unusable. Is there a way to limit the buffers ram use? I have 8GB system memory.
Thanks