Someone help me yo mapping network drive shit

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • juicylinks
    So Fucking Banned
    • Apr 2001
    • 122992

    #1

    Someone help me yo mapping network drive shit

    How the fuck can i make my laptop see the shit on the main pc? and transfer shit?

    All connected via same raouter
  • asuna
    Confirmed User
    • May 2002
    • 8743

    #2
    What kind of router? the newer ones, you just need to set that drive to be shared, and rebootand magically works... what OS are you using on both pcs?

    Comment

    • juicylinks
      So Fucking Banned
      • Apr 2001
      • 122992

      #3
      Originally posted by asuna
      What kind of router? the newer ones, you just need to set that drive to be shared, and rebootand magically works... what OS are you using on both pcs?
      xp on both with linksys router

      Comment

      • s9ann0
        Confirmed User
        • Sep 2001
        • 4873

        #4
        you have to turn on windows file sharing and stuff in the network options for the adapter the link is on then if it can't see it

        go on the laptop and find its IP
        and then on the other one type in explorer: \\ipaddress\ to connect

        to find its IP go to a shell: run > "cmd"
        and run ipconfig /all

        you might want to set it a static IP

        Comment

        • fusionx
          Confirmed User
          • Nov 2003
          • 4618

          #5
          Originally posted by juicylinks
          How the fuck can i make my laptop see the shit on the main pc? and transfer shit?

          All connected via same raouter
          Are they both in the same workgroup? Make sure they are - it's much easier.

          You can directly map the drive/share using (at a dos prompt) or Start=>Run:

          net use * \\machinename\sharename

          Or

          net use * \\machinename\$c

          for the entire c: drive. The "$" tells windows it's a hidden share (drives are always mapped and are hidden).

          The "*" means "use the next available drive". You can put your own drive letter in it's place:

          net use y: \\machinename\$c

          You can also use the machine's IP in place of the machine name.

          "net use" is great for setting up batch files.

          Comment

          Working...