Ubuntu Forums Archive Viewer

New cd drive fstab problem

Archived thread 1000801 from Hardware. Markdown source: Hardware/thread_1000801_New_cd_drive_fstab_problem.md

Original URL About this archive
#1

Because I recently found out my dvd drive is basically dead, I plugged in a cd drive I had laying around. It works fine until I want to add it to my fstab.

# /etc/fstab: static file system information.
#
#  -- This file has been automaticly generated by ntfs-config -- 
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>

proc /proc proc defaults 0 0
# Entry for /dev/sdd1 :
UUID=11e97050-0376-481e-a9c2-0dc6835ce39b / ext3 relatime,errors=remount-ro 0 1
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
#/dev/scd1 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0

This way it works, but when I remove the # in front of the cdrom1 line, boot problems occur. Am I doing something wrong? Oh, the reason I fiddling with my fstab is because I want th drive to show up in /media and in the 'places' tab in Dolphin. Compared to most of you, I'm still a noob, so I might just be handling this stuff wrong. Please tell me! ;)