|
-
Jan 1st, 2006, 02:00 PM
#1
Thread Starter
Addicted Member
Network Share
Hi.
Is it possible to connect to a logical drive on a remote computer that has a shared folder.
I have no problem connecting to a shared folder on the Primary Drive .
\\server\temp... for example
How does it go for the Logical Drive .
I tryed... \\server\d:\temp and a few other ways but no luck .
Thanks.
-
Jan 1st, 2006, 04:42 PM
#2
Fanatic Member
Re: Network Share
to connect to a drive rather than a folder is should be
\\server\drive share name
example you have a remote computer called server1 and the drive share is pridrive$ so when mapping the drive just put this
ex.\\server1\pridrive$
-
Jan 1st, 2006, 06:34 PM
#3
Thread Starter
Addicted Member
Re: Network Share
But the drive is not sharing, Its just a folder on a logical drive.
\\servername\d\documents and settings\local settings
BUT IT STILL CARNT FIND THE PATH
Hope this makes sense.
Thanks for the help
-
Jan 1st, 2006, 07:18 PM
#4
Re: Network Share
There is a default Admin share for each partition on a system. For the C drive its C$ and for the d its D$. The only issue is that you need Admin permissions to connect. If its a problem then you need to share the drive out and set the permissions appropriately.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 1st, 2006, 07:35 PM
#5
Thread Starter
Addicted Member
Re: Network Share
Ok sounds good .no problems with administration but how do i set the Permissions.
1 XP HOME .....1 XP PRO
Thanks.
-
Jan 1st, 2006, 07:49 PM
#6
Re: Network Share
Use the command line utility:
VB Code:
Displays or modifies access control lists (ACLs) of files
CACLS filename [/T] [/E] [/C] [/G user:perm] [/R user [...]]
[/P user:perm [...]] [/D user [...]]
filename Displays ACLs.
/T Changes ACLs of specified files in
the current directory and all subdirectories.
/E Edit ACL instead of replacing it.
/C Continue on access denied errors.
/G user:perm Grant specified user access rights.
Perm can be: R Read
W Write
C Change (write)
F Full control
/R user Revoke specified user's access rights (only valid with /E).
/P user:perm Replace specified user's access rights.
Perm can be: N None
R Read
W Write
C Change (write)
F Full control
/D user Deny specified user access.
Wildcards can be used to specify more that one file in a command.
You can specify more than one user in a command.
Abbreviations:
CI - Container Inherit.
The ACE will be inherited by directories.
OI - Object Inherit.
The ACE will be inherited by files.
IO - Inherit Only.
The ACE does not apply to the current file/directory.
-
Jan 1st, 2006, 07:57 PM
#7
Thread Starter
Addicted Member
Re: Network Share
Way over my head dglienna.
Thanks anyhow.
-
Jan 1st, 2006, 07:59 PM
#8
Fanatic Member
Re: Network Share
lol cacls isnt that hard to learn its done in command prompt so its pretty eazy to do with pratice you can get it ... if you have any questions you can email or pm me and i can attempt to explain it further
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|