Mounting windows file share in Linux

 Mounting windows file share in Linux



 
# Adapted from https://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html

mkdir -p /mnt/ntserver
mount -t cifs //ntserver/download -o username=usernm,password=myPassword /mnt/ntserver

Comments

Popular posts from this blog

QTreeView and QTableView dynamic changes

C++ strings and string_view