2015年3月17日 星期二

Mount Windows Shared Folder Under Linux


https://access.redhat.com/solutions/448263

  • Windows share can be mounted on RHEL system using cifs option of mount command as :
  • [root@host ~]# mount -t cifs -o username=<share user>,password=<share password> //WIN_PC_IP/<share name> /mnt


mount -t cifs -o username=UC171820,password=Welcome6 //10.32.30.89/pulsefolder /mnt/pulsefolder

沒有留言:

張貼留言

2025 Amazon S3 AWS Storage

Reference https://blog.csdn.net/jiuhebaobao/article/details/137256664