Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: Answered

  1. #11
    Member registered user
    Join Date
    Mar 2004
    Posts
    35
    Quote Originally Posted by Markus
    The cdroms are in debian under / and not /mnt. Looks like the desktop icons are still faulty, so you might as well delete them or change them later. Then do:
    Code:
    dmesg|grep cd
    dmesg|grep sr
    dmesg|grep scd
    .. to find out the device name. For me they are:
    /dev/sr0 /cdrom iso9660 defaults,ro,users,noexec,noauto,uid=markus,gid=mar kus 0 0
    /dev/sr1 /cdrom1 iso9660 defaults,ro,users,noexec,noauto,uid=markus,gid=mar kus 0 0
    You don't have to have uid and gid.
    After you have the right devices in fstab create new desktop icons, or change the old ones to the new devices.
    oki I know what the CD would be but whats SR and SCD?

  2. #12
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    They're the actual devicenames under which your cd-drives are connected, just have to find out which ones so you'll have to run the commands to see.

  3. #13
    Member registered user
    Join Date
    Mar 2004
    Posts
    35
    Code:
    drezliok@tuxeater:~$ dmesg|grep cd
    sr0: scsi3-mmc drive: 48x/48x cd/rw xa/form2 cdda tray
    sr1: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
    drezliok@tuxeater:~$ dmesg|grep sr
    Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
    Attached scsi CD-ROM sr1 at scsi0, channel 0, id 1, lun 0
    sr0: scsi3-mmc drive: 48x/48x cd/rw xa/form2 cdda tray
    sr1: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
    drezliok@tuxeater:~$ dmesg|grep scd
    drezliok@tuxeater:~$
    My system is "tuxeater" because it's windows portion is called Orca.

    The dmesg|grep scd did nothing as you see by the info.

  4. #14
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Try changing this:
    /dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/cdrom1 /cdrom1 iso9660 defaults,ro,user,noexec,noauto 0 0
    to this:
    /dev/sr0 /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/sr1 /cdrom1 iso9660 defaults,ro,user,noexec,noauto 0 0

    BTW, the line for your floppy is ok, so you'll just have to recreate/change the desktop icon.
    Also type groups as user to see if you're in the cdrom group.
    Then do:
    Code:
    cd /dev
    ll cdrom cdrom1 sr0 sr1
    To see if the group is cdrom, owner can be root

  5. #15
    Member registered user
    Join Date
    Mar 2004
    Posts
    35
    I noticed in the fstab that there are to remarks for cd-rom1, is that normal?

  6. #16
    Member registered user
    Join Date
    Mar 2004
    Posts
    35
    Code:
    root@tuxeater:~# cd /dev
    root@tuxeater:/dev# ll cdrom cdrom1 sr0 sr1
    ls: cdrom: No such file or directory
    ls: cdrom1: No such file or directory
    lrwxrwxrwx    1 root     root            4 Jul  8 22:39 sr0 -> scd0
    lrwxrwxrwx    1 root     root            4 Jul  8 22:39 sr1 -> scd1
    root@tuxeater:/dev#
    tested sr0 and sr1cd-roms works but pops a error,
    Code:
    mount: block device /dev/sr0 is write-protected, mounting read-only
    being that CD-roms are read only is there a way I can be rid of that error?

    Anyways to have it unmount automaticly when the media is removed? This includes Floppy.

  7. #17
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    I noticed in the fstab that there are to remarks for cd-rom1, is that normal?
    No it's not normal, but unless you edited them away, I don't see them. This is what I think you should have:

    # /etc/fstab: filesystem table.
    #
    # filesystem mountpoint type options dump pass
    /dev/hdb1 / ext3 defaults,errors=remount-ro 0 1
    proc /proc proc defaults 0 0
    /dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
    usbdevfs /proc/bus/usb usbdevfs defaults 0 0
    sysfs /sys sysfs defaults 0 0
    /dev/sr0 /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/sr1 /cdrom1 iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/dvd /dvd iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/cdaudio /cdaudio iso9660 defaults,ro,user,noexec,noauto 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,umask=000 0 0
    # Added by KNOPPIX
    /dev/hdb2 none swap defaults 0 0

    Then do:
    Code:
    ln -s /dev/sr1 /dev/dvd
    ln -s /dev/sr0 /dev/cdaudio
    chgrp cdrom /dev/dvd /dev/cdaudio /dev/sr0 /dev/sr1 /dev/scd0 /dev/scd1
    I'm assuming here that you have a dvd-cdburner combo drive.

  8. #18
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Quote Originally Posted by Drezliok
    tested sr0 and sr1cd-roms works but pops a error,
    Code:
    mount: block device /dev/sr0 is write-protected, mounting read-only
    being that CD-roms are read only is there a way I can be rid of that error?
    I don't get it, there's a ro in fstab. How did you try to mount it?
    Anyways to have it unmount automaticly when the media is removed? This includes Floppy.
    Haven't tried as I kind of like doing things manually. You only have to right click the desktop icon and choose unmount or do: umount /cdrom or umount /floppy. Without automating things you know that you don't pop your floppy out before writing/reading is done.

  9. #19
    Member registered user
    Join Date
    Mar 2004
    Posts
    35
    no DVD-burner and the so called Cd-burner doesn't burn in linux anyways, I've tried in Fedora core 1 and 2, mandrake9.1, 9.2, 10.0CE, 10.0OE. no worries though, I still have XP.
    edit: Knoppix 3.3 and 3.4 too.

  10. #20
    Member registered user
    Join Date
    Mar 2004
    Posts
    35
    Quote Originally Posted by Markus
    Quote Originally Posted by Drezliok
    tested sr0 and sr1cd-roms works but pops a error,
    Code:
    mount: block device /dev/sr0 is write-protected, mounting read-only
    being that CD-roms are read only is there a way I can be rid of that error?
    I don't get it, there's a ro in fstab. How did you try to mount it?
    Anyways to have it unmount automaticly when the media is removed? This includes Floppy.
    Haven't tried as I kind of like doing things manually. You only have to right click the desktop icon and choose unmount or do: umount /cdrom or umount /floppy. Without automating things you know that you don't pop your floppy out before writing/reading is done.
    New icons on the desktop in KDE, should I do it in the konsole instead?

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Ramdisk needed if HOME moved?... NOT answered
    By sunburnt in forum General Support
    Replies: 1
    Last Post: 04-12-2005, 12:22 AM
  2. Im new to this and i need some questions answered
    By psycofirek in forum General Support
    Replies: 2
    Last Post: 06-15-2004, 05:25 PM
  3. Still not answered: intel i810 onboard audio problems
    By talismand in forum Hardware & Booting
    Replies: 11
    Last Post: 09-21-2003, 03:01 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Dell Intel X710-DA2 2x 10Gb SFP+ PCIe Adapter FH Y5M7N picture

Dell Intel X710-DA2 2x 10Gb SFP+ PCIe Adapter FH Y5M7N

$80.99



Team T-FORCE VULCAN Z 16GB (2 x 8GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) XMP picture

Team T-FORCE VULCAN Z 16GB (2 x 8GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) XMP

$38.99



A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



Corsair Vengeance LPX 32GB PC4-25600 (DDR4-3200) Memory NEVER USED LOOSE STICKS picture

Corsair Vengeance LPX 32GB PC4-25600 (DDR4-3200) Memory NEVER USED LOOSE STICKS

$40.00



CORSAIR Vengeance RGB Pro 32GB (2 x 16GB) 288-Pin PC RAM DDR4 3600 (PC4 28800) picture

CORSAIR Vengeance RGB Pro 32GB (2 x 16GB) 288-Pin PC RAM DDR4 3600 (PC4 28800)

$79.95



Samsung 16GB (2x8GB) DDR4 2400MHz PC4-19200 Desktop RAM Memory M378A1K43CB2-CRC picture

Samsung 16GB (2x8GB) DDR4 2400MHz PC4-19200 Desktop RAM Memory M378A1K43CB2-CRC

$19.95



Crucial 16GB (2x 8GB) Kit DDR3L 1600MHz PC3-12800 UDIMM Desktop 240-Pin CL11 RAM picture

Crucial 16GB (2x 8GB) Kit DDR3L 1600MHz PC3-12800 UDIMM Desktop 240-Pin CL11 RAM

$21.33



HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin picture

HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin

$12.90



16GB 8GB 4GB DDR2 800MHz PC2-6400U 240Pin intel DIMM Desktop PC Memory SDRAM LOT picture

16GB 8GB 4GB DDR2 800MHz PC2-6400U 240Pin intel DIMM Desktop PC Memory SDRAM LOT

$79.99



Patriot Viper Steel DDR4 RAM 16GB (2X8GB) pvs416g440c9k picture

Patriot Viper Steel DDR4 RAM 16GB (2X8GB) pvs416g440c9k

$69.99