mount -t ntfs-3g //192.168.1.20/test /mnt出错
[root@Dias ~]# mount -t ntfs-3g //192.168.1.20/test /mnt
ntfs-3g: Failed to access volume '//192.168.1.20/test': No such file or directory
Please type '/sbin/mount.ntfs-3g --help' for more information.
[root@Dias ~]# ntfs-3g //192.168.1.20/test /mnt
ntfs-3g: Failed to access volume '//192.168.1.20/test': No such file or directory
Please type 'ntfs-3g --help' for more information.
两种方法都出错,找不到路径,我记得以前这样可以用的。
我又把移动硬盘接了上去
mount -t ntfs-3g /dev/sda1 /mnt 成功的
难道ntfs-3g不能用//ip映射?