Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
use dvd drive as nfs
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
polle
Veteran
Veteran


Joined: 28 Feb 2003
Posts: 1498
Location: Belgium

PostPosted: Tue Mar 07, 2006 7:04 pm    Post subject: use dvd drive as nfs Reply with quote

This is the situation:
I have a router and two pc's are connected to it.
One PC is running gentoo, on the other I want to install SuSE 10, I have a SuSE 10 DVD, but the PC where it has to be installed on doesn't have a DVD drive.
The idea I'm thinking of is to set up on my gentoo an NFS server and as share the mounted SuSE DVD.
And then boot the other PC with a boot cdrom of SuSE and perform a network install.
But I never worked with NFS before so maybe someone can point me to the steps I have to take?
Or can I just share the dvd drive under samba? (don't know of hte boot cd of SuSE supports this)
Back to top
View user's profile Send private message
adnoh
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jul 2005
Posts: 120

PostPosted: Fri Mar 10, 2006 9:57 am    Post subject: Reply with quote

to do the NFS setup edit your /etc/exports
/media/dvd *(ro,async)

it's just an example. You must change your path to something where your dvd is mounted.
the * means everybody can connect. you could change to something like 192.168.* for your subnet.

or google for NBD (NetworkBlockDevice) - if I remember correctly you can publicate every blockdevice with this.
_________________
the german dude with the broken english
Back to top
View user's profile Send private message
polle
Veteran
Veteran


Joined: 28 Feb 2003
Posts: 1498
Location: Belgium

PostPosted: Sun Mar 12, 2006 1:49 pm    Post subject: Reply with quote

I tried that, should work serverside (gentoo) seems ok (read the wiki and got no failures after probing)
however when I try to connect from the client, after giving the command nothing happens, even the prompt doesn't return, have to check that.
Back to top
View user's profile Send private message
adnoh
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jul 2005
Posts: 120

PostPosted: Tue Mar 14, 2006 1:06 pm    Post subject: Reply with quote

you've to start your portmap on the client side - sorry, I've vorgot. Maybe this helps
_________________
the german dude with the broken english
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum