Alternatives of smbmount in FC6
smbmount被改没了,现在用cifs作为文件系统加载Windows共享文件夹:
mount -t cifs //winhost/sharedfolder /mnt/winfs
mount -t cifs -o username=xxx,password=yyy //winhost/sharedfolder /mnt/winfs
mount -t cifs //winhost/sharedfolder /mnt/winfs
mount -t cifs -o username=xxx,password=yyy //winhost/sharedfolder /mnt/winfs