sudo mount -t cifs -o username=administrator,password=123456 //192.168.2.25/software /mnt/tmp如果是FAT32,就把cifs改成vfat行了。