Hej!
Jag har problem att logga in på min NAS server som använder sig utav SMB. Jag har fått svar på att jag ska använda följande sätt (se nedan) för att lösa problemet....men jag kommer inte förbi "password" som Terminal frågar efter, Terminal låter mig inte skriva något alls utan man kan bara trycka enter och då får jag felmeddelande att "password is incorrect"!??? Här fastnar jag...
MacBookPro:~ myname$ sudo pico /etc/nsmb.conf
Password:
Sorry, try again.
Password:
sudo: 1 incorrect password attempt
Hur kommer jag vidare??? Är helt låst just nu på lösningar...
Använder MacBook Pro med OSX 10.5.6
Open the Terminal (/Applications/Utilities/).
At the prompt, type: sudo pico /etc/nsmb.conf
Press Return.
Enter your password when prompted, then press Return again.
You should see an empty file and a "New File" notice at the bottom of the pico window. If you do not see the "New File" notice, this file already exists.
Enter the following into the file so that it appears as follows:
default
minauth=none
Save the file (press Control-O), press Return, then exit pico (Control-X).
Type: sudo chmod a+r /etc/nsmb.conf
Press Return.
Restart your computer