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...46 readslsblk
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 ...81 readsLinux
Aadarsha Dhakalblog.aadarshadhakal.com.np·Mar 24, 2024Exploring File Systems for Hyperconverged InfrastructureWhen it comes to managing data on our systems, one fundamental aspect to consider is the file system. It's the backbone of how data is stored, accessed, and managed on our storage devices. Among the plethora of file systems available, two prominent c...ext4
Nur Kholis M.kholis.hashnode.dev·Aug 24, 2023xfs_quota: Failed with Secondary GroupUnfortunately xfs_quota is only valid for Primary Group. It wont work for Secondary Group (in your case group: itshare). You need Project Quota as workaround. Mount your disk/partition with prjquota option: # mount -o rw,remount,prjquota /home # m...xfs