服务器2025年06月29日
原因:有4个G以上的文件通过u盘拷贝到centos服务器上格式化成ntfs才能装下 1、在centos上安装ntfs-3g软件 wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo yum install ntfs-3g 2、挂载u盘 mount ntfs...
服务器2025年06月05日
...
服务器2025年05月26日
简单搜索了一下,发现一个很好的安装步骤,简洁有效,已经试验。 rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm yum clean all yum makecache yum install ntfs-3g Linux...