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
  •  


Supermicro 1U X11DPU 2x Xeon Gold 6132 2.6GHz / 128gb / 10x 2.5 Trays / 2x 750w picture

Supermicro 1U X11DPU 2x Xeon Gold 6132 2.6GHz / 128gb / 10x 2.5 Trays / 2x 750w

$649.99



HP ProLiant Xeon E3-1220L V2 MicroServer Gen8 2.30 GHz 16 GB RAM NO DRIVES picture

HP ProLiant Xeon E3-1220L V2 MicroServer Gen8 2.30 GHz 16 GB RAM NO DRIVES

$199.99



HPE ProLiant MicroServer Gen8 Intel Xeon E3-1265L 16GB ECC PCIe x16 4x1TB HDD picture

HPE ProLiant MicroServer Gen8 Intel Xeon E3-1265L 16GB ECC PCIe x16 4x1TB HDD

$249.99



HPE ProLiant MicroServer Gen10 Plus v2 Ultra Micro Tower Server - 1 x Intel Xeon picture

HPE ProLiant MicroServer Gen10 Plus v2 Ultra Micro Tower Server - 1 x Intel Xeon

$802.70



Open Eye OE-MTX08 8TB Micro Server With Linux (Boots To Login) No Accessories  picture

Open Eye OE-MTX08 8TB Micro Server With Linux (Boots To Login) No Accessories

$294.95



HP ProLiant Microserver Micro Server HSTNS-5151 untested NO DRIVE CADDIES picture

HP ProLiant Microserver Micro Server HSTNS-5151 untested NO DRIVE CADDIES

$60.75



HPE ProLiant MicroServer Gen10 Plus v2 Ultra Micro Tower Server - 1 x Intel Pent picture

HPE ProLiant MicroServer Gen10 Plus v2 Ultra Micro Tower Server - 1 x Intel Pent

$651.42



Supermicro  CSE  823-6 2U 6 Bay Chassis ,1xPWS 653-2H 650Wsold as in the photo, picture

Supermicro CSE 823-6 2U 6 Bay Chassis ,1xPWS 653-2H 650Wsold as in the photo,

$119.75



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



1U Supermicro Server X10DRU-i+ 2x Xeon E5-2690 V4 28 Cores 64GB 4x 10GBE-T 2PS picture

1U Supermicro Server X10DRU-i+ 2x Xeon E5-2690 V4 28 Cores 64GB 4x 10GBE-T 2PS

$324.00