tags:

views:

99

answers:

3

Can somebody please let me know how we can determine if a local disk or SAN.

Thanks

A: 

SAN is a Storage Area Network topology incorporated into a physical network topology, it which means that storage is provided for sharing/storing data via the network (usually tcp/ip)...It is similar to NFS (Network File Share), or using the Microsoft specific Server Message Block protocol to designate a share on the server with a drive letter used - Universal Naming Convention where a shared drive is mapped to a drive letter in the form of '\\servername\foo'.

Can you please clarify if that is what you are looking for? How to determine if a drive is mapped to the shared drive such as '\\servername\foo'?

Have a look at this thread here...on mapping drives and disconnecting mapped drives here. And here to check if a path is on a network here.

Edit: Thanks to zombiesheep for the clarification due to my confusion after being told by somebody else during my training for CompTIA Network+ 2009.....duh!

Hope this helps, Best regards, Tom.

tommieb75
Sorry, but a SAN is not normally connected via the network. It is usually connected over fibre-channel directly into a host-bus adapter of some sort in the server. The server is then responsible for utilising the allocated space as it sees fit, either for internal storage, serving over the network, or whatever else. sounds like you're confusing it with NAS (network attached storage) Sorry , ex-HP StorageWorks engineer here. :)
ZombieSheep
@ZombieSheep: Oh...ok...funny that....I take your word for it...I was studying CompTIA NEtwork+ 2009 earlier on this year and that was I was taught via CBT....would ya believe that...SAN a topology... sigh...Thanks for the heads up I'll correct this somehow... :)
tommieb75
A: 

Thanks for replying so fast. Actually I need to know how do we figure out if a drive is SAN or just a local drive.

A: 

There is no "OS agnostic" way to determine if the file system is back-ended by SAN.

That is, please let us know what OS you're using so we can help determine the OS specific way to determine if this (other than asking your storage administrator).

Christopher S