Help to create a regular LAN to share drives/folders - not Home

Page 3 of 11 FirstFirst 12345 ... LastLast

  1. Posts : 52
    Win 7 Pro 32 and 64 versions
    Thread Starter
       #21

    GokAy, I thought this may have been the issue too, or part of it, but after trying so many things which still didn't work, I started to think of a corrupted file somewhere. After a while of reading reams of posts and tutorials, I became so confused with it all, I just had to call in help. That's where we are now and thanks to you and Pyprohly I see the possability of it becoming resolved. Then I can get back to my work
      My Computer


  2. Posts : 721
    Windows 10, Windows 8.1 Pro, Windows 7 Professional, OS X El Capitan
       #22

    ozstar said:
    I have left the folders as shown in your script until you tell me I can take put the folders back into the root of the drives as they were.
    If that's how you'd like your folders arranged, please do so now as the first step in the following procedure:
    1. Structure the folders you want to share to wherever you like and however you wish on your machine, no matter if it's on the root of a drive or placed down in the deepest of directories, move what you want to your liking now. You can forget that tech guy's folder arrangement suggestions too.
    2. As to tidy everything up, I recommend you delete all of your shares and start from scratch. You can open an Elevated Command Prompt and use the command 'net share' to list all shares on the machine. To delete a share use the Command Prompt you may run the commmand,
      Code:
      net share "ShareName" /d
    3. Now that the tidying is done, tell us here what paths are to be shared, and what the path's share name is to be, as a csv-like list,
    E.g.
    Code:
    ShareName, Path
    "Webmain Internet", "F:\Webmain Internet"
    "Webmain AUDIO", "J:\"
    "Webmain Graphics 1, "L:\"
    "Webmain Graphics 2", "L:\Webmain Graphics"
    "Webmain Programs", "I:\Webmain Progs"
    ...
    e.t.c.
    Make sure you type the paths correctly.

    After completing the above, I'll write two batch scripts for you: one that creates all the shares for you, and the other one will set some NTFS permissions straight.

    GokAy said:
    I can think of permissions was not propagated properly, so you couldn't access the sub folders.

    Does this script give an idea of such fine detail?
    It does not reveal the permissions of subfolders, not that that's relevant right now anyway.
      My Computer


  3. Posts : 5,656
    Windows 7 Ultimate x64 SP1
       #23

    I don't have access to a computer at the moment, so forgive me if I am wrong :)

    It seems you have given Everyone full control on Admin shares (the ones that have $ at their end).
    These should only have an admin account with access, and hidden when browsed to that PC.

    Try adding a $ at the end of drive letter in the address bar of explorer. So from another PC, open the address \\webmain-IP-address\c$
    It should ask for a username/password (credentials), enter the admin account of webmain if different. If all your users are same across PCs then perhaps you won't be asked.

    This can still fail for any reason I have not thought of so don't get discouraged if it fails.
      My Computer


  4. Posts : 5,656
    Windows 7 Ultimate x64 SP1
       #24

    Also browse to shares of webmain with another PC and then on webmain, right click Computer and manage. Expand shares and then sessions. What user is shown to be connected? If it doesn't show go into one of the shared folders.
      My Computer


  5. Posts : 52
    Win 7 Pro 32 and 64 versions
    Thread Starter
       #25

    Hi.. From Comp Management - Webmain..

    Share Name Folder Path Type # Client Connections Description
    ADMIN$ C:\Windows Windows 0 Remote Admin
    C$ C:\ Windows 0 Default share
    E$ E:\ Windows 0 Default share
    F F:\ Windows 0
    F$ F:\ Windows 0 Default share
    From Photos-265 Bubs XP N:\From Photos-265 Bubs XP Windows 0
    H$ H:\ Windows 0 Default share
    I$ I:\ Windows 0 Default share
    IPC$ Windows 0 Remote IPC
    J$ J:\ Windows 0 Default share
    K$ K:\ Windows 0 Default share
    L$ L:\ Windows 0 Default share
    M$ M:\ Windows 0 Default share
    N Photos 2TB Ext N:\ Windows 0 Backup Photos from Bub and also all recent photos - NOT ARCHIVE
    N$ N:\ Windows 0 Default share
    print$ C:\Windows\system32\spool\drivers Windows 0 Printer Drivers
    Public C:\Users\David\Dropbox\Public Windows 0 Public Sahing
    Users C:\Users Windows 0
    Webmain C C:\ Windows 0
    Webmain Photos ext N:\ Windows 0 Photos
    WebMain-Audio J:\ Windows 0
    Webmain-Graphics L:\ Windows 0
    Webmain-Photos M:\ Windows 0 All Photos
    WebMain-Progs I:\ Windows 0
    Webmain-USBEXT M:\ Windows 0 Seagate 2TB Ext
    WebMain-Video K:\ Windows 0
    WebMain-Word H:\ Windows 0
    After Lenovo attempt to access Webmain this is Sessions Webmain.

    User Computer Type # Open Files Connected Time Idle Time Guest
    Guest lenovo2 Windows 6 00:03:27 00:01:55 No
    Last edited by ozstar; 13 Sep 2015 at 06:07. Reason: Added Sessions
      My Computer


  6. Posts : 721
    Windows 10, Windows 8.1 Pro, Windows 7 Professional, OS X El Capitan
       #26

    ozstar said:
    Hi.. From Comp Management - Webmain..
    [...]
    Just to confirm, no shares currently exist on the machine Webmain now, correct? I'm going to use that list you've provided to write a script that will create all the shares in one go. Make sure the none of the shares exist.

    Also, would you prefer "WebMain" or "Webmain" for share names? There's a bit of an inconsistency.
      My Computer


  7. Posts : 52
    Win 7 Pro 32 and 64 versions
    Thread Starter
       #27

    Hi, Sorry just got this..

    I have not done the delete shares yet from Command. Just moved all files from the foldesr I created in each drive back to the root. Now done.

    The Managemnt text above shows what is currently there.

    Yes WebMain.. with cap M

    Do I need to delete anything shown on the list above ?

    Thanks

    oz


    ADDED..

    Just unticked 'Share this folder' from..

    Webmain-Internet
    Webmain-Word
    Webmain-Progs
    Webmain-Aufio
    Webmain-Videio
    Webmain-Graphics

    Do I ned to do this from the exts n: and M: which have been no problem ?
    Last edited by ozstar; 13 Sep 2015 at 06:20. Reason: add unshare data
      My Computer


  8. Posts : 721
    Windows 10, Windows 8.1 Pro, Windows 7 Professional, OS X El Capitan
       #28

    Delete your shares. All of them.

    Except for the "Users" share (this share comes default with the install). And you can ignore the shares that have a trailing "$" symbol too (if you delete them they'll just recreate themselves after a boot).


    Edit:
    ozstar said:
    Do I ned to do this from the exts n: and M: which have been no problem ?
    Yes, delete the shares associated with N and M drives too. I would like to fix everything in one go.

    You may choose delete the shares from the Command Prompt, or you may simply untick the 'Share this folder' checkbox on the shared folder's share properties tab.
      My Computer


  9. Posts : 52
    Win 7 Pro 32 and 64 versions
    Thread Starter
       #29

    Okay unshared everything showing in Explorer tree under Computer except Local Disk C:
      My Computer


  10. Posts : 721
    Windows 10, Windows 8.1 Pro, Windows 7 Professional, OS X El Capitan
       #30

    Alight, here's the final list of shares to be created. Please make sure this list is correct.

    Code:
    "ShareName", "Path", "Description"
    "F",                  "F:\", "" 
    "From Photos-265 Bubs XP", "N:\From Photos-265 Bubs XP", "" 
    "N Photos 2TB Ext",   "N:\", "Backup Photos from Bub and also all recent photos - NOT ARCHIVE"
    "Public",             "C:\Users\David\Dropbox\Public", "Public Sahing"
    "WebMain C",          "C:\", ""
    "WebMain Photos ext", "N:\", "Photos"
    "WebMain-Audio",      "J:\", ""
    "WebMain-Graphics",   "L:\", ""
    "WebMain-Photos",     "M:\", "All Photos"
    "WebMain-Progs",      "I:\", ""
    "WebMain-USBEXT",     "M:\", "Seagate 2TB Ext"
    "WebMain-Video",      "K:\", "" 
    "WebMain-Word",       "H:\", ""
    If you wish to make multiple changes, please edit this list and post back here the corrected version.

    (btw, I believe you've made a spelling mistake in the description for the Public share: "Public Sahing". Should it be "Public Sharing" instead?)


    Also, while you're at it, would you be able to copy-paste here the output of the command,
    Code:
    net share
    Just so you and I can double check that no shares have been missed.
      My Computer


 
Page 3 of 11 FirstFirst 12345 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 09:24.
Find Us