ubuntu 挂载硬盘

step1:  learn information about disk partition

command: fdisk -lstep2:

 step2: learn UUID 

command: sudo blkid

step3: modify configer file 

commond:  sudo gedit /etc/fstab

# hard disk was on /dev/sdc during installation
UUID=28baa548-ad24-4e07-80a4-374b392d2f86  /maolab/home/data_disk   ext4    defaults   0   0 

step4: change operating authorization

commond: sudo chmod 777 data_disk

step5: reboot computer 

commond:  sudo reboot

 

你可能感兴趣的:(ubuntu,系统问题)