I have a 8tb drive connected to my Nvidia Shield, I have turned on "Transfer files over your local network" on it and I currently have my windows PC connected to it.
On my raspberry pi, I am trying to mount it but I keep getting errors and I am not sure whats wrong.
The main one I am getting is "invalid argument".
Here is the command I am writing into my terminal:Then I get the error:
On my raspberry pi, I am trying to mount it but I keep getting errors and I am not sure whats wrong.
The main one I am getting is "invalid argument".
Here is the command I am writing into my terminal:
Code:
sudo mount -t cifs //192.167.0.177/ /mnt/networkBackup -o "username=donniejrberry, password=passwordHere"
I want to mount the root of my drive so I can fully access it from my PI, where am I going wrong here?mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
Statistics: Posted by donnieberry — Wed Mar 27, 2024 1:43 am — Replies 0 — Views 18