To Mount a NTFS Drive shared with SMB use the following Command:
sudo mount -t cifs -o username=<benutzername>,password=<passwort> //<ip-adresse>/<freigabe> /<pfad/zum/lokalen/verzeichnis>
To Mount a NTFS Drive shared with SMB use the following Command:
sudo mount -t cifs -o username=<benutzername>,password=<passwort> //<ip-adresse>/<freigabe> /<pfad/zum/lokalen/verzeichnis>