Mailinglist Archive: opensuse (2441 mails)

< Previous Next >
Re: [SLE] Sharing a dvd over NFS?
  • From: "Steven T. Hatton" <hattons@xxxxxxxxxxxxxxxxxx>
  • Date: Sat, 11 Jun 2005 17:55:29 -0400
  • Message-id: <200506111755.29882.hattons@xxxxxxxxxxxxxxxxxx>
On Saturday 11 June 2005 11:28, it clown wrote:
> in /etc/exports:
> for example:
>
> /media/dvd 192.168.0.0/255.255.255.0 (rw,async)
>
> then:
>
> rcnfsserver start
> exportfs -v -a
>
> Client:
>
> mount 192.168.0.1:/media/dvd /mnt
>
> 192.168.0.1 if it is your servers ip address.

I actually turned off NIS on both boxes, and tried this once before mounting
the dvd, and once after mounting it, with the same results.

################
# on the server:

# cat /etc/exports
/media/dvd 192.168.0.0/255.255.255(rw,async)

# rcnfsserver restart
Shutting down kernel based NFS server done
Starting kernel based NFS server done

# exportfs -a -v
exporting 192.168.0.0/255.255.255:/media/dvd

##########
# on the client:

# mount 192.168.0.2:/media/dvd /mnt
mount: 192.168.0.2:/media/dvd failed, reason given by server: Permission
denied


--
Regards,
Steven

< Previous Next >
Follow Ups
References