Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
/etc/fstab dvd-rom issue
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
open_coder
Tux's lil' helper
Tux's lil' helper


Joined: 09 Sep 2004
Posts: 103

PostPosted: Wed Sep 07, 2005 5:16 am    Post subject: /etc/fstab dvd-rom issue Reply with quote

How do I go about setting up the entries for my dvd +- rw drives? I have two. One is a lite-on 16X dual layer and the other is a generic 8x single layer. I am a little lost on setting up the dvd drives. Thanks for the help.

--Alex
_________________
Will work for bandwidth
Back to top
View user's profile Send private message
lamaistres
Apprentice
Apprentice


Joined: 17 Dec 2002
Posts: 268
Location: Seattle

PostPosted: Wed Sep 07, 2005 5:42 am    Post subject: Reply with quote

Setup your dvdrw drives in /etc/fstab like a cdrom drive, example;
Code:
<fs>     <mountpoint>    <type>     <opts>         <dump/pass>
/dev/hdc   /mnt/dvd    iso9660      noauto,ro,user   0 0
/dev/hdd   /mnt/dvdrw   iso9660        noauto,ro,user   0 0

Also, don't forget to make the mountpoints
Code:
mkdir /mnt/dvd
mkdir /mnt/dvdrw

HTH
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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