Akshay Siwalakshay-siwal.hashnode.dev·Nov 17, 2024Linux VFS Explained: How It Simplifies File Access Across Multiple File SystemsThe Virtual File System (VFS) serves as an abstraction layer that allows the kernel to interact uniformly with different file systems (ext4, XFS, NFS, etc.). VFS provides a consistent interface for user-space applications to perform file operations l...DiscussLinux
Muhammad Irfanirfanmustafvi.hashnode.dev·Nov 15, 2024Mastering Filesystem Management in RHEL1. Introduction: Today marks another milestone in my Linux journey as I delved deep into creating, managing, and troubleshooting different filesystem types in Red Hat Enterprise Linux. Let me share some valuable insights that are crucial for enterpri...Discuss·1 likeTech community
Vishnu RachapudiforTechno Diarytechnodiaryvishnu.hashnode.dev·Oct 21, 2024Exploring Amazon EFS: Usage, Storage Classes, and Cross-Region ReplicationAmazon Elastic File System (EFS) is a fully managed, scalable, and highly available file storage service designed for use with Amazon EC2 instances. EFS automatically grows and shrinks as files are added or removed, ensuring that your applications al...DiscussAWS Storage SeriesAWS
ANGADSINGH OBBIangadsinghobbi.hashnode.dev·Sep 29, 2024Recovering a Linux System After a Full Root PartitionRunning out of space on your Linux system’s root partition can lead to serious problems, including sudden shutdowns or boot failures. If your system is powered off due to a full root partition, there’s no need to panic—there are clear steps to recove...Discuss·1 like·29 readsreboot
주진성jjsair0412.hashnode.dev·Sep 20, 2024Linux File Link의 이해_(inode, Symbolic Link(Soft Link), Hard Link)목차 0. 개요 1. inode란? 1.1 확인 방법 1.2 메타데이터 종류 1.3 Linux 시스템에서 파일을 읽는 방법 1.4 결론 2. Linux 파일 Link의 이해 2.1 Hard Link 2.2 Symbolic Link(Soft Link) 2.3 Hard Link vs Symbolic Link(Soft Link) 3. Link별 사용 시기 3.1 Symbolic Link(Soft Link) 3.2 Hard Li...DiscussLinux
Karthi Skarthi-devopswork.hashnode.dev·Sep 16, 2024New Volume Mounting using AWS EC2 in Linux File system | Linux (1) #LinuxAdminGet inside the console of AWS→EC2→Volumes Configure the New Volume: In the Create Volume wizard: Volume Type: Select the type of volume (e.g., General Purpose SSD, Provisioned IOPS SSD, Magnetic). Size (GiB): Specify the size of the volume in g...Discuss·46 readslsblk
Yogesh Borudeyogeshb.hashnode.dev·Sep 16, 2024Unlocking the Power of Amazon Elastic File System (EFS)In today’s cloud computing landscape, businesses are increasingly reliant on flexible and scalable storage solutions. One service that stands out for its adaptability and performance is Amazon Elastic File System (EFS). Designed for seamless integrat...DiscussAWS
Israel Orenugaisrxl.com·Sep 8, 2024Troubleshooting XFS Filesystem Issues: Duplicate UUID and Mounting ErrorsWhen working with Linux filesystems, particularly XFS, you may occasionally run into issues when attempting to mount partitions. Recently, I encountered a problem with mounting an XFS filesystem, which provided valuable insights into troubleshooting ...Discuss·53 readsLinux
AJEET GUPTAguptajeet.hashnode.dev·Aug 14, 2024🛠️ Linux Storage 101 : Storage Concepts and File Systems✨Before we get started Ajeet, what are we going to learn here? This is Part 1 of a series on Linux storage, mostly theoretical, where we'll acquire skills in storage and its types like Local Storage, DAS, SAN, and NAS with some examples. Later, we wi...Discuss·26 readsLinux
Sunil Joesuniljoe.com·Aug 9, 2024Linux Basic ConceptsLinux Basic Commands whoami - Current user name pwd - Current working dir cd - Change dir ls - List file or folder ...Discusslinux for beginners