ich will 2 NFS Laufwerke mounten..
das komisch ist.. eins geht.. das ander..will einfach nicht..
hier mal ein Auszug was der mount befehl auf der dbox ausspuckt
Code: Alles auswählen
~ > mount
/dev/root on / type squashfs (ro)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
/dev/mtdblock/3 on /var type jffs2 (rw)
ramfs on /tmp type ramfs (rw)
192.168.1.30:/mnt/Daten/grab/ on /mnt/filme type nfs (rw,v3,rsize=32768,wsize=32
768,soft,udp,nolock,addr=192.168.1.30)
192.168.1.30:/mnt/Scheibi/grab/ on /mnt/custom type nfs (rw,v3,rsize=32768,wsize
=32768,soft,udp,nolock,addr=192.168.1.30)
Code: Alles auswählen
/mnt/Daten/grab/ *(rw,no_root_squash,async)
/mnt/Scheibi/grab/ *(rw,no_root_squash,async)
aber wieso?
berechtigungen sind gleich auf dem Server..
das komisch ist.. er sagt ja es währe gemappt.. aber das verzeichnis ist leer... bzw. mit telnet komm ich gar nicht drauf
Code: Alles auswählen
/ > cd /mnt/custom/
-sh: cd: can't cd to /mnt/custom/
/ >