Phrik
Gawd
- Joined
- Jan 3, 2006
- Messages
- 636
SAN and NAS... what's the deal ?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.


Correct. A SAN would be a device that connects over something like FC or iSCSI and provides a block device to the OS rather than a network drive. Thus, you don't have the option of partitioning a NAS device, but you do have the option of partitioning a SAN. SAN devices act like a large hard drive.GLSauron said:so if Im understanding correctly, sharing folders from a central server and working off of them from a different machine(s) would make the server machine into a NAS. Correct?
Personally Im still fuzzy on what a SAN is.


It's more like this. You have two boxes (or sets of boxes): SAN backends and NAS front ends, S and N for short. A client requests \\N\share\filename over SMB, so N asks S for blocks from disk, processes them as part of a filesystem, and sends back the contents of share\filename.drizzt81 said:Would the following be a valid SAN scenario?
Client A connected to SAN "sharing" server B requesting file yy. File yy consists of three blocks on three different SAN disks: l,m and n. Server B tells l,m and n to send the data directly to A, who has a SAN 'driver' installed without B ever touching the blocks.

