File level storage is what you get from a NAS. For example, the NAS will put a filesystem on the disks inside, NFS or CIFS and present that storage to the server as a share or mountpoint.
Block level storage which can be a SAN on fibre channel or ISCSI for example, is where you create a LUN (like an empty harddisk without filesystem on it) and present that LUN to a server. The server (for example Windows) sees it as a local disk in device manager and it can format the disk and use whatever filesystem is wants (NTFS for example).
You could also present it to VMware and ESX would in that case format the LUN with VMFS as filesystem. If a filelevel storage is presented to VMware ESX, it would be NFS and VMware ESX would use that to put the data onto it, missing the advantages of a VMFS file system.
unexpected1
34 Posts
0
May 11th, 2011 05:00
File level storage is what you get from a NAS. For example, the NAS will put a filesystem on the disks inside, NFS or CIFS and present that storage to the server as a share or mountpoint.
Block level storage which can be a SAN on fibre channel or ISCSI for example, is where you create a LUN (like an empty harddisk without filesystem on it) and present that LUN to a server. The server (for example Windows) sees it as a local disk in device manager and it can format the disk and use whatever filesystem is wants (NTFS for example).
You could also present it to VMware and ESX would in that case format the LUN with VMFS as filesystem. If a filelevel storage is presented to VMware ESX, it would be NFS and VMware ESX would use that to put the data onto it, missing the advantages of a VMFS file system.
Hope this makes it clearer...