Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nfs - stale file handles, aber nur in einem Verzeichnis?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
uhai
Veteran
Veteran


Joined: 23 Aug 2007
Posts: 1397
Location: Eppingen, Germany

PostPosted: Fri Dec 16, 2016 8:56 am    Post subject: nfs - stale file handles, aber nur in einem Verzeichnis? Reply with quote

Hallo zusammen,

ich habe zwei Verzeichnisse meiner NAS mit nfs in mein /home eingebunden. Beide Einträge in der fstab sehen gleich aus:

Code:
<IP>:/homes/uhai  /home/uhai/NAS nfs  noauto,nofail,x-systemd.automount,x-systemd.requires=network-online.target,x-systemd.device-timeout=10 0 0
<IP>:/Public      /home/uhai/public nfs  noauto,nofail,x-systemd.automount,x-systemd.requires=network-online.target,x-systemd.device-timeout=10 0 0


In Public sind relativ wenig Dateien (< 1 GB), in NAS liegt meine Fotosammlung (>200 GB). Leider geht immer die Verbindung zu NAS verloren (stale file handles). Zu Public habe ich keine Probleme, der Zugriff ist auch möglich, wenn NAS bereits nicht mehr verbunden ist. Also läuft der nfs-Server noch...?!

umount & mount helfen mir leider auch nicht:

Code:
Master_Tux uhai # umount -fv /home/uhai/NAS
Master_Tux uhai # mount <IP>:/homes/uhai /home/uhai/NAS

/ ls -ali NAS
ls: Zugriff auf 'NAS/.Qsync' nicht möglich: Keine Berechtigung
ls: Zugriff auf 'NAS/@Recycle' nicht möglich: Keine Berechtigung
ls: Zugriff auf 'NAS/Fotos' nicht möglich: Keine Berechtigung
ls: Zugriff auf 'NAS/2010' nicht möglich: Keine Berechtigung
ls: Zugriff auf 'NAS/.dtrash' nicht möglich: Keine Berechtigung
ls: Zugriff auf 'NAS/.Trash-1000' nicht möglich: Keine Berechtigung
ls: Zugriff auf 'NAS/.@__thumb' nicht möglich: Keine Berechtigung
ls: Zugriff auf 'NAS/Bilder' nicht möglich: Keine Berechtigung
insgesamt 28
55181325 drwxrwxrwt+   9  500 users  4096 13. Dez 15:57 .
 4526019 drwxr-xr-x  194 uhai uhai  20480 16. Dez 09:50 ..
       ? ???????????   ? ?    ?         ?             ? 2010
       ? ???????????   ? ?    ?         ?             ? Bilder
       ? ???????????   ? ?    ?         ?             ? .dtrash
       ? ???????????   ? ?    ?         ?             ? Fotos
       ? ???????????   ? ?    ?         ?             ? .Qsync
       ? ???????????   ? ?    ?         ?             ? @Recycle
       ? ???????????   ? ?    ?         ?             ? .@__thumb
       ? ???????????   ? ?    ?         ?             ? .Trash-1000


Die Protokolle der NAS ergeben nichts - zumindest für mich. Mein Desktop enthält zwei Netzwerkkarten. Gestern war ich auf der NAS mit der IP der enp3s0 registriert, heute mit der enp4s0. Kann das das Problem sein? Warum wechselt die Karte über Nacht?

uhai
Back to top
View user's profile Send private message
tazinblack
Veteran
Veteran


Joined: 23 Jan 2005
Posts: 1146
Location: Baden / Germany

PostPosted: Sun Dec 18, 2016 10:02 am    Post subject: Reply with quote

Liegt das beides auf dem selben Blech oder sind das zwei verschiedene NFS Server?
_________________
Gruß / Regards
tazinblack
_______________________________________________________
what's the point in being grown up if you can't be childish sometimes
Back to top
View user's profile Send private message
uhai
Veteran
Veteran


Joined: 23 Aug 2007
Posts: 1397
Location: Eppingen, Germany

PostPosted: Sun Dec 18, 2016 12:13 pm    Post subject: Reply with quote

Beides auf der gleichen NAS.

Inzwischen habe ich festgestellt, dass die systemd-services aussteigen:

Code:
 systemctl --all | grep nfs
  proc-fs-nfsd.mount                                                                                                    loaded    inactive dead      NFSD configuration filesystem
  var-lib-nfs-rpc_pipefs.mount                                                                                          loaded    active   mounted   RPC Pipe File System
  nfs-blkmap.service                                                                                                    loaded    inactive dead      pNFS block layout mapping daemon
  nfs-idmapd.service                                                                                                    loaded    inactive dead      NFSv4 ID-name mapping service
  nfs-mountd.service                                                                                                    loaded    inactive dead      NFS Mount Daemon
  nfs-utils.service                                                                                                     loaded    inactive dead      NFS server and client services
  nfs-blkmap.target                                                                                                     loaded    inactive dead      PNFS blkmaping enablement.
  nfs-client.target                                                                                                     loaded    active   active    NFS client services


Kann das die Ursache sein?

uhai
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum