User Tools

Site Tools


linux:centos:mount-hard-disk

This is an old revision of the document!


Mount hard disk

See all devices

ls -1 /dev/[sv]d[a-z]

Mount hdd

mkdir /databkp

mount /dev/sdd2 /databkp

Mount CD-ROM / DVD

mount /dev/sr0 /media

Check all mounted devices

mount -v | grep "^/" | awk '{print "\nPartition identifier: " $1  "\n Mountpoint: "  $3}'
linux/centos/mount-hard-disk.1586253019.txt.gz · Last modified: 2023/07/04 19:36 (external edit)