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
  •  


1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot picture

1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot

$80.39



SAMSUNG SM961 SERIES 1TB MLC PCIE 3.0 X4 NVME M.2 2280 INTERNAL SSD | MZ-VKW1T00 picture

SAMSUNG SM961 SERIES 1TB MLC PCIE 3.0 X4 NVME M.2 2280 INTERNAL SSD | MZ-VKW1T00

$64.99



Type C USB 3.0 Flash Drive Thumb Drive Memory Stick for PC Laptop 1TB 2TB lot picture

Type C USB 3.0 Flash Drive Thumb Drive Memory Stick for PC Laptop 1TB 2TB lot

$73.29



SanDisk 1TB SSD Plus, Internal Solid State Drive - SDSSDA-1T00-G26 picture

SanDisk 1TB SSD Plus, Internal Solid State Drive - SDSSDA-1T00-G26

$43.23



1TB Samsung 850 Pro Series 2.5

1TB Samsung 850 Pro Series 2.5" SATA 3 SSD MZ-7KE1T0BW HDD hard drive MZ-7KE1T0

$59.99



Samsung - Geek Squad Certified Refurbished 870 EVO 1TB SATA Solid State Drive picture

Samsung - Geek Squad Certified Refurbished 870 EVO 1TB SATA Solid State Drive

$67.99



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$13.99



1TB HDD/SSD 2.5

1TB HDD/SSD 2.5" SATA Hard Drive for Laptop with Win 10/Win 11 Pro Pre-installed

$26.99



Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot picture

Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot

$109.99



Micron 1300 MTFDDAK1T0TDL-1AW1ZABYY 1TB 2.5

Micron 1300 MTFDDAK1T0TDL-1AW1ZABYY 1TB 2.5" 6Gb/s SATA Solid State Drive

$39.99