Hallo,
Ich habe eine Frage die den NFS-Client betrifft.
Der SuSe 12.4 Rechner hat die IP 192.168.2.29
Das QNAP hat die IP 192.168.2.200
Ich möchte auf dem QNAP das Verzeichnis Musik Lesend und schreibend freigeben
Meine “fstab” sieht folgend aus.
tellcom wrote:
> Hallo,
> Ich habe eine Frage die den NFS-Client betrifft.
> Der SuSe 12.4 Rechner hat die IP 192.168.2.29
> Das QNAP hat die IP 192.168.2.200
> Ich möchte auf dem QNAP das Verzeichnis Musik Lesend und schreibend
> freigeben
> Meine “fstab” sieht folgend aus.
>
> /dev/disk/by-id/ata-ExcelStor_Technology_J8160S_PVF904Q4C4SJMB-part1 swap swap defaults
> 0 0
> /dev/disk/by-id/ata-Corsair_CSSD-F60GB2_11026501350009990051-part1 / ext4 acl,user_xattr
> 1 1
> /dev/disk/by-id/ata-ExcelStor_Technology_J8160S_PVF904Q4C4SJMB-part2 /home ext4 acl,user_xattr
> 1 2
> /dev/disk/by-id/ata-Maxtor_4R060L0_R2RKMH0E-part1 /oldie ext4 acl,user_xattr
> 1 2
> proc /proc proc defaults 0 0
> sysfs /sys sysfs noauto 0 0
> debugfs /sys/kernel/debug debugfs noauto 0 0
> usbfs /proc/bus/usb usbfs noauto 0 0
> devpts /dev/pts devpts mode=0620,gid=5 0 0
> /dev/disk/by-id/ata-SAMSUNG_HD501LJ_S0MUJ13P608125-part1 /Big-Mama ext4 defaults
> 1 2
> 192.168.2.200:/Musik /Musik-NAS nfs defaults 0 0
>
> Ich habe bereits chmod 777 drüberlaufen lassen.
>
> Wenn ich jetzt das Verzeichnis Musik-NAS öffne ( egal Root oder User)
> - wird in dem sich öffnenden Fester kein Inhalt angezeigt.
>
> Ich habe alle Updates die mir das System anbietet gemacht.
>
> Kann mir jemand helfen bzw einen Tipp geben wo der Fehler liegen
> könnte?
Sorry, I don’t understand everything you wrote. You may want to post in
a German forum.
But if you have problems mounting a filesystem, then instead of relying
on /etc/fstab, try using the mount command on the command-line. Use it
with the -v option to get an error message and report that if you don’t
understand it.
Also report the relevant log output from /var/log/messages
> Hi,
> I have a question concerning the NFS client.
> The SuSe 12.4 PC has the IP 192.168.2.29
> The QNAP has the IP 192.168.2.200
> I want the Music folder on the QNAP Read and write
> Enable
> My “fstab” looks below.
>
> / Dev/disk/by-id/ata-ExcelStor_Technology_J8160S_PVF904Q4C4SJMB-part1 swap swap defaults
> 0 0
> / Dev/disk/by-id/ata-Corsair_CSSD-F60GB2_11026501350009990051-part1 / ext4 acl, user_xattr
> 1 1
> / Dev/disk/by-id/ata-ExcelStor_Technology_J8160S_PVF904Q4C4SJMB-part2 / home ext4 acl, user_xattr
> 1 2
> / Dev/disk/by-id/ata-Maxtor_4R060L0_R2RKMH0E-part1 / oldie ext4 acl, user_xattr
> 1 2
> Proc / proc proc defaults 0 0
> Sysfs / sys sysfs noauto 0 0
> Debugfs / sys / kernel / debug debugfs noauto 0 0
> Usbfs / proc / bus / usb usbfs noauto 0 0
> Devpts / dev / pts devpts mode = 0620, gid = 5 0 0
> / Dev/disk/by-id/ata-SAMSUNG_HD501LJ_S0MUJ13P608125-part1 / Big Mama ext4 defaults
> 1 2
> 192.168.2.200 Music / NAS nfs defaults 0 0
>
> I can run over it already chmod 777th
>
> When I open the Music folder of NAS (either root or user)
> - No content is displayed in the opening proof.
>
> I have all the updates made me the system offers.
>
> Can anyone help me or give a hint where the error lie
> Could?
Sudo Command: mount -a /192.168.2.200:/Musik /Musik-NAS nfs
Answer: access denied by server while mounting /192.168.2.200:/Musik
> Sudo Command: mount -a /192.168.2.200:/Musik /Musik-NAS nfs
> Answer: access denied by server while mounting
> /192.168.2.200:/Musik
OK, so you shouldn’t be using the -a option, and you should use the -v
option, please. (Check the man page if you don’t see why)
But the error appears to indicate that the problem is on the server
rather than on the client. So what is in the server’s log?
There’ve been various NFS questions posted on the forums. It would be
useful to look at those and post the config information previously
requested by people.