Jump to content

Cannot mount dvd in Slackware 11


sloppyslacker

Recommended Posts

sloppyslacker

It seems I cannot mount data cd's or dvd's in my dvd burner as root or normal user.

matthew@giskard:~$ dmesg | grep CDhdc: _NEC DVD_RW ND-3550A, ATAPI CD/DVD-ROM drivehdc: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33)Uniform CD-ROM driver Revision: 3.12

This is how it is referred to in fstab.

/dev/cdrom	   /mnt/cdrom	   auto		noauto,owner,ro  0   0

Trying to give you all the info you need.

matthew@giskard:~$ ls -al /dev/cdromlrwxrwxrwx 1 root root 8 2007-02-14 13:01 /dev/cdrom -> /dev/sr0

matthew@giskard:~$ ls -al /dev/sr0brw-rw---- 1 root cdrom 11, 0 1999-04-13 00:24 /dev/sr0

If it matters, this is also in my lilo.conf

append="hdc=ide-scsi"

On a side note. Should the fstab entry not be

/dev/cdrom	/mnt/cdrom	iso9660	defaults,noauto,ro,users   0   0

to mount as a normal user?

Link to comment
Share on other sites

V.T. Eric Layton

Your Slack fstab entry for the CD/DVD is identical to mine... mine functions fine.Here's my entry for Debian. You could try it...

/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
Link to comment
Share on other sites

Hi SlackerTry this:

# mount /dev/hdc /mnt/cdrom

Does that mount the drive ? ;) BrunoPS: You should not mount the drive as user . . . . just do:

# groupadd burning# usermod -G burning slacker

That makes you part of the "burning" group and if you are part of the audio group as well you can burn and play CDs and DVDs

Link to comment
Share on other sites

sloppyslacker

Nope.

root@giskard:/home/matthew# mount /dev/hdc /mnt/cdrommount: block device /dev/hdc is write-protected, mounting read-onlymount: you must specify the filesystem type

Link to comment
Share on other sites

sloppyslacker

Me and my optical drives.

/home/matthew# ln -s /dev/hdc /dev/dvdln: creating symbolic link `/dev/dvd' to `/dev/hdc': File exists

root@giskard:/home/matthew# mount /dev/dvd /mnt/cdrommount: /dev/dvd is not a valid block device

Link to comment
Share on other sites

B) . . . why does this thing not want to cooperate ? ;) Okay a shot in the dark:
# ln -s /dev/hdc /dev/testcd# mount /dev/testcd /mnt/cdrom

That will give me time to go over the thread again and see if I missed something ;);) Bruno

Link to comment
Share on other sites

sloppyslacker

I'm even trying to be a good kid and stay with Slackware. I never remember having so many problems with my optical drives before.

root@giskard:/home/matthew# ln -s /dev/hdc /dev/testcdroot@giskard:/home/matthew# mount /dev/testcd /mnt/cdrommount: block device /dev/testcd is write-protected, mounting read-onlymount: you must specify the filesystem type

Link to comment
Share on other sites

sloppyslacker
;)
root@giskard:/home/matthew# rm /dev/testcdroot@giskard:/home/matthew# ln -sf /dev/scd0 /dev/testcdroot@giskard:/mnt/cdrom# mount /dev/testcd /mnt/cdrommount: /dev/testcd is not a valid block device

Link to comment
Share on other sites

Okay let us take hard action now:Remove the "append="hdc=ide-scsi"" from the lilo.conf and run /sbin/lilo to write the new lilo to the MBR.Next reboot and do:

#  rm /dev/testcd#  ln -sf /dev/hdc /dev/testcd#  mount /dev/testcd /mnt/cdrom

Maybe you can not us the DVD to write . . . but you should be able to read now.B) Bruno

Link to comment
Share on other sites

sloppyslacker

Hi Bruno,

root@giskard:/home/matthew# rm /dev/testcdroot@giskard:/home/matthew# ln -sf /dev/hdc /dev/testcdroot@giskard:/home/matthew# mount /dev/testcd /mnt/cdrommount: block device /dev/testcd is write-protected, mounting read-onlymount: you must specify the filesystem type

Ya' know, I never had this problem until I started adding the append line for scsi emulation to lilo? Am starting to read some interesting stuff concerning scsi emulation in a cdrecord howto. Okay, I'm getting ready for work and shouldn't be reading right now. ;) Will try to find the time tomorrow. ;)

Link to comment
Share on other sites

Ya' know, I never had this problem until I started adding the append line for scsi emulation to lilo?
Well, you just removed that line . . . and apparently it is stil giving troubles . . . . . :'(;) Bruno
Link to comment
Share on other sites

sloppyslacker
Well, you just removed that line . . . and apparently it is stil giving troubles . . . . . ;) :ph34r: Bruno
True, but where would the adventure be in something easy. For now, I may do a reinstall w/out the append line. This would give me time to do some heavy reading. ;) Thank you for all your efforts, Bruno. :w00t: Edited by sloppyslacker
Link to comment
Share on other sites

sloppyslacker

NEW INFO!! :) Did a re-install without the append line hdc=ide -scsiTried to mount a dvd and found the same problems. I had always been trying to mount a dvd as that is what I backup to. For giggles I pulled out a random cd and mounted it successfully! Google, here I come........ After some much needed sleep. ;)

Link to comment
Share on other sites

I had always been trying to mount a dvd as that is what I backup to. For giggles I pulled out a random cd and mounted it successfully!
:rolleyes: . . . :whistling: . . . :wacko: . . . Just to be sure Slacker . . . was the DVD you were trying to mount maybe a blank one ??B) Bruno
Link to comment
Share on other sites

sloppyslacker

Not blank. You can tell by looking at the business side of it. It, and two others are corrupted though. :rolleyes: Just happens that two of those three are the ones I've been trying to mount. :whistling: Fortunately I keep multiple backups.Sorry for the bother, Bruno.

Link to comment
Share on other sites

Sorry for the bother, Bruno.
No problem at all Slacker . . . . I just thought that the only thing left looking at was the hardware ;):whistling: Bruno
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...