Linux smb 的挂载和取消挂载
Step 1: Install the CIFS Utils pkgsudo apt-get install cifs-utilsStep 2: Create a mount pointsudo mkdir /mnt/local_shareStep 3: Mount the volumesudo mount -t cifs -o username=<your NAS username>
·
挂载 smb
Step 1: Install the CIFS Utils pkg
`sudo apt-get install cifs-utils`
Step 2: Create a mount point
sudo mkdir /mnt/<local_share>
Step 3: Mount the volume
sudo mount -t cifs -o username=<your NAS username> //<vpsa_ip_address>/<export_share> /mnt/<local_share>
取消挂载 smb
sudo umount /mnt/<local_share>
更多推荐
已为社区贡献3条内容
所有评论(0)