Mailinglist Archive: opensuse (2441 mails)
| < Previous | Next > |
Re: [SLE] Sharing a dvd over NFS?
- From: Anders Johansson <andjoh@xxxxxxxxxx>
- Date: Fri, 10 Jun 2005 19:25:11 +0200
- Message-id: <200506101925.11668.andjoh@xxxxxxxxxx>
On Friday 10 June 2005 19:11, Steven T. Hatton wrote:
> There is probably a way to do this, but I haven't been able to figure it
> out. I want to share my dvd over NFS. If I put this in /etc/exports I get
> an error saying that I don't have permission from the server when I try to
> mount it on a client:
> /media/dvd *(sync,root_squash,ro)
Don't use * as a wild card in the exports file, it's not valid syntax. Use
0.0.0.0/0.0.0.0 to allow all hosts
> There is probably a way to do this, but I haven't been able to figure it
> out. I want to share my dvd over NFS. If I put this in /etc/exports I get
> an error saying that I don't have permission from the server when I try to
> mount it on a client:
> /media/dvd *(sync,root_squash,ro)
Don't use * as a wild card in the exports file, it's not valid syntax. Use
0.0.0.0/0.0.0.0 to allow all hosts
| < Previous | Next > |