Hard Drive

Notes for operating hard drive on Linux

Show disk

lsblk -o name,mountpoint,label,size,uuid

Edit mount rules

vim /etc/fstab

Mount

mount -a

Checking folder size

1
2
3
# h for human readable
# s for summary
du -hs

Copy with progress bar

rsync -ah --info=progress2 [source] [destination]

Prevent sleep/hibernate/suspend

1
2
3
4
5
# Prevent sleep
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target

# Undo preventing sleep
sudo systemctl unmas sleep.target suspend.target hibernate.target hybrid-sleep.target
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy