Operating Systems 2021-1

Top 10 List of Week 03

  1. Amazon S3 FUSE (s3fs)
    As a widely used file object storage on the cloud, Amazon S3 also offers s3fs, a FUSE-backed file system running with Amazon S3

  2. Comparing Windows and Linux: Systematic file storage
    As a ex-Windows user, I found this article really helpful on covering the differences between Windows and Linux file sytem architecture

  3. Samba
    Samba is very useful for file sharing from and to Linux hosts, even its also supports Windows

  4. What is NAS? Network Attached Storage
    How to implement NAS as network file storage and its use cases

  5. RAID levels comparison chart
    RAID is use to arrange disks array into single storage unit. This article covers all the types of RAID, its implementation types, with illustrations.

  6. Docker Container’s Filesystem Demystified
    How virtualization technology like Docker works in the filesystem level and its implication to the host’s OS.

  7. Membandingkan Kinerja Perangkat Penyimpan Data: SSD vs HDD
    How SSD and HDD works, its pros and cons and drawbacks to the device price

  8. Swap Space Management
    Covers how swap space management works and what occurs if swap space running out

  9. How is File System Implementation similar to Main/Virtual memory?
    Understanding File System Implementation with its simillarity to Main/Virtual Memory

  10. File and File System Security
    This article covers about protection to File System, files permissions, and file ACLs