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
  •  


Cisco IE-3000-8TC Industrial Ethernet 8 Ports Managed Switch 1 Year Warranty picture

Cisco IE-3000-8TC Industrial Ethernet 8 Ports Managed Switch 1 Year Warranty

$114.00



Cisco Nexus 48-Port 10G SFP+ Switch N9K-9396PX w/ 9K-M12PQ 12-Port 40G QSFP picture

Cisco Nexus 48-Port 10G SFP+ Switch N9K-9396PX w/ 9K-M12PQ 12-Port 40G QSFP

$249.99



Juniper EX4300-24T Layer 3 24 Ports Manageable Ethernet Switch 1 Year Warranty picture

Juniper EX4300-24T Layer 3 24 Ports Manageable Ethernet Switch 1 Year Warranty

$195.00



HP ProCurve 4108gl J4865A Modular Network Switch picture

HP ProCurve 4108gl J4865A Modular Network Switch

$119.99



HP 2530-48G 48 Port Gigabit Ethernet Network Switch J9775A picture

HP 2530-48G 48 Port Gigabit Ethernet Network Switch J9775A

$30.95



New Linksys SE3005 5-port Gigabit Ethernet Switch picture

New Linksys SE3005 5-port Gigabit Ethernet Switch

$18.99



New 10/100 Mbps 8 Ports Fast Ethernet LAN Desktop RJ45 Network Switch Hub picture

New 10/100 Mbps 8 Ports Fast Ethernet LAN Desktop RJ45 Network Switch Hub

$11.49



Linksys SE3008 8 Ports Rack Mountable Gigabit Ethernet Switch picture

Linksys SE3008 8 Ports Rack Mountable Gigabit Ethernet Switch

$21.99



HP ProCurve 2530-24G J9776A 24 Port Gigabit Ethernet Managed Network Switch picture

HP ProCurve 2530-24G J9776A 24 Port Gigabit Ethernet Managed Network Switch

$34.99



Juniper Networks EX3300-48P 48-Port PoE+ 4x SFP+ Network Switch w/ Power Cord picture

Juniper Networks EX3300-48P 48-Port PoE+ 4x SFP+ Network Switch w/ Power Cord

$43.95