
Originally Posted by
linkazoid
Could someone please paste the mapping section from their working hapconfig.xml so that I can manually edit the file.
Hey Michael 
There was an issue with one of the earlier versions of HAP 7 whereby forward slashes and back slashes were being confused..
Here is my mapping section for the latest version of HAP (which works
)
Code:
<mappings>
<mapping drive="N" name="My Documents" enablereadto="All" enablewriteto="All" enablemove="True" usagemode="Quota">%homedir%</mapping>
<mapping drive="K" name="Pupils Shared" enablereadto="All" enablewriteto="Domain Admins, Staff" enablemove="True" usagemode="Quota">\\servername\pupils shared</mapping>
<mapping drive="R" name="Teachers Shared" enablereadto="Staff, Domain Admins" enablewriteto="Staff, Domain Admins" enablemove="False" usagemode="Quota">\\servername\teachers shared</mapping>
<mapping drive="U" name="Student Home Folders" enablereadto="Staff, Domain Admins" enablewriteto="Domain Admins" enablemove="False" usagemode="Quota">\\servername\Students</mapping>
</mappings> Hope it helps