挂载nfs磁盘

xiaoxiao2021-02-28  128

挂载nfs格式U盘

安装ntfs-3g以支持nfts文件系统的磁盘挂载

1.使用filezilla将软件包拷贝到虚拟机 2.解压:tar -zxvf ntfs-3g_ntfsprogs-2017.3.23.tgz 3.进入目录:cd ntfs-3g_ntfsprogs-2017.3.23 4.安装gcc:yum install -y gcc 5.配置:./configure 6.编译:make 7.安装:make install 8.测试:mount -t ntfs-3g /dev/sdc1 /mnt
转载请注明原文地址: https://www.6miu.com/read-24304.html

最新回复(0)