Mount Drives to Linux

  Uncategorized

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>

LEAVE A COMMENT