Show disk
lsblk -o name,mountpoint,label,size,uuid
Edit mount rules
vim /etc/fstab
Mount
mount -a
Checking folder size
|
|
Copy with progress bar
rsync -ah --info=progress2 [source] [destination]
Prevent sleep/hibernate/suspend
|
|
lsblk -o name,mountpoint,label,size,uuid
vim /etc/fstab
mount -a
|
|
rsync -ah --info=progress2 [source] [destination]
|
|