On Sat, 2006-05-20 at 15:38 +0200, Erik Jakobsen wrote:
Per Jessen wrote:
It can be the IP-address or the name of a host.
/Per Jessen, Zürich
My server has the IP 83.91.50.39
If I ran the first line you wrote, I got informed about missing lines in /etc/fstab. Thought then, that I would enter the last line you wrote.
This is the result, and I'm doing something wrong, but what ?.
The line in /etc/fstab: *************** 83.91.50.39:/mnt/cdrom nfs defaults 0 0
You are missing the mount point/destination.
What I did, and got :-)
mount 192.168.1.1:/mnt/cdrom mount: can't find 192.168.1.1:/mnt/cdrom in /etc/fstab or /etc/mtab
In your fstab try: 192.168.1.1:/mnt/cdrom /media/nfs nfs defaults 0 0 Make sure that /media/nfs exists first. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998