PDA

View Full Version : Could not create mount point '/mnt/auto/cdrom1'



milne
06-13-2003, 08:43 PM
I was trying to burn a cd. I get all the way to where I add files to be burned. I go to pick a device and there are none there. I try to setup the device and then it tries to make the cange to /etc/fstab. This is where I get the above error.

Here is output from fstab:

proc /proc proc defaults 0 0
pts /dev/pts devpts mode=0622 0 0
/dev/fd0 /mnt/auto/floppy auto user,noauto,exec,umask=000 0 0
/dev/cdrom /mnt/auto/cdrom auto user,noauto,exec,ro 0 0
/dev/cdrom1 /mnt/auto/cdrom1 auto users,noauto,exec,ro 0 0
# Added by KNOPPIX
/dev/hda1 /mnt/hda1 ntfs noauto,users,exec,ro,uid=knoppix,gid=knoppix 0 0
# Added by KNOPPIX
/dev/hdb5 /mnt/hdb5 ntfs noauto,users,exec,ro,uid=knoppix,gid=knoppix 0 0
# Added by KNOPPIX
/dev/hdb6 /mnt/hdb6 ntfs noauto,users,exec,ro,uid=knoppix,gid=knoppix 0 0
# Added by KNOPPIX
/dev/hdb7 /mnt/hdb7 ntfs noauto,users,exec,ro,uid=knoppix,gid=knoppix 0 0
# Added by KNOPPIX
/dev/sda /mnt/sda auto noauto,users,exec 0 0

/dev/scd0 /mnt/auto/cdrom auto ro,noauto,user,exec 0 0

How do I get around this?

rickenbacherus
06-13-2003, 10:11 PM
Sounds like you're using K3b. Don't let it configure your fstab- in my experience it will just wreck it. Look at this thread (http://www.knoppix.net/forum/viewtopic.php?t=2107#9967)

milne
06-14-2003, 12:16 AM
I looked at that post. Trouble it, I go to configure and then devices. There are no devices there. I try to add the one I want and it tells me there is no device there.

Stephen
06-14-2003, 01:26 AM
/dev/scd0 /mnt/auto/cdrom auto ro,noauto,user,exec 0 0

How do I get around this?

Change it to :


/dev/scd0 /cdrom iso9660 ro,noauto,user 0 0