[mythtv-users] Mounting DVDs via NFS problem

Dag Nygren dag at newtech.fi
Mon Jan 23 12:47:08 UTC 2006


> No, just tried it, and still the same :/

Just tried the whole process here and a simple
mount at the NFS server + mount at the client worked.

Here are my involved  parts:

Server:
/etc/fstab:
  /dev/hdd        /dvd    auto    ro,noauto,user,exec     0 0
/etc/exports:
  /dvd    *.newtech.fi(ro,no_root_squash,insecure)
Output from mount:
  /dev/hdd on /dvd type iso9660 (ro,nosuid,nodev,user=dag)
Premissions on /dvd before mount:
drwxr-xr-x    2 root     root         4096 jun  3  2003 /dvd

Client:
-Nothing in fstab
- Just mount ontop of /mnt for this experiment:
  mount dag:/dvd /mnt

Output from mount:
dag:/dvd on /mnt type nfs (rw,addr=194.110.87.1)
Permissions on /mnt before mount:
drwxr-xr-x  5 root root 4096 Jun 16  2005 /mnt/

Just as a checklist for you ;-)

Dag





More information about the mythtv-users mailing list