linux 挂载移动硬盘

fdisk -l
mkdir -p /mnt/usbhd1 
mount -t ntfs /dev/sdc1 /mnt/usbhd1 # 挂载
umount /mnt/usbhd1 # 解挂载

https://www.linuxprobe.com/mount-detail-parameters.html

posted on 2021-12-09 11:11  HolaWorld  阅读(231)  评论(0编辑  收藏  举报

导航