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
  •  


Cisco Nexus 48-Port 10G SFP+ Switch N9K-9396PX w/ 9K-M12PQ 12-Port 40G QSFP picture

Cisco Nexus 48-Port 10G SFP+ Switch N9K-9396PX w/ 9K-M12PQ 12-Port 40G QSFP

$249.99



GENUINE Cisco SFP-10G-SR V03 10-2415-03 Transceiver Module 850nm 10G SFP+ picture

GENUINE Cisco SFP-10G-SR V03 10-2415-03 Transceiver Module 850nm 10G SFP+

$6.99



Cisco Catalyst WS-C3750X-48PF-L picture

Cisco Catalyst WS-C3750X-48PF-L

$59.99



Cisco C3KX-NM-10G 4-Port SFP  10G Expansion Module 3750-X / 3560-X Switch picture

Cisco C3KX-NM-10G 4-Port SFP 10G Expansion Module 3750-X / 3560-X Switch

$50.00



Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module 10-2415-03  picture

Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module 10-2415-03

$8.00



NEW Sealed Cisco SFP-10G-LR 10GBASE-LR SFP+ 1310nm 10km *US Shipping* picture

NEW Sealed Cisco SFP-10G-LR 10GBASE-LR SFP+ 1310nm 10km *US Shipping*

$18.00



Cisco QSFP-40G-SR-BD BiDi Short-reach Transceiver, 1 Year Warranty picture

Cisco QSFP-40G-SR-BD BiDi Short-reach Transceiver, 1 Year Warranty

$17.25



Cisco SFP-10G-LR-S SFP+ 1310nm 10km DOM Transceiver Module 10-3107-01 - 1 Year  picture

Cisco SFP-10G-LR-S SFP+ 1310nm 10km DOM Transceiver Module 10-3107-01 - 1 Year

$41.59



LOT OF 20 Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module picture

LOT OF 20 Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module

$89.00



Cisco Meraki MA-SFP-10GB-SR 10G SFP+ SR 850nm 300m LC MMF picture

Cisco Meraki MA-SFP-10GB-SR 10G SFP+ SR 850nm 300m LC MMF

$29.99