Moin,
meine Linkstation dient als Aufnahmespeicher für meine VDR-Aufnahmen. Zur Zeit läuft die Freigabe über samba. Da es aber hierbei Probleme mit dem zeitversetzten Fernsehen gibt möchte ich nfs ausprobieren.
Was habe ich bisher gemacht?
Ich habe auf der Linkstation nfs-utils installiert.
Meine /opt/etc/exports sieht folgendermaßen aus:
/mnt/disk1/video00 192.168.0.0/255.255.0.0(rw,sync,no_root_squash)
/mnt/disk1/musik 192.168.0.0/255.255.0.0(rw,sync,no_root_squash)
1.Frage: Sind diese Einstellungen richtig?
Danach habe ich nfs folgendermaßen gestartet:
Nun bin ich mir nicht sicher, ob das starten auch geklappt hat.
ps sagt folgendes:
root@LS-GL181:~# ps
PID Uid VmSize Stat Command
1 root 560 S init
2 root SWN [ksoftirqd/0]
3 root SW< [events/0]
4 root SW< [khelper]
5 root SW< [kthread]
11 root SW< [kblockd/0]
14 root SW< [khubd]
29 root SW [crypto]
30 root SW [crypto_ret]
51 root SW [pdflush]
52 root SW [pdflush]
54 root SW< [aio/0]
55 root SW< [xfslogd/0]
56 root SW< [xfsdatad/0]
180 root SW< [scsi_eh_0]
181 root SW< [scsi_eh_1]
53 root SW [kswapd0]
195 root SW [mtdblockd]
328 root SW< [xfsbufd]
329 root SW< [xfssyncd]
585 root SW [kjournald]
672 root 644 S syslogd -m 0
674 root 380 S klogd
678 root 676 S /usr/sbin/inetd
681 root 956 S /bin/sh /usr/local/sbin/kernelmon
690 root 412 S /usr/local/sbin/miconmon
726 root SW< [xfsbufd]
727 root SW< [xfssyncd]
774 root 416 S /usr/local/sbin/diskmon
777 root 396 S /usr/local/sbin/errormon
984 root 924 S /usr/local/apache/bin/httpd
990 root 676 S /usr/local/apache/bin/httpd
992 root 676 S /usr/local/apache/bin/httpd
993 root 676 S /usr/local/apache/bin/httpd
994 root 676 S /usr/local/apache/bin/httpd
996 root 680 S /usr/local/apache/bin/httpd
1018 root 744 S /usr/local/sbin/clientUtil_server -i eth0
1021 root 828 S /usr/local/sbin/lsprcvd
1025 root 332 S /usr/local/sbin/daemonwatch -a /etc/daemonwatch.list
1028 root 664 S /usr/sbin/crond
1031 root 316 S /usr/local/sbin/logchkd
1062 root 380 S /usr/sbin/telnetd
1072 bin 308 S /opt/sbin/portmap
1089 root 612 S /sbin/getty -L ttyS0 115200 vt100
4782 root SW< [scsi_eh_3]
4783 root SW< [usb-storage]
4860 root 508 S cat /proc/buffalo/kernevnt
5040 root 2388 S < /usr/local/sbin/smbd -D
5043 root 1508 S < /usr/local/sbin/nmbd -D
5053 root 1924 S < /usr/local/sbin/smbd -D
5064 root 640 S < /usr/local/sbin/atalkd -f /etc/atalk/atalkd.conf
5175 root 1404 S < /usr/local/sbin/afpd -c 1000 -n LS-GL181
7442 nobody 2848 S < /usr/local/sbin/smbd -D
7475 root 1248 S -sh
7607 rpcuser 700 S /opt/sbin/statd
7612 root 576 S /opt/sbin/mountd
7740 root 2696 S < /usr/local/sbin/smbd -D
7772 root 720 R ps
root@LS-GL181:~#
Display More
2.Frage: Sollte hierbei nicht nfs-utils auftauchen?
Des Weiteren habe ich einen Benutzer vdr und eine Gruppe vdr eingerichtet.
Dieser Benutzer hat die gleiche uid und gid wie der Benutzer vdr auf meinem VDR.
id vdr auf der Linkstation:
id vdr auf dem VDR
root@yavdr:/home/marco# id vdr
uid=107(vdr) gid=109(vdr) Gruppen=109(vdr),20(dialout),24(cdrom),29(audio),44(video),46(plugdev)
3. Frage: Reicht es, wenn gid und uid vom Benutzer vdr gleich sind, oder muss ich weitere Einstellungen vornehmen?
Nun habe ich für einen ersten Test versucht den Ordner /mnt/disk1/musik zu mounten:
(Der Ordner /mnt/nas/music ist auf dem VDR vorhanden.)
Das Ergebnis schaut so aus:
root@yavdr:/mnt/nas/music# mount -t nfs 192.168.2.195:/mnt/disk1/musik /mnt/nas/music
mount.nfs: access denied by server while mounting 192.168.2.195:/mnt/disk1/musik
root@yavdr:/mnt/nas/music#
Hier die Besitzverhältnisse und Rechte von video00 bzw. musik auf der Linkstation:
root@LS-GL181:/mnt/disk1# ls -l
drwxrwxrwx 5 root root 48 Jul 18 15:06 Daten
drwxrwxrwx 123 root root 4096 Aug 14 10:27 musik
drwxrwxrwx 2 root root 23 Aug 19 19:02 share
drwxr-xr-x 2 root root 57 Aug 24 12:59 tmp
drwxrwxrwx 15 root root 4096 Aug 24 22:04 video00
4. Frage: Muss ich noch irgendwelche Rechte, Besitzverhältnisse, uid oder gid ändern?
Danke im Voraus
Marco