SlideShare a Scribd company logo
Link Samba to Cloud Storage!
  May 2011!




Fabrizio Manfredi Furuholmen!
Agenda
Link Cloud Storage!




                                                      Console!
                                             Samba Management
                      Goals!                                     Update!
                      Solution !                                 Design!
                      Cloud Overview!                            New Functions!
                      Architecture !                             Demo!
                      Components!
                      Examples!
                      Limitations!

* One Session two talks !

                                        2!
                                                                             5/11/11!
Zeropiu

 ZEROPIU SpA, founded in 1994 by a group of professionals from leading multinational
 Information Technology companies.!
 !
 We operate at international level and our Headquarters are in Italy. We have subsidiaries
 in Scandinavia called ZEROPIU Nordic, and in Libya with ZEROPIU MEA.!

•  Competence Center, able to                                            •  Identity Access Management
   support customers in meeting                                             (IAM), Authentication and
   the standard regulation                                                  Authorization, Single Sign-On
   requirements (D.Lgs.                                                     and Provisioning!
   196/2003), Basilea II,                                                •  Video on Demand solutions !
   Sarbanes Oxley Act, BS7799/
   Iso and 17799/Iso 27001. !                                            •  Intranet, Extranet and
                                      Consulting!           Solutions!      Enterprise Portal integrated
                                                                            vertical solutions and
                                                                            applications!




                                                           Application
                                          Services!        Management!
                                                                         •  Software infrastructure
•  Application and Facility                                                 design, management and
   management!                                                              maintenance!
•  Service Desk and technical                                            •  Application upgrade and
   Call Center.!                                                            evolution!
                                                                         •  Testing and Quality Assurance!

                                                      3!
                                                                                        5/11/11!
Project Goals


                                               Disaster
                                            Recovery, Easy
                     Reduce cost!          Restore from Any
                                              Snapshots!




Share information
  through many
 sites distributed                                       Size without limit!
    on different
     locations!                 New Storage
                                  Without
                                Changing IT
                               Infrastructure!




                                      4!
                                                                    5/11/11!
Storage

 “Cloud storage is a model of networked online
storage where data are stored on multiple virtual
servers, generally hosted by third parties, rather
            Cloud Storage!
            NAS or SAN ?!
        than being hosted on dedicated
             servers…” (wikipedia)!

                                               Add unlimited, on-
                                               demand space!
                                               Pay for the storage
                                       Pro !   actually used!
                                               Availability, Reliability,
                                               load balancing!



   Security of stored data!
             Performance!
      Dependencies from
            used network
                              Cons!
               connection!



                                  5!
                                                                            5/11/11!
Who does the Work ?


Cloud!


         Network! • Your Internet Connection!


                                     • Fuse implementation!
                        Fuse !       • Python-fuse, python
                                      interface to fuse lib!



                                                     • Export Local drive
                                                      via CIFS!
                                    Samba!           • Policy, Permission,
                                                      Auth!



                                                                   • rsync!
                                                   Backup!         • lvm!
                                                                   • Amanda/Bacula!



                                             6!
                                                                                      5/11/11!
Architecture


Cloud storage gateways!

                         Linux	
  System
Windows	
         SMB!
                                            Cloud	
  
Clients                                     Connector	
  1	
  




                              SAMBA!
                                                                 ?!
                                                Fuse                   Cloud!
Windows	
         SMB!
                                                cache
                                                                       Storage !
Servers

                                            Cloud	
  
                  NFS!                      Connector	
  n	
  
Unix	
  Servers            NFS
                                                Fuse

                                                cache
                           Local	
  
                           hard	
  
                           drive




                                           7!
                                                                      5/11/11!
HDFS


Namenode

•  An HDFS cluster consists of a single
   NameNode
•  It is a master server that manages
   the file system namespace and
   regulates access to files by clients.

Datanodes

•  Datanode manage storage attached
   to the system it run on
•  Applay the map rule of MapReduce



Blocks

•  File is split into one or more blocks
   and these blocks are stored in a set
   of DataNodes

                                     8!
Amazon Simple Storage Service

Amazon S3 provides a simple web services interface that can be used to store
and retrieve any amount of data, at any time, from anywhere on the web. It
gives any developer access to the same highly scalable, reliable, secure, fast,
inexpensive infrastructure…!
!
Designed to provide 99.999999999% durability and 99.99% availability of objects
over a given year.!
(Amazon disclaimer)!                                     http://s3.amazonaws.com/bucket/object!
!
  S3 stores arbitrary objects up to 5 terabytes in size!
  Objects are organized into buckets, and identified
   unique name!                                                                  Bucket!

  Buckets and objects can be created, listed, and
   retrieved using either a REST-style HTTP interface
   or a SOAP interface. !                                                        Objects!
  Objects can be downloaded using the HTTP GET
   interface and the BitTorrent protocol.!
  Objects Versioning !                                                           Info!

                                                                     Metadata!    ACL!           Md5!


S3 storage service now hosts more than 100 billion objects !!
                                              9!
                                                                                      5/11/11!
Fuse

FUSE , filesystem in user space!
!
 Simple library API !
 Simple installation (no need to patch or
  recompile the kernel)!
 Secure implementation !
 Userspace – kernel interface is very
  efficient!
 Usable by non privileged users !
 Runs on Linux kernels 2.4.X and 2.6.X!
 Lot of Language bindings!
 Lot of file systems supported (> 50 )!
 Mount as a local filesystem!




                                    10!
                                             5/11/11!
s3fs: Cloud Translator


                         Cloud!           Unix!

                         Bucket!          Mount point!
Cloud storage!                                               Storage!
•  more application
   programming
                         Objects!         File!              •  based on block-
                                                                or file-based!
   interface!
                         Objects empty! Directory!

                         Amz-meta-        File Attributes!
                         custom fields!
                         Md5              Dirty cache!
                         comparison!
                         Remote copy!     Rename/move!




                                         11!
                                                                   5/11/11!
Samba




CIFS Translator!         Permission Control!



              Samba!

    Locks!                 Authentication!



                   12!
                                             5/11/11!
Demo




       13!
             5/11/11!
Configuration



S3fs!
    use_cache!
    retries!
    connect_timeout!
    readwrite_timeout!
    max_stat_cache_size!
    prefix !
!
Fuse !
  allow_other!
  kernel_cache !

!
Samba!
  It is simple share!
  Locks handle by samba !
!


                             14!
                                   5/11/11!
Limitations



  The buckets sharing is not safe due to the
   Amazons S3 consistency data model. !

  Only module supported by Fuse !

  Extended attributes and locks not supported!

  On change, the entire file is transferred!

  Network bandwidth!

!




                                          15!
                                                  5/11/11!
Plans


Short-term!
•  Better user and acl handling!
•  More cache triggers!
•  Encryption!
•  Compression!




        Middle-term!
        •  Move s3fs to samba VFS plugin!
        •  Locks!
        •  Write only differences!
        •  Split file in block (rsync model)!




                 In the future!
                 •  Mixed local disk with cloud in a more intelligent way!
                 •  Software appliance !
                 •  Distributed across different cloud storages!



                                                     16!
                                                                             5/11/11!
Plans


Short-term!
•  Better user and acl handling!
•  More cache triggers!
•  Encryption!
•  Compression!




        Middle-term!
        •  Move s3fs to samba VFS plugin!
        •  Locks!
        •  Write only differences!
        •  Split file in block (rsync model)!




                 In the future!
                 •  Mixed local disk with cloud in a more intelligent way!
                 •  Software appliance !
                 •  Distributed across different cloud storages!



                                                     17!
                                                                             5/11/11!
Dream: myS3



Service!


   myS3!                               myS3!




                                                 Application!
                 Object replication!
   object!                             object!




                                                 Filesystem!
   data!                               data!




                              18!
                                                           5/11/11!
Advantages


Move from local server to cloud storage!

                          No Change!
                          •  CIFS/NFS!


                             Share!
                             •  WEB/Internet Disk!


                          Disaster Recover!
                          •  Backup!




                    19!
                                                     5/11/11!
Conclusion S3


                                          Advantage!
                                          •  Pay for the storage used.!
                                          •  No maintenance contracts, administration .. !
                                          •  Very high levels of availability.!
                                          •  Very good for Backups and Disaster recover!
                                          •  You can test for Free!
                                          •  Good for share (web site)!
                                          •  Many reads, low write rate!




Disadvantage!
•  Edit large file!
•  Network performance!
•  Concurrence!
•  Changing one bit is the same of all file!
•  Not Posix!


                                              20!
                                                                                        5/11/11!
Conclusion HDFS



                          Advantage!
                          •  Low hw cost!
                          •  Very high levels of availability.!
                          •  You can test for Free!
                          •  Many reads, low write rate!
                          •  Good performance in read!




Disadvantage!
•  Small file!
•  Not Posix!
•  Administration!



                             21!
                                                                  5/11/11!
Thank you!




manfred@freemails.ch!
manfred@zeropiu.it!
!
!

More Related Content

PPTX
Se training storage grid webscale technical overview
PDF
Open solaris customer presentation
PPTX
Achieving Network Deployment Flexibility with Mirantis OpenStack
PDF
Regarding Clouds, Mainframes, and Desktops … and Linux
PDF
DataCore Software - The one and only Storage Hypervisor
PPTX
Trends in Data Protection with DCIG
PDF
TechEvent 2019: DBaaS from Swisscom Cloud powered by Trivadis; Konrad Häfeli ...
PDF
[OpenStack Day in Korea 2015] Keynote 2 - Leveraging OpenStack to Realize the...
Se training storage grid webscale technical overview
Open solaris customer presentation
Achieving Network Deployment Flexibility with Mirantis OpenStack
Regarding Clouds, Mainframes, and Desktops … and Linux
DataCore Software - The one and only Storage Hypervisor
Trends in Data Protection with DCIG
TechEvent 2019: DBaaS from Swisscom Cloud powered by Trivadis; Konrad Häfeli ...
[OpenStack Day in Korea 2015] Keynote 2 - Leveraging OpenStack to Realize the...

What's hot (20)

PPTX
EMC with Mirantis Openstack
 
PPTX
Next Generation Data Protection Architecture
PPTX
Qnap iei partners_day_2016 1108
PPTX
Commercial track 2_UDP Solution Selling Made Simple
PPTX
Born to be fast! - Aviram Bar Haim - OpenStack Israel 2017
PPTX
Appliance Launch Webcast
PPTX
Engage for success ibm spectrum accelerate 2
PPTX
Technical track 2_Virtualization & Cloud
PPTX
Business Track 3: arcserve udp licensing pricing & support made simple
PPTX
2/18 Technical Overview
PPTX
Arcserve udp recovery point server and global deduplication 12-2014
PPTX
Technical track 2: arcserve UDP for virtualization & cloud
PDF
Linux: The Journey, Milestones, and What's Ahead
PPTX
Arcserve Portfolio Technical Overview
PDF
Presentazione Tintri - Clouditalia @ VMUGIT UserCon 2015
PPTX
HP Storage: Delivering Storage without Boundaries
PDF
Deep Dive On Intel Optane SSDs And New Server Platforms
ODP
Introduction to Red Hat
PPTX
OpenStack + Nano Server + Hyper-V + S2D
PPTX
Automation for cloud
EMC with Mirantis Openstack
 
Next Generation Data Protection Architecture
Qnap iei partners_day_2016 1108
Commercial track 2_UDP Solution Selling Made Simple
Born to be fast! - Aviram Bar Haim - OpenStack Israel 2017
Appliance Launch Webcast
Engage for success ibm spectrum accelerate 2
Technical track 2_Virtualization & Cloud
Business Track 3: arcserve udp licensing pricing & support made simple
2/18 Technical Overview
Arcserve udp recovery point server and global deduplication 12-2014
Technical track 2: arcserve UDP for virtualization & cloud
Linux: The Journey, Milestones, and What's Ahead
Arcserve Portfolio Technical Overview
Presentazione Tintri - Clouditalia @ VMUGIT UserCon 2015
HP Storage: Delivering Storage without Boundaries
Deep Dive On Intel Optane SSDs And New Server Platforms
Introduction to Red Hat
OpenStack + Nano Server + Hyper-V + S2D
Automation for cloud
Ad

Similar to Link Samba to Cloud Storage (20)

PDF
Networking in the Cloud Age (LISA 2012 Tutorial)
PDF
Best Practices to create High Load Websites
PDF
Infrastructure Consolidation and Virtualization
PDF
Making the move from rich clients to browsers
PDF
IBM SONAS and the Cloud Storage Taxonomy
PDF
The Cloud Concierge
PDF
VMware - Snapshot sessions - Deploy and manage tomorrow's applications today
PDF
Tw Technology Radar Qtb Sep11
PDF
Deploying Enterprise Apps in the Cloud
PDF
Migrating Enterprise Apps to the Cloud
PPTX
The Ever Changing Cloud, CloudExpo 2012
PPTX
Building Blocks for Private and Hybrid Clouds
PPTX
5 Cloud Commandments - Why Cloud Management Makes Sense
PDF
Presentaties seminar de virtuele realiteit
PPSX
INCONTRI AL CINEMA - HUS VM: la nuova piattaforma unificata di Hitachi Data...
PDF
Nuxeo in 2011: A year in review and a preview of what's next!
PDF
Protecting the Desktop with Novell ZENworks Application Virtualization
PDF
Achieving genuine elastic multitenancy with the Waratek Cloud VM for Java : J...
PDF
Kaavo Introduction 08012011
PDF
Automation and Management of Database Clusters
Networking in the Cloud Age (LISA 2012 Tutorial)
Best Practices to create High Load Websites
Infrastructure Consolidation and Virtualization
Making the move from rich clients to browsers
IBM SONAS and the Cloud Storage Taxonomy
The Cloud Concierge
VMware - Snapshot sessions - Deploy and manage tomorrow's applications today
Tw Technology Radar Qtb Sep11
Deploying Enterprise Apps in the Cloud
Migrating Enterprise Apps to the Cloud
The Ever Changing Cloud, CloudExpo 2012
Building Blocks for Private and Hybrid Clouds
5 Cloud Commandments - Why Cloud Management Makes Sense
Presentaties seminar de virtuele realiteit
INCONTRI AL CINEMA - HUS VM: la nuova piattaforma unificata di Hitachi Data...
Nuxeo in 2011: A year in review and a preview of what's next!
Protecting the Desktop with Novell ZENworks Application Virtualization
Achieving genuine elastic multitenancy with the Waratek Cloud VM for Java : J...
Kaavo Introduction 08012011
Automation and Management of Database Clusters
Ad

More from Manfred Furuholmen (19)

PDF
Samba4 Introduction
PPTX
Restfs internals
PDF
Introduction to message_queue
PPTX
PDF
Winbind as Identity Management Connector
PPTX
Use Distributed Filesystem as a Storage Tier
PDF
Managing OpenAFS users with OpenIDM
PDF
Afs manager
PPT
Pt server ng
PPTX
Be lazy... make automation
PDF
Disaster recovery
PDF
Domestic cloud
PDF
Inexpensive storage
PPTX
Samba management Console
PDF
Samba as a gateway to OpenAFS
PDF
Samba distributed env
PPTX
AFS introduction
PDF
AFS case study
Samba4 Introduction
Restfs internals
Introduction to message_queue
Winbind as Identity Management Connector
Use Distributed Filesystem as a Storage Tier
Managing OpenAFS users with OpenIDM
Afs manager
Pt server ng
Be lazy... make automation
Disaster recovery
Domestic cloud
Inexpensive storage
Samba management Console
Samba as a gateway to OpenAFS
Samba distributed env
AFS introduction
AFS case study

Recently uploaded (20)

PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPT
Teaching material agriculture food technology
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Encapsulation theory and applications.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Electronic commerce courselecture one. Pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Per capita expenditure prediction using model stacking based on satellite ima...
Teaching material agriculture food technology
NewMind AI Weekly Chronicles - August'25 Week I
Review of recent advances in non-invasive hemoglobin estimation
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Network Security Unit 5.pdf for BCA BBA.
MYSQL Presentation for SQL database connectivity
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Encapsulation theory and applications.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Unlocking AI with Model Context Protocol (MCP)
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Encapsulation_ Review paper, used for researhc scholars
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Chapter 3 Spatial Domain Image Processing.pdf
Electronic commerce courselecture one. Pdf
Reach Out and Touch Someone: Haptics and Empathic Computing

Link Samba to Cloud Storage

  • 1. Link Samba to Cloud Storage! May 2011! Fabrizio Manfredi Furuholmen!
  • 2. Agenda Link Cloud Storage! Console! Samba Management Goals! Update! Solution ! Design! Cloud Overview! New Functions! Architecture ! Demo! Components! Examples! Limitations! * One Session two talks ! 2! 5/11/11!
  • 3. Zeropiu ZEROPIU SpA, founded in 1994 by a group of professionals from leading multinational Information Technology companies.! ! We operate at international level and our Headquarters are in Italy. We have subsidiaries in Scandinavia called ZEROPIU Nordic, and in Libya with ZEROPIU MEA.! •  Competence Center, able to •  Identity Access Management support customers in meeting (IAM), Authentication and the standard regulation Authorization, Single Sign-On requirements (D.Lgs. and Provisioning! 196/2003), Basilea II, •  Video on Demand solutions ! Sarbanes Oxley Act, BS7799/ Iso and 17799/Iso 27001. ! •  Intranet, Extranet and Consulting! Solutions! Enterprise Portal integrated vertical solutions and applications! Application Services! Management! •  Software infrastructure •  Application and Facility design, management and management! maintenance! •  Service Desk and technical •  Application upgrade and Call Center.! evolution! •  Testing and Quality Assurance! 3! 5/11/11!
  • 4. Project Goals Disaster Recovery, Easy Reduce cost! Restore from Any Snapshots! Share information through many sites distributed Size without limit! on different locations! New Storage Without Changing IT Infrastructure! 4! 5/11/11!
  • 5. Storage “Cloud storage is a model of networked online storage where data are stored on multiple virtual servers, generally hosted by third parties, rather Cloud Storage! NAS or SAN ?! than being hosted on dedicated servers…” (wikipedia)! Add unlimited, on- demand space! Pay for the storage Pro ! actually used! Availability, Reliability, load balancing! Security of stored data! Performance! Dependencies from used network Cons! connection! 5! 5/11/11!
  • 6. Who does the Work ? Cloud! Network! • Your Internet Connection! • Fuse implementation! Fuse ! • Python-fuse, python interface to fuse lib! • Export Local drive via CIFS! Samba! • Policy, Permission, Auth! • rsync! Backup! • lvm! • Amanda/Bacula! 6! 5/11/11!
  • 7. Architecture Cloud storage gateways! Linux  System Windows   SMB! Cloud   Clients Connector  1   SAMBA! ?! Fuse Cloud! Windows   SMB! cache Storage ! Servers Cloud   NFS! Connector  n   Unix  Servers NFS Fuse cache Local   hard   drive 7! 5/11/11!
  • 8. HDFS Namenode •  An HDFS cluster consists of a single NameNode •  It is a master server that manages the file system namespace and regulates access to files by clients. Datanodes •  Datanode manage storage attached to the system it run on •  Applay the map rule of MapReduce Blocks •  File is split into one or more blocks and these blocks are stored in a set of DataNodes 8!
  • 9. Amazon Simple Storage Service Amazon S3 provides a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to the same highly scalable, reliable, secure, fast, inexpensive infrastructure…! ! Designed to provide 99.999999999% durability and 99.99% availability of objects over a given year.! (Amazon disclaimer)! http://s3.amazonaws.com/bucket/object! !   S3 stores arbitrary objects up to 5 terabytes in size!   Objects are organized into buckets, and identified unique name! Bucket!   Buckets and objects can be created, listed, and retrieved using either a REST-style HTTP interface or a SOAP interface. ! Objects!   Objects can be downloaded using the HTTP GET interface and the BitTorrent protocol.!   Objects Versioning ! Info! Metadata! ACL! Md5! S3 storage service now hosts more than 100 billion objects !! 9! 5/11/11!
  • 10. Fuse FUSE , filesystem in user space! !  Simple library API !  Simple installation (no need to patch or recompile the kernel)!  Secure implementation !  Userspace – kernel interface is very efficient!  Usable by non privileged users !  Runs on Linux kernels 2.4.X and 2.6.X!  Lot of Language bindings!  Lot of file systems supported (> 50 )!  Mount as a local filesystem! 10! 5/11/11!
  • 11. s3fs: Cloud Translator Cloud! Unix! Bucket! Mount point! Cloud storage! Storage! •  more application programming Objects! File! •  based on block- or file-based! interface! Objects empty! Directory! Amz-meta- File Attributes! custom fields! Md5 Dirty cache! comparison! Remote copy! Rename/move! 11! 5/11/11!
  • 12. Samba CIFS Translator! Permission Control! Samba! Locks! Authentication! 12! 5/11/11!
  • 13. Demo 13! 5/11/11!
  • 14. Configuration S3fs!   use_cache!   retries!   connect_timeout!   readwrite_timeout!   max_stat_cache_size!   prefix ! ! Fuse !   allow_other!   kernel_cache ! ! Samba!   It is simple share!   Locks handle by samba ! ! 14! 5/11/11!
  • 15. Limitations   The buckets sharing is not safe due to the Amazons S3 consistency data model. !   Only module supported by Fuse !   Extended attributes and locks not supported!   On change, the entire file is transferred!   Network bandwidth! ! 15! 5/11/11!
  • 16. Plans Short-term! •  Better user and acl handling! •  More cache triggers! •  Encryption! •  Compression! Middle-term! •  Move s3fs to samba VFS plugin! •  Locks! •  Write only differences! •  Split file in block (rsync model)! In the future! •  Mixed local disk with cloud in a more intelligent way! •  Software appliance ! •  Distributed across different cloud storages! 16! 5/11/11!
  • 17. Plans Short-term! •  Better user and acl handling! •  More cache triggers! •  Encryption! •  Compression! Middle-term! •  Move s3fs to samba VFS plugin! •  Locks! •  Write only differences! •  Split file in block (rsync model)! In the future! •  Mixed local disk with cloud in a more intelligent way! •  Software appliance ! •  Distributed across different cloud storages! 17! 5/11/11!
  • 18. Dream: myS3 Service! myS3! myS3! Application! Object replication! object! object! Filesystem! data! data! 18! 5/11/11!
  • 19. Advantages Move from local server to cloud storage! No Change! •  CIFS/NFS! Share! •  WEB/Internet Disk! Disaster Recover! •  Backup! 19! 5/11/11!
  • 20. Conclusion S3 Advantage! •  Pay for the storage used.! •  No maintenance contracts, administration .. ! •  Very high levels of availability.! •  Very good for Backups and Disaster recover! •  You can test for Free! •  Good for share (web site)! •  Many reads, low write rate! Disadvantage! •  Edit large file! •  Network performance! •  Concurrence! •  Changing one bit is the same of all file! •  Not Posix! 20! 5/11/11!
  • 21. Conclusion HDFS Advantage! •  Low hw cost! •  Very high levels of availability.! •  You can test for Free! •  Many reads, low write rate! •  Good performance in read! Disadvantage! •  Small file! •  Not Posix! •  Administration! 21! 5/11/11!