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 阅读(232) 评论(0) 编辑 收藏 举报