IT tutorials
 
Technology
 

Windows 7 : Using a Windows Network - Network Power User Topics (part 1) - Understanding the UNC Naming Convention

9/29/2013 7:19:38 PM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

This section presents some Windows networking techniques that can let you get the most out of your network. You can scan through this section for any tips that might be helpful in your home or office.

Backing Up Your Computer over the Network

You can back up the contents of your hard disk, or attached external drives on your computer, to another computer’s hard disk over the network. On all Windows 7 versions except Starter and Home Basic, you can back up to a shared network folder using the built-in Windows Backup program.

You can also back up files over the network using command-line tools.

Finally, most third-party back up program let you back up to a network location.

Adding a Network Folder to a Library

You can actually link other people’s shared folders right into one of your own libraries, so that their content appears along with your own, although doing so is not quite as simple as you might hope. You have to use the following procedure:

1.
View your library, for example, the Documents library.

2.
At the top where it says “Includes:” and the number of locations, click the word Locations, then click Add.

3.
In the Include Folder in Documents window, locate the folder you want to add, from one of two places:

  • If the folder you want to add belongs to another user on your own computer, select Computer in the left pane, then drill down into the drive on which Windows is installed, then into the Users folder, then into the other user’s profile folder, until you locate the folder you want to add.

    Note

    Don’t dig into the Homegroup list. Most of the items listed in the Homegroup list are libraries. You need to locate the actual folder that went into the other user’s library, in one of the two locations just mentioned.

  • If the folder you want to add is on another computer, select Network in the left pane, double-click the computer’s name, then double-click the shared folder. (To get to a folder shared by one of the computer’s users, the shared folder is named Users.) Then, drill down to the folder you want to add to your library.

4.
When you have located the desired folder, click it, then click Include Folder.

Be aware, though, that if you add a folder from another computer to one of your own libraries, Windows may take a long time to display your library when the other computer is not running and connected to the network.

Sharing and Using an Entire Drive

Shared folders don’t have to be subfolders. Computer owners can share the root folder of a disk drive, making the entire drive available over the network. This is especially useful with DVD, CD, floppy, and USB disk drives. For example, if an entire CD-ROM drive is shared, you can access the data CD in it from any computer on the network.

Just so you know, Windows automatically shares your entire hard drive with the special name C$. (Any other hard drives would also be shared as D$, E$, and so on.) These shares don’t show up when you browse the network—the dollar sign at the end tells Windows to keep the name hidden. Oddly enough, they don’t appear if you view the drive’s Sharing properties either. You can only see them if you type “net share” at the command prompt. And, you can’t use these shares on a home/small office workgroup network; they can be accessed only by the “true” Administrator account on a domain network.

Tip

You can use this technique to install software on a computer that has no working CD/DVD drive but does have a working network connection. Just put the CD into a computer that does have a working drive, and share that drive.


But, you can get around this by sharing the root (top level) folder of one of your drives using a share name of your own choosing. For example, you could right-click your DVD drive in the Computer window, and share the drive using the name dvd,. Then, on another computer, you can map a drive letter to the shared disc.

Understanding the UNC Naming Convention

For more complex networks, you should have some background in the way that files and folders are named on a network. File and folder shares are accessed via Universal Naming Convention (UNC) names with Windows 7, just as in previous versions of Windows.

Note

It might seem confusing to use a different name for the share name than for the folder. The reason for this is that whereas folder names can be very long and can contain spaces, if your network has Linux or Mac computers on it, it’s best if your share names are limited to 12 characters or less and have no spaces. Think of it as a “nickname.”


Virtually the only difference you’ll notice between local and networked files is in their names. Each computer on your network has a name, and every folder or printer that is offered up for shared use on the network must be given a share name as well. For example, if I want to give officemates the use of my business documents, I might create a folder on my hard disk named C:\business related documents and give that folder the share name of docs.

My computer is named Ambon, so other users can use this folder by its network name, \\ambon\docs.

To continue the preceding example, I might specify the location of a particular file on my hard drive with a drive and pathname, like this:

C:\business related documents\roofing bids.xls

A user on another computer can refer to this same file using a syntax called the Universal Naming Convention, or UNC:

\\ambon\docs\roofing bids.xls

The double backslash indicates that ambon is the name of a computer on the LAN instead of the name of a folder on the hard disk. docs is the share name of the folder, and everything past that specifies the path and file relative to that shared folder.

If the computer whose files you want to use is on a corporate LAN using Active Directory or is part of a distant company network, you can also specify the remote computer name more completely, as in the following:

\\ambon.mycompany.com\docs\roofing bids.xls

Or, if you know only the remote computer’s IP network address (such as when you’re connecting to the remote computer with Dial-Up Networking), you can even use a notation like this:
\\192.168.0.10\docs\roofing bids.xls

No matter which way you specify the remote computer, Windows finds it and locates its shared folder docs.

Shared printers are also given share names and are specified by their UNC path. For example, if I share my HP LaserJet 4V printer, I might give it the share name HPLaser, and it will be known on the network as \\ambon\HPLaser. Here, it’s not a folder, but rather a printer, and Windows keeps track of the type of resource.

 
Others
 
- Windows 7 : Using Printers on the Network
- Sharepoint 2013 : Automating tasks with workflows - Starting workflows on documents, Checking the status of a running workflow
- Sharepoint 2013 : Automating tasks with workflows - Associating workflows with content types
- Sharepoint 2013 : Automating tasks with workflows - Associating workflows with lists
- Windows Server 2008 : Using Network Monitor and nmcap - Adding Filters to nmcap, Enabling Promiscuous Mode in nmcap
- Windows Server 2008 : Using Network Monitor and nmcap - Using nmcap to Capture Traffic, Automatically Starting, Stopping, and Terminating nmcap
- Windows Server 2008 : Using Network Monitor and nmcap - Installing Network Monitor, Starting and Using Network Monitor
- Windows Server 2012 : Other DNS Components - Examining Root Hints, Using WINS for Lookups
- Windows Server 2012 : Other DNS Components - Exploring Aging and Scavenging for DNS, Understanding the Role of Forwarders
- Windows Server 2012 : Other DNS Components - The Time-to-Live Value
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us