|
<div class="postcontent"><!---->需要用到以前win下的文件:
[martinx@martinx martinx]$ su
Password:
[root@martinx martinx]# mkdir /mnt/temp
[root@martinx martinx]#<span style="color: rgb(0, 128, 0);"> mount -t smbfs -o username=martin.xus,password=******
//192.168.0.229/share /mnt/temp
或者
[root@martinx martinx]# /etc/init.d/smb start
[root@martinx martinx]# .smbmount -o username=martin.xus,password=******
//192.168.0.229/share /mnt/temp
直接访问即可
<span style="color: rgb(0, 128, 0);">[root@martinx martinx]# ls /mnt/temp
取消
[root@martinx martinx]# umount /mnt/temp
|
|