NFS - Mount Problem

Anlaufschwierigkeiten? Was ist was? Worum geht's?
daZnipA
Beiträge: 2
Registriert: Samstag 9. April 2005, 17:45

NFS - Mount Problem

Beitrag von daZnipA »

Hallo! Ich habe schon viele Stunden lesend hier im Board verbracht und viele interessante Informationen gewonnen, aber ein aktuelles Problem macht mir doch ziemlich zu schaffen...

Es geht um das mounten eines NFS-Ordners: ich habe mir unter mount den Ordner "streams" erstellt und versuche die gleichnamige Freigabe vom PC zu mounten (WinXP SP2 + MS SFU, User Mapping exakt nach Anleitung von Tuxbox wiki).

Es kommt im Neutrino kein Fehler, aber der Zugriff auf den Mountpunkt klappt nicht. Hier ein Log meiner Telnet Session:

Code: Alles auswählen

/mnt # ls -l
drwxrwxrwx    1 root     root            0 Mar 17 00:26 bilder
drwxr-xr-x    2 5013     100             0 Apr  9 02:36 custom
drwxrwxrwx    1 root     root            0 Mar 17 00:27 filme
drwxrwxrwx    1 root     root            0 Oct 10 14:39 mp3
drwxrwxrwx    2 root     root            0 Apr  9 02:32 streams

/mnt # mount
/dev/root on / type jffs2 (rw)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
tmpfs on /tmp type ramfs (rw)
//192.168.0.7/music on /mnt/mp3 type cifs (ro,nodiratime,unc=\192.168.0.7 music,username=znipa,domain=,rsize=4100,wsize=4100)
//192.168.0.7/movies on /mnt/filme type cifs (rw,nodiratime,unc=\192.168.0.7\movies,username=znipa,domain=,rsize=4100,wsize=4100)
//192.168.0.7/images on /mnt/bilder type cifs (ro,nodiratime,unc=\192.168.0.7\images,username=znipa,domain=,rsize=4100,wsize=4100)

/mnt # mount -t nfs -o rw,soft,udp,nolock,async,rsize=8192,wsize=8192 192.168.0.7:streams /mnt/streams

/mnt # cd streams/
cd: 89: can't cd to streams/

/mnt # ls -l
drwxrwxrwx    1 root     root            0 Mar 17 00:26 bilder
drwxr-xr-x    2 5013     100             0 Apr  9 02:36 custom
drwxrwxrwx    1 root     root            0 Mar 17 00:27 filme
drwxrwxrwx    1 root     root            0 Oct 10 14:39 mp3
drwx------    2 -2       -2             64 Apr  9 01:51 streams

/mnt # mount
/dev/root on / type jffs2 (rw)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
tmpfs on /tmp type ramfs (rw)
//192.168.0.7/music on /mnt/mp3 type cifs (ro,nodiratime,unc=\192.168.0.7\music,username=znipa,domain=,rsize=4100,wsize=4100)
//192.168.0.7/movies on /mnt/filme type cifs (rw,nodiratime,unc=\192.168.0.7\movies,username=znipa,domain=,rsize=4100,wsize=4100)
//192.168.0.7/images on /mnt/bilder type cifs (ro,nodiratime,unc=\192.168.0.7\images,username=znipa,domain=,rsize=4100,wsize=4100)
192.168.0.7:streams on /mnt/streams type nfs (rw,v3,rsize=8192,wsize=8192,soft,udp,nolock,addr=192.168.0.7)

/mnt #
der SFU-Log enthält folgendes:

Code: Alles auswählen

04-09-2005 03:38:01 MOUNT   SUCCESS 192.168.0.23    Z:\_MovieS_\StreamS
scheint also alles zu funktionieren, aber wieso kann ich nicht zugreifen??
was mich irritiert sind die Ordnerrechte nach dem mounten:

Code: Alles auswählen

drwx------    2 -2       -2             64 Apr  9 01:51 streams
ist das normal??


ich benutze ein Image des CVS vom 20.3.05
daZnipA
Beiträge: 2
Registriert: Samstag 9. April 2005, 17:45

Beitrag von daZnipA »

sorry, habs rausgefunden, hat sich erledigt: user administrator hatte kein passwort (war fest davon überzeugt, daher hatte ich es bis dato nicht überprüft)

tut mir sehr leid, so newbiehaft damit genervt zu haben :oops: schäm :oops: