不在sudoer里解决办法 和 RHEL 挂载NTFS硬盘
输入su
切换到root用户
打开/etc/sudoers
sudo vim sudoers
在root ALL=(ALL:ALL) ALL
下边比着写一个自己的用户名就可以了
下载
可以到https://www.tuxera.com/community/open-source-ntfs-3g/上下载最新的版本
找到适合的版本下载链接,复制链接地址到终端上下载压缩包:
wget https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz
./configure
make
makeinstall
fdisk -l 要用root用户执行
找到要挂载的地方,然后
挂载之前先make dir
mount -t ntfs-3g /dev/sda5 /home/an/disk5