LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cdrom problem (https://www.linuxquestions.org/questions/linux-newbie-8/cdrom-problem-351549/)

lostdata 08-09-2005 12:24 PM

cdrom problem
 
Hey all, I'm running vectorlinux 5.1 (Slackware) and am haing problems with my pioner dvd burner I used this drive to install linux, but for some reason can't see the drive when i log in.
---

FSTAB
# /etc/fstab: static file system information.
#
# The following is an example. Please see fstab(5) for further details.
# Please refer to mount(1) for a complete description of mount options.
#
# Format:
# <file system> <mount point> <type> <options> <dump> <pass>
#
# dump(8) uses the <dump> field to determine which file systems need
# to be dumped. fsck(8) uses the <pass> column to determine which file
# systems need to be checked--the root file system should have a 1 in
# this field, other file systems a 2, and any file systems that should
# not be checked (such as MS-initrd/mnt or NFS file systems) a 0.

# This is a root linux partition:
/dev/hda2 / ext3 defaults 0 1


# This is a linux ext2 partition:
#/dev/hda2 /mnt/linux ext2 defaults 0 2

# For dos partition use type 'msdos'.
# For win95/98 fat16 or FAT32 partition use type 'vfat'.
#/dev/hda1 /mnt/win vfat umask=0,quiet,shortname=mixed 0 0

# Floppy disks
# The 'noauto' option indicates that the file system should not be mounted
# with 'mount -a' 'user' indicates that normal users are allowed to mount
# the file system.
/dev/fd0 /mnt/floppy auto defaults,noauto,user 0 0
#/dev/fd1 /mnt/floppy auto defaults,noauto,user 0 0

# If you have a ls-120 floppy drive, it could be on /dev/hda b c d etc.
#/dev/hdd /mnt/ls120 auto defaults,noauto,user 0 0

# CDROM, CDWRITER, DVD
/dev/cdrom /mnt/cdrom iso9660 noauto,user,ro 0 0
/dev/cdwriter /mnt/cdwriter iso9669 noauto,user,rw 0 0
/dev/dvd /mnt/dvd iso9660 noauto,user,ro 0 0

# NFS file systems:
#linux01.gwdg.de:/suse/6.3/i386.de /mnt/nfs nfs defaults 0 0

# proc file system:
proc /proc proc defaults 0 0
# sys file system
##sysfs /sys sysfs defaults 0 0

# Unix98 devpts filesystem:
none /dev/pts devpts gid=5,mode=666 0 0

# Shared memory filesystem:
none /dev/shm tmpfs defaults 0 0

# Basic USB filesystem
usbfs /proc/bus/usb usbfs defaults,noauto 0 0

# this is for USB pendrive, but you may need to adjust the device
#/dev/sda1 /mnt/pendrive vfat umask=0,noauto,user,quiet,shortname=mixed 0 0

# The 'sw' option indicates that the swap partition is to be activated
# with 'swapon -a'.
/dev/hda1 none swap sw 0 0


MOUNT
[root@UPE/dev]# mount
/dev/hda2 on / type ext3 (rw)
none on /dev/pts type devpts (rw,gid=5,mode=666)
none on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)


[root@UPE~]# # mount /dev/cdrom /mnt/cdrom
[root@UPE~]# ls /mnt/cdrom
[root@UPE~]# # mount /dev/cdwriter /mnt/cdwriter
[root@UPE~]# ls /mnt/cdwriter
[root@UPE~]# # mount /dev/dvd /mnt/dvd
[root@UPE~]# ls /mnt/dvd
[root@UPE~]#
[root@UPE~]# mount /dev/cdrom /mnt/cdrom
mount: special device /dev/cdrom does not exist
[root@UPE~]# mount /dev/cdwriter /mnt/cdwriter
mount: special device /dev/cdwriter does not exist
[root@UPE~]# mount /dev/dvd /mnt/dvd
mount: special device /dev/dvd does not exist

if it matters i'm using trying to read the dvd that i used to install vectorlinux and a backup dvd, i also did the command to enable scsi emulation if that matters too... :?

tuxdev 08-09-2005 12:38 PM

Isn't this a double post?

lostdata 08-09-2005 01:35 PM

yes I don't know how to delete this or i wou...


All times are GMT -5. The time now is 10:47 PM.