Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: Answered

  1. #1
    Member registered user
    Join Date
    Mar 2004
    Posts
    35

    Answered

    As the topic says, they aren't working and I don't know why.

    This is all that I have done before I noticed this.

    apt-get update and upgrade, did a distro upgrade.
    removed ypbind with help from the forum
    adjusted lilo to boot windows first
    adjusted the apt-get sources.ist so I only get stable and java.


    I am a newbie for sure, I am just starting out and got the hang of apt-get.

    During the auto config knoppix says it sees my cd-roms.


    Thankyou for any help, with out knoppix I would never try learning Linux.
    Drezliok

  2. #2
    Junior Member registered user
    Join Date
    Sep 2003
    Posts
    23
    I have the same problem. I'm not sure why this happens, but sometimes if I put in a data CD into the drives before I reboot, I am able to mount the drives. The problem is, sometimes it works, sometimes it doesn't.

  3. #3
    Junior Member registered user
    Join Date
    Jul 2004
    Posts
    27
    What errors are you getting when you try to mount?

    It could be something in your fstab I guess.

  4. #4
    Member registered user
    Join Date
    Mar 2004
    Posts
    35
    Quote Originally Posted by Jez
    What errors are you getting when you try to mount?

    It could be something in your fstab I guess.
    it says "Unable to run the command specified. The file or folder file:/mnt/cdrom does not exist."

    um, I didn't know what fstab was so I Manned it[ if thats a term for "man fstab"]

    Here is the file.

    Code:
    # /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/cdrom /cdrom  iso9660  defaults,ro,user,noexec,noauto  0  0
    /dev/cdrom1 /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
    Oh, can anyone also help me make it so it will auto mount my windows drive, hda1 when the system boots?

    Thankyou all for the help.

  5. #5
    Junior Member registered user
    Join Date
    Sep 2003
    Posts
    23
    One way to get the Win XP partition to auto mount after boot up is to first mount it, then through the K menu go to Knoppix, Configure, and Save Knoppix Configuration. Click on what you want to save in the menu. To have the configurations restored when you reboot, you have to edit LILO. There are instructions after you create your configuration. Hope this helps.

  6. #6
    Member registered user
    Join Date
    Mar 2004
    Posts
    35
    Quote Originally Posted by jtsai256
    One way to get the Win XP partition to auto mount after boot up is to first mount it, then through the K menu go to Knoppix, Configure, and Save Knoppix Configuration. Click on what you want to save in the menu. To have the configurations restored when you reboot, you have to edit LILO. There are instructions after you create your configuration. Hope this helps.
    I think there might be another way that is directly related to the fstab and the fixing there of. I'll try your way later.

  7. #7
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981
    I have found that sometimes Knoppix doesnt' make the /mnt/cdrom directory when it should and sometimes fails to properly include everything in /etc/fstab.
    If you have done your HD install 'Debian style', you should only have to mkdir the missing directory and/or edit fstab to your liking (perhaps to auto mount drive at boot) & it should stay that way.
    If you have done you HD install "Knoppix style", it will try to autodetect & write a new fstab each boot. The way around this is boot code 'nofstab'. Add it to the list of appends in /etc/lilo.conf then re-run lilo.

  8. #8
    Member registered user
    Join Date
    Mar 2004
    Posts
    35
    Addition information on my computer can be found here.
    http://www.gaiaonline.com/forum/viewtopic.php?t=3033939

    I got some tech help there but I'm not sure what it means yet, more research on my part.

  9. #9
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    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.

    EDIT: Just remembered that you only have stable in sources.list which might make it a bit difficult to install any software since knoppix is a mix of testing and unstable.

  10. #10
    Member registered user
    Join Date
    Mar 2004
    Posts
    35
    Quote Originally Posted by CrashedAgain
    I have found that sometimes Knoppix doesnt' make the /mnt/cdrom directory when it should and sometimes fails to properly include everything in /etc/fstab.
    If you have done your HD install 'Debian style', you should only have to mkdir the missing directory and/or edit fstab to your liking (perhaps to auto mount drive at boot) & it should stay that way.
    If you have done you HD install "Knoppix style", it will try to autodetect & write a new fstab each boot. The way around this is boot code 'nofstab'. Add it to the list of appends in /etc/lilo.conf then re-run lilo.
    I think it was Debian style. any way to check?

Page 1 of 3 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
  •  


HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram 2x 256GB SSD Quadro 2000 Linux GA picture

HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram 2x 256GB SSD Quadro 2000 Linux GA

$212.49



Dell Poweredge R630 2x Xeon E5-2680 v4 2.4ghz 28-Cores / 128gb / H330 / 2x 1TB picture

Dell Poweredge R630 2x Xeon E5-2680 v4 2.4ghz 28-Cores / 128gb / H330 / 2x 1TB

$334.99



Dell Precision T5600 Xeon E5-2603 1.80GHz 16GB RAM 1TB HDD Quadro 600 #27 picture

Dell Precision T5600 Xeon E5-2603 1.80GHz 16GB RAM 1TB HDD Quadro 600 #27

$76.99



Intel Xeon E5-2697 V4 2.30 GHz 18C 2011-3 2400MHz 45MB 145W SR2JV CPU Processor picture

Intel Xeon E5-2697 V4 2.30 GHz 18C 2011-3 2400MHz 45MB 145W SR2JV CPU Processor

$45.00



Intel Xeon E5-2680 v4 SR2N7 2.40GHz 35MB 14-Core LGA2011-3 CPU Processor picture

Intel Xeon E5-2680 v4 SR2N7 2.40GHz 35MB 14-Core LGA2011-3 CPU Processor

$14.99



SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 Grade A Processor picture

SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 Grade A Processor

$4.50



Dell Precision T5810 Xeon E5-1620 v4 (3.50GHz) 32GB RAM,  No OS, No Graphic Card picture

Dell Precision T5810 Xeon E5-1620 v4 (3.50GHz) 32GB RAM, No OS, No Graphic Card

$100.00



Intel Xeon E7-8890 V4 2.20GHz 24-Core 60MB LGA2011 Server CPU Processor SR2SS picture

Intel Xeon E7-8890 V4 2.20GHz 24-Core 60MB LGA2011 Server CPU Processor SR2SS

$29.99



Lenovo Thinkstation P510 E5-1620 V4 16GB RAM 512GB SSD DVD Quadro M2000 W10 Pro picture

Lenovo Thinkstation P510 E5-1620 V4 16GB RAM 512GB SSD DVD Quadro M2000 W10 Pro

$184.95



Intel Xeon E3-1285 V3 3.6 GHz 8M Quad-Core SR14W CPU Processor picture

Intel Xeon E3-1285 V3 3.6 GHz 8M Quad-Core SR14W CPU Processor

$49.50