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
  •  


Intel Xeon Phi 7210 1.30GHz 64-Core LGA 3647 Server Processor SR2ME picture

Intel Xeon Phi 7210 1.30GHz 64-Core LGA 3647 Server Processor SR2ME

$22.40



Intel Core i5-8500 Six Core Desktop PC CPU Processor 3.00GHz LGA1151 SR3XE picture

Intel Core i5-8500 Six Core Desktop PC CPU Processor 3.00GHz LGA1151 SR3XE

$49.99



Intel Core i9-12900KF - 12th Gen Alder Lake 16-Core (8P+8E) 3.2GHz LGA CPU picture

Intel Core i9-12900KF - 12th Gen Alder Lake 16-Core (8P+8E) 3.2GHz LGA CPU

$262.99



AMD Ryzen 9 7900X3D Gaming Processor - 12 Core And 24 Threads - 5.60 GHz Max Boo picture

AMD Ryzen 9 7900X3D Gaming Processor - 12 Core And 24 Threads - 5.60 GHz Max Boo

$349.99



Intel Core i5-7600 3.8GHz Quad-Core Processor SR334 LGA1151 picture

Intel Core i5-7600 3.8GHz Quad-Core Processor SR334 LGA1151

$34.99



Intel Core i7-14700KF Unlocked Desktop Processor picture

Intel Core i7-14700KF Unlocked Desktop Processor

$430.64



AMD Ryzen 9 5950X Desktop Processor (4.9GHz, 16 Cores, Socket AM4) Box -... picture

AMD Ryzen 9 5950X Desktop Processor (4.9GHz, 16 Cores, Socket AM4) Box -...

$279.95



Intel Core i7-3770K 3.5GHz Quad-Core (BX80637I73770K) Processor picture

Intel Core i7-3770K 3.5GHz Quad-Core (BX80637I73770K) Processor

$49.00



Intel Xeon E5-2673 v4 20-Core 2.30GHz 50MB 9.60GT/s 135W Processor SR2KE picture

Intel Xeon E5-2673 v4 20-Core 2.30GHz 50MB 9.60GT/s 135W Processor SR2KE

$78.99



Intel Core i5-8500 3.00GHz SR3XE Socket 1151 6 Core CPU Processor picture

Intel Core i5-8500 3.00GHz SR3XE Socket 1151 6 Core CPU Processor

$55.00