NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
iletras
Feb 12, 2017Aspirant
how mount the usb drive from Linux
From a linux box, I'm trying to mount the drive I have plugged into the router. Following the instructions here: https://access.redhat.com/solutions/448263 I get this error: mount erro...
- Feb 12, 2017
I got it figured out.
Posted the answer here:
http://unix.stackexchange.com/a/344489/82991
Short version:
Make sure there's an option clause that contains a security mode setting (the default is ntlm).
e.g.
-o sec=ntlm
iletras
Feb 12, 2017Aspirant
I got it figured out.
Posted the answer here:
http://unix.stackexchange.com/a/344489/82991
Short version:
Make sure there's an option clause that contains a security mode setting (the default is ntlm).
e.g.
-o sec=ntlm
- aalexandrebetaFeb 16, 2017Master
Interresting topic!
- schumakuFeb 17, 2017Guru - Experienced User
...interesting - especially considering -o sec=ntlm is default.