Posts: 609
dark-D
Joined: 02 Jun 2008
#1
i use two kernels the latest mepis experimental and the 2.6.31-6.dmz.1-liquorix-686. the cdrom is seen in one as cdrom1 and in the other as cdrom2. this is annoying because i can't mount it if the right number isn't in fstab. i was wondering if there is a UUID for it or can i mount it in another way?
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#2
How about this in fstab

Code: Select all

/dev/cdrom /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
/dev/cdrom1 /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
or make a folder in /media called cdrom1 and then add this line to fstab

Code: Select all

/dev/cdrom1 /media/cdrom1 udf,iso9660 noauto,users,exec,ro 0 0