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 PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox

$340.00



DELL PowerEdge R730XD 24x 2.5

DELL PowerEdge R730XD 24x 2.5" Server Dual 750W Dual Heatsink - BareBones TESTED

$269.99



Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS picture

Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS

$712.98



Dell Poweredge R640 Server | 2x Xeon Gold 6132 | 128GB | H730P | 8x HDD Trays picture

Dell Poweredge R640 Server | 2x Xeon Gold 6132 | 128GB | H730P | 8x HDD Trays

$1849.00



DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45

$274.00



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD picture

Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD

$79.19



Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB picture

Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB

$510.00



1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 480GB SSD 2x 10GBE picture

1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 480GB SSD 2x 10GBE

$297.00



Dell Poweredge R730xd 2.5in 2x E5-2690 v3 2.6ghz 24-Cores  64gb  H730  2x 750w picture

Dell Poweredge R730xd 2.5in 2x E5-2690 v3 2.6ghz 24-Cores 64gb H730 2x 750w

$189.99