dev-resources.site
for different kinds of informations.
Mounting a new disk in Linux
Published at
5/31/2021
Categories
disk
mount
linux
storage
Author
sbalasa
Author
7 person written this
sbalasa
open
-> How to mount a new disk in Linux ?
#Create a partition
sudo fdisk /dev/sdb
#Verify using lsblk
sdb 8:16 0 2G 0 disk
└─sdb1 8:17 0 2G 0 part /
#Create a filesystem
sudo mkfs -t ext4 /dev/sdb1
#Mount it
sudo mount -t ext4 /dev/sdb1 /kafka
#Verify using lsblk
sdb 8:16 0 2G 0 disk
└─sdb1 8:17 0 2G 0 part /kafka
-> How to bind a folder to this new disk and keep its data ?
sudo mount -t ext4 /dev/sdc1 /obs_parser
#Bind
sudo mount -o bind /vagrant /obs_parser
#Edit /etc/fstab entry (optional)
/vagrant /obs_parser none defaults,bind 0 0
#lsblk
sdc 8:32 0 41G 0 disk
└─sdc1 8:33 0 41G 0 part /obs_parser
disk Article's
27 articles in total
RAID Nedir? Nerelerde Kullanılır?
read article
Dosya Sistemi ve Disk Kümeleme Sistemleri
read article
DEMYSTIFYING AZURE DISKS: FROM CREATION TO INITIALIZATION
read article
HOW TO ADD A DATA DISK TO A VIRTUAL MACHINE
read article
SSD TARİHİ VE GELİŞİMİ
read article
Disk Management in Linux
read article
Intro to Redis
read article
Using LUKS Encrypted 🔐 Disks w/ Linux 🐧 on The CLI
read article
Find disk usage of a folder and sort by size
read article
Formatting & Mounting Storage Volumes
read article
How to use DataDog to find utilisation of AWS EBS volume
read article
The anatomy of XFS fsync()
read article
OpenBSD ディスク暗号化: パスフレーズを変更する
read article
OpenBSD Disk Encryption: Change passphrase
read article
How to copy lots of data fast?
read article
A tool for showing disk usage. (Linux, macOS and Windows)
read article
Redimensionando espaço em disco em servidor linux sem LVM
read article
Attach physical hard disk to Xen/XCP-ng Server
read article
OH! No, My Macbook is super slow 😱
read article
Mounting a new disk in Linux
currently reading
DISK USAGE ANALYZER: How To Monitor Disk Usage in Linux
read article
How to solve low disk space issue in windows.
read article
iSCSI nedir? Nasıl Yapılandırılır?
read article
vma.lzo formatındaki sanal imajların çevrimi
read article
Home Network NAS for Cheap
read article
OpenBSD Manual Partitioning at Installation
read article
disk_filling
read article
Featured ones: