Results 1 to 3 of 3
how to mount dvd in fstab...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-11-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 2
how to mount dvd in fstab
how to mount dvd in fstab
- 06-11-2010 #2
Hello and Welcome
I would try this:
Create a mount point
Try mountingCode:mkdir /mnt/dvd
You might have to specify the filesystem type like thisCode:mount /dev/sr0 /mnt/dvd
Where filesyste-type is vfat, udf. etc.Code:mount -t filesyste-type /dev/sr0 /mnt/dvd
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 06-13-2010 #3Linux Newbie
- Join Date
- Sep 2004
- Location
- UK
- Posts
- 161
I use (in /etc/fstab)
/dev/scd0 is the dvd deviceCode:/dev/scd0 /mnt/dvd auto user,noauto,exec,utf8 0 0
/mnt/dvd is a existing directory (mount point)
to mount
mount /mnt/dvdIn a world without walls and fences, who needs Windows and Gates?


Reply With Quote
