<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div><span>The file system is yaffs2 but I am able to create the softlink by hand.  Let me try stepping through that code now that you pointed me to the right place.  Thank you!!<br></span></div><div><br></div>  <div style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Ben Peddell <klightspeed@netspace.net.au><br> <b><span style="font-weight: bold;">To:</span></b> wine-devel@winehq.org <br> <b><span style="font-weight: bold;">Sent:</span></b> Tuesday, December 6, 2011 8:46 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: dosdevices/c not present.. how is it created?<br> </font> <br>
On 7/12/2011 11:30 AM, Roger Cruz wrote:<br>> I'm getting the following error when running Wine.<br>> <br>> Using the debugger, I think I found where the problem is:<br>> <br>> 2140            int fd = open( unix_name, O_RDONLY | O_DIRECTORY );<br>[snip]<br>> When I look in my $WINEPREFIX directory, I can see that the c: directory<br>> is not there<br>[snip]<br>> How does that c: directory get created and by whom?  I have deleted the<br>> $WINEPREFIX several times already to no avail.<br><br>dlls/ntdll/server.c:774<br>    /* create the drive symlinks */<br><br>    mkdir( "drive_c", 0777 );<br>    symlink( "../drive_c", "dosdevices/c:" );<br>    symlink( "/", "dosdevices/z:" );<br><br><br>What filesystem does $WINEPREFIX live on?<br><br>It would appear that symlink() failed on that filesystem.<br><br>-- <br>Ben Peddell<br>IT Support Bowen, Collinsville
 and Proserpine Catholic schools<br>http://klightspeed.killerwolves.net/<br><br><br><br><br> </div> </div>  </div></body></html>