mount, umount archlinux 挂载 NTFS 分区 新版本的 archlinux 支持直接挂载 NTFS 分区 2022-06-08 21:41:25 commands 1 2 3 4 5 6 7 # install showmount pacman -S nfs-utils # -e or --exports Show the NFS server's export list. showmount -e 192.168.50.227 # 如果提示 showmount command not found, 安装 nfs-utils, pacman -S nfs-utils mount -t nfs 192.168.50.227:/data2t