Author Topic: 0710 beta 4 does not show files on NFS mount  (Read 2205 times)

caiman

  • Veteran
  • ***
  • Posts: 119
    • View Profile
0710 beta 4 does not show files on NFS mount
« on: April 02, 2008, 06:39:13 pm »
After upgrade from 0704 to 0710 beta4, I am unable to access media files on a NAS, mounted as NFS, from the orbiter.

Example for video:
Code: [Select]
ls -la /home/public/data/videos/
-rwxrwxr-x  1 root      public 4504125440 2008-03-26 12:49 300.iso
-rwxrwxr-x  1 root      public      22528 2008-03-26 18:41 300.iso.id3
lrwxrwxrwx  1 root      public         34 2008-03-31 19:57 NFS Share [263] ->  /mnt/device/263/public/data/videos

ls -la /mnt/device/263/public/data/videos

drwxrwsr-x 8 root    public 4096 2008-02-11 23:38 .
drwxrwxrwx 7 myuser public 4096 2008-03-18 15:20 ..
drwxrwxrwx 2 myuser public 4096 2008-03-18 00:26 cartoons


so the permissions seem ok (for the file itself too)

- In "filename" sorting mode, the 300.iso file is seen but the "NFS Share [263]" link is not seen. In "title" sorting mode, only the 300.iso file is seen.

The NFS mount options are:
Code: [Select]
192.168.80.2:/lmce on /mnt/device/263 type nfs (rw,udp,proto=udp,soft,timeo=7,retrans=3,retry=2,rsize=8192,wsize=8192,addr=192.168.80.2)

In the web admin, the files on the NFS share can be browsed and appear as known in the database.

Any idea ? This was working fine in 0704...