共享windows下的文件.
需要用到以前win下的文件:
[martinx@martinx martinx]$ su
Password:
[root@martinx martinx]# mkdir /mnt/temp
[root@martinx martinx]# 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
直接訪問即可[root@martinx martinx]# ls /mnt/temp
取消
[root@martinx martinx]# umount /mnt/temp
posted on 2005-10-09 09:32 martin xus 閱讀(458) 評論(1) 編輯 收藏 所屬分類: linux