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 #
Code: Alles auswählen
04-09-2005 03:38:01 MOUNT   SUCCESS 192.168.0.23    Z:\_MovieS_\StreamS
was mich irritiert sind die Ordnerrechte nach dem mounten:
Code: Alles auswählen
drwx------    2 -2       -2             64 Apr  9 01:51 streamsich benutze ein Image des CVS vom 20.3.05