PDA

View Full Version : Menu Question Elite


Ranchn
03-03-2010, 15:01
I cant mount my Netgear stora to my AzBox Elite.

This i what I have written into S1cifsmount.sh (Into the folder /DISK2/etc/start.d)
mkdir /DATA/movie/extstorage
mount.cifs //192.168.1.140 /DATA/extstorage -o password=XXX,username=azb

The atribute is set om 0755

I can se the folder, but no files.

What is wrong?

When I shall log into my Netgear Stora by my pc. I have to write...

Stora name:
User name:
Password:


I guess this is the problem. Stora require 3 answer from me, but in the file "S1cifsmount.sh" the is only 2 answer written.

Ranchn
08-03-2010, 15:51
I am still stuck with this problem...

I Belive I´m not the only one that have a Netgear Stora and a AzBox.

Ranchn
11-03-2010, 09:23
Now its working!

Here is the code...

mkdir -p /DATA/picture/STORABILDER
mkdir -p /DATA/movie/STORAFILM
mkdir -p /DATA/music/STORAMUSIK
mount -t cifs -o username=XXX,password=ZZZ //192.168.1.140/MyLibrary /DATA/picture/STORABILDER
mount -t cifs -o username=XXX,password=ZZZ //192.168.1.140/MyLibrary /DATA/movie/STORAFILM
mount -t cifs -o username=XXX,password=ZZZ //192.168.1.140/FamilyLibrary /DATA/music/STORAMUSIK