dev-resources.site
for different kinds of informations.
Disk Management in Linux
Published at
4/24/2024
Categories
linux
disk
storage
Author
rahuldhole
Author
10 person written this
rahuldhole
open
lsusb
check attached USBs
lsblk
check attached storage blocks
smartctl
check disk info
df -H
check disk space
mount /dev/sdd1 /mnt/usb
to mount a drive
umount /mnt/usb
unmount it
Mount NTFS Drive
sudo apt update
sudo apt install ntfs-3g
sudo mount -t ntfs-3g /dev/sdb1 /mnt/myntfs
sudo umount /mnt/myntfs
# Troubleshoot when not mounting
ntfsfix /dev/sdd2
Auto mount on reboot
Using 'fstab'
- use
exfat-fuse
instead of ntfs if the drive is not ntfs - get UUID by
blkid /dev/sddX
# /etc/fstab
UUID="<FE1A9E921A9E4793 REPLACE THIS>" /mnt/new-mount-path ntfs defaults,x-systemd.automount 0 0
mount -a
to apply fstab which is filesystem table
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
currently reading
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
read article
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: