Results 1 to 5 of 5

Thread: I new in knoppix linux world...my problem is...

  1. #1
    Junior Member
    Join Date
    Nov 2003
    Location
    Polinyà-Barcelona (Spain)
    Posts
    4

    I new in knoppix linux world...my problem is...

    When I'm working with cd live I see 3 cd-rom drives that I've got in my computer.....

    When I'm working with installed knoppix on hd.I see only one cd-rom drive by me created..so, how can I create and access the other two?(DVD & CD-Writter).

    Be patience with me I'm walking for firtsh time on linux.

    Thanks in advance.

    Regards.........almola.

  2. #2
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353

    Re: I new in knoppix linux world...my problem is...

    Quote Originally Posted by almola
    When I'm working with cd live I see 3 cd-rom drives that I've got in my computer.....

    When I'm working with installed knoppix on hd.I see only one cd-rom drive by me created..so, how can I create and access the other two?(DVD & CD-Writter).

    Be patience with me I'm walking for firtsh time on linux.

    Thanks in advance.

    Regards.........almola.
    Yes installing to the hard drive does change some things, but we should be able to get your other drives working. The drives themselves should actually have been detected fine. Look at the file /etc/fstab in a text editor. You should see all three of your cd's dvd's there. They will look something like this:

    Code:
    /dev/cdrom /cdrom  iso9660  defaults,ro,user,noexec,noauto  0  0
    /dev/dvd /dvd  iso9660  defaults,ro,user,noexec,noauto  0  0
    As long as you see all three devices there, all you need to do is mount the drives.

    You can mount the drives either from the command line or by creating links to them on your desktop. For example If I wanted to mount the cd device listed above I would simply issue the following command from a shell

    Code:
    mount /cdrom
    Knoppix uses autofs so you actually should not have to issue the "umount /cdrom" command to unmount the drive, but having said this autofs will not let you eject the cdrom if you have a /cdrom open in a shell or in Konqueror. Exit from these and type "eject" from the command line or simply press the eject button on your cdrom.

    If you want to put links to your cdrom devices, simply right click on the desktop, select "Create New", select "CD ROM Device", click on the "Device" tab at the top of the box and use the pull down menu to select the proper device (these are the same devices listed in your /etc/fstab file)

    BTW, if by chance you don't have any cdrom devices listed in your fstab (not likely), then simpy run "rebuildfstab" as root.

    This should pretty much cover it.

    Come back here if you run into any more problems.

    Adam

  3. #3
    Junior Member
    Join Date
    Nov 2003
    Location
    Polinyà-Barcelona (Spain)
    Posts
    4

    From almola to Adam

    After running rebuildfstab, my fstab file look's like this:

    # /etc/fstab: filesystem table.
    #
    # filesystem mountpoint type options dump pass
    /dev/hda2 / ext3 defaults,errors=remount-ro 0 1
    /dev/hda5 none swap sw 0 0
    proc /proc proc defaults 0 0
    /dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
    /dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
    # partitions found by Knoppix
    #/dev/hda1 /mnt/hda1 vfat noauto,users,exec,umask=000,uid=knoppix,gid=knoppi x 0 0
    #/dev/hda2 /mnt/hda2 auto noauto,users,exec 0 0
    # Added by KNOPPIX
    /dev/hda1 /mnt/hda1 vfat noauto,users,exec,umask=000,uid=knoppix,gid=knoppi x 0 0

    Then I can only install one cdrom, it is done.

    But I can not install the other two drives.

    When my system is booting I see that knoppix detects the three drives,by name and by links (scd0..1..2).

    I've been tryng writting like root on filesystemtable (fstab) a new line ....

    /dev/dvd /dvd iso9660 defaults,ro,user,noexec,noauto 0 0..and creating a dvd dir in the root dir..but the result is ---no medium found---.

    Now I'm queryng your help. Realy I not understand. Sorry..

    Thanks in advance for your answer.

    Regards..........almola.

  4. #4
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479

    Re: From almola to Adam

    Quote Originally Posted by almola
    After running rebuildfstab, my fstab file look's like this:

    # /etc/fstab: filesystem table.
    #
    # filesystem mountpoint type options dump pass
    /dev/hda2 / ext3 defaults,errors=remount-ro 0 1
    /dev/hda5 none swap sw 0 0
    proc /proc proc defaults 0 0
    /dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
    /dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
    # partitions found by Knoppix
    #/dev/hda1 /mnt/hda1 vfat noauto,users,exec,umask=000,uid=knoppix,gid=knoppi x 0 0
    #/dev/hda2 /mnt/hda2 auto noauto,users,exec 0 0
    # Added by KNOPPIX
    /dev/hda1 /mnt/hda1 vfat noauto,users,exec,umask=000,uid=knoppix,gid=knoppi x 0 0

    Then I can only install one cdrom, it is done.

    But I can not install the other two drives.

    When my system is booting I see that knoppix detects the three drives,by name and by links (scd0..1..2).

    I've been tryng writting like root on filesystemtable (fstab) a new line ....

    /dev/dvd /dvd iso9660 defaults,ro,user,noexec,noauto 0 0..and creating a dvd dir in the root dir..but the result is ---no medium found---.

    Now I'm queryng your help. Realy I not understand. Sorry..

    Thanks in advance for your answer.

    Regards..........almola.
    Change the /etc/fstab to this:
    Code:
    # /etc/fstab: filesystem table.
    #
    # filesystem  mountpoint  type  options  dump  pass
    /dev/hda2  /  ext3  defaults,errors=remount-ro  0  1
    /dev/hda5  none  swap  sw  0  0
    proc  /proc  proc  defaults  0  0
    /dev/fd0  /floppy  vfat  defaults,user,noauto,showexec,umask=022  0  0
    /dev/cdrom  /cdrom  iso9660  defaults,ro,user,noexec,noauto  0  0
    /dev/scd1  /dvd  iso9660  defaults,ro,user,noexec,noauto  0  0
    /dev/scd2  /cdrw  iso9660  defaults,ro,user,noexec,noauto  0  0
    
    # partitions found by Knoppix
    #/dev/hda1 /mnt/hda1 vfat noauto,users,exec,umask=000,uid=knoppix,gid=knoppix 0 0
    #/dev/hda2 /mnt/hda2 auto noauto,users,exec 0 0
    # Added by KNOPPIX
    /dev/hda1 /mnt/hda1 vfat noauto,users,exec,umask=000,uid=knoppix,gid=knoppix 0 0
    Then as root in a console window

    Code:
    cd /
    mkdir cdrw
    And you now should be able to make shortcuts on the desktop for the devices and be able to access them. note: if the dvd gets detected as the scd2 device then change the order with the cdrw in the /etc/fstab.

  5. #5
    Junior Member
    Join Date
    Nov 2003
    Location
    Polinyà-Barcelona (Spain)
    Posts
    4

    Thanks Stephen...

    All my drives are working .. I've got a lot of questions about Knoppix .. but steep by steep...thanks a lot again to all..we'll see.

    Regards ....... almola.

Similar Threads

  1. hello world! did I have an really stuppid idea?
    By gmamorim in forum MS Windows & New to Linux
    Replies: 1
    Last Post: 10-12-2004, 03:41 AM
  2. Linux booting problem
    By M. Silva in forum The Lounge
    Replies: 0
    Last Post: 06-19-2004, 11:49 AM
  3. The baddest download manager in the world.
    By rickenbacherus in forum The Lounge
    Replies: 9
    Last Post: 06-28-2003, 11:45 PM
  4. ... in a post-hdinstall world...
    By _jz_ in forum Ideas
    Replies: 1
    Last Post: 04-10-2003, 02:52 AM
  5. PC World Knoppix article online
    By eadz in forum News
    Replies: 1
    Last Post: 03-28-2003, 05:35 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
  •  


Vintage Apple Graphite Clamshell iBook G3 M2453 - Untested picture

Vintage Apple Graphite Clamshell iBook G3 M2453 - Untested

$149.00



Vintage Seagate Legacy 41MB Internal 3600RPM 5.25

Vintage Seagate Legacy 41MB Internal 3600RPM 5.25" ST-251 HDD MFM Hard Disk

$20.00



Vintage Radeon X700 Pro Just Box picture

Vintage Radeon X700 Pro Just Box

$30.00



NOS VINTAGE COMPAQ PORTABLE III KEYBOARD NEW IN BOX picture

NOS VINTAGE COMPAQ PORTABLE III KEYBOARD NEW IN BOX

$150.00



BlueSCSI V2 WiFi (Narrow DB25) - Modern Storage for Vintage Computers picture

BlueSCSI V2 WiFi (Narrow DB25) - Modern Storage for Vintage Computers

$51.50



BlueSCSI V2 WiFi (Desktop) Modern Storage for Vintage Computers Latest Model picture

BlueSCSI V2 WiFi (Desktop) Modern Storage for Vintage Computers Latest Model

$53.50



Vintage ATI VGA Wonder+ ISA VGA Video Graphics Card picture

Vintage ATI VGA Wonder+ ISA VGA Video Graphics Card

$135.00



NEW Manufacture OLD STYLE Oval 3 Prong Power Cord HP style 125V 7A 875W Vintage picture

NEW Manufacture OLD STYLE Oval 3 Prong Power Cord HP style 125V 7A 875W Vintage

$39.95



Vintage Televideo Model 965 Keyboard Rare Hard To Find picture

Vintage Televideo Model 965 Keyboard Rare Hard To Find

$70.00



Vintage Compaq 3.5 Floppy Drive 166919-001 Used Good 5.25 Bezel Description picture

Vintage Compaq 3.5 Floppy Drive 166919-001 Used Good 5.25 Bezel Description

$29.99