Linux за българи: Форуми

Linux секция за начинаещи => Настройка на програми => Темата е започната от: runtime в Jun 23, 2010, 16:17



Титла: Mount cifs
Публикувано от: runtime в Jun 23, 2010, 16:17
Здравейте,
до вчера имах една монтирана мрежова папка от Win 7.
При абсолютно никаква намеса от моя страна вече получавам следното съобщение:

Цитат
ount error(12): Cannot allocate memory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

Монтирах си я по следния начин от fstab
/192.168.0.2/logs  /mnt/logs  cifs  guest,uid=1000  0  0

Някакви идеи? Щото намерих някакви глупости из интернет да сменям регистри на 7-цата ама ефекта беше нулев. :)

2.6.31-14-generic-pae #48-Ubuntu SMP


Титла: Re: Mount cifs
Публикувано от: runtime в Jun 23, 2010, 17:39
Оопс оправих се по този начин:

Цитат
It's funny how things go, but within hours of posting this question, I stumbled upon the solution. And believe me, I spent a lot of time trying to find answers before posting...

The solution: right click the shared folder on Windows and open the Properties dialog. The two tabs of interest are Sharing and Security. I had to grant the local user access on BOTH tabs. Initially, I had only done this on the Sharing tab. It's unfortunate the error message - "cannot allocate memory" - was not more helpful.

Hope this helps someone...