Unless I'm missing something here then the procedure that you describe still requires that the drive had an assigned letter rather than being seen as an NTFS folder.....no?we just access the shared folders by mapping a drive to the ipaddress then the folder share name ensuring the // is at the front of the ipaddress. //XXX.XXX.XXX.XXX/sharedfoldername
Thanks Jason....I'll give it a ret later.The magic words you're looking for are "symbolic link"
Something like "mklink /d C:\Folder\ShareName \\Server\ShareName\Directory" in an elevate/admin command prompt where C:\Folder\ShareName is the directory you want it to be & \\Server\ShareName\Directory is the network location
Unless I'm missing something here then the procedure that you describe still requires that the drive had an assigned letter rather than being seen as an NTFS folder.....no?
I understand that I can assign drive letters to the NAS drives but I'm trying not to. I want to address them as NTFS folders......eg, C:\Photos actually addresses a NAS drive and any files written to C:\Photos are stored on the NAS and not on the C drive. I've got it working this way on a second internal drive by mounting that drive as an NTFS folder (without an assigned drive letter) but I couldn't see how to do the same setup with a drive outside the system.The NAS drives folders needs to be shared folders, you can then map them to be any drive letter you wish at the computer end, the NAS drives and folder are not assigned letters at the NAS.