filmov
tv
day8,ebs volume,windows and linux ebs

Показать описание
🖥️ Unlock the Power of AWS EBS! 🚀 In this exciting video, we dive deep into AWS Elastic Block Store (EBS) volumes to explore their potential on both Windows and Linux systems. 🌐 Discover essential strategies for managing your EBS volumes efficiently and learn about key features that optimize performance and reliability. Whether you're a sysadmin or a developer, mastering EBS will elevate your cloud game! 📊 Join us for step-by-step guides, best practices, and troubleshooting tips to ensure your data storage is always secure and accessible. Don't forget to like, loot subscribe for more tech tutorials! #AWSEBS #CloudComputing #techtutorials
@# linux commands for attach ebs;
#########################
lsblk
2 lsblk
3 fdisk /dev/xvdb
4 lsblk
6 mkdir /durga
7 mount /dev/xvdb1 /durga
8 lsblk
9 cd /durga
10 touch f1 f2 f3 f4 f5
11 ls
12 df -h
@# windows ebs commands:
@# linux commands for attach ebs;
#########################
lsblk
2 lsblk
3 fdisk /dev/xvdb
4 lsblk
6 mkdir /durga
7 mount /dev/xvdb1 /durga
8 lsblk
9 cd /durga
10 touch f1 f2 f3 f4 f5
11 ls
12 df -h
@# windows ebs commands: