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
  •  


Western Digital 1TB WD Blue SA510 SATA SSD Internal 2.5”/7mm Cased - WDS100T3B0A picture

Western Digital 1TB WD Blue SA510 SATA SSD Internal 2.5”/7mm Cased - WDS100T3B0A

$89.99



SanDisk 1TB Extreme Portable SSD, External Solid State Drive - SDSSDE61-1T00-G25 picture

SanDisk 1TB Extreme Portable SSD, External Solid State Drive - SDSSDE61-1T00-G25

$109.99



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$19.99



Samsung - Geek Squad Certified Refurbished 980 PRO 1TB Internal SSD PCIe Gen ... picture

Samsung - Geek Squad Certified Refurbished 980 PRO 1TB Internal SSD PCIe Gen ...

$71.99



2 PACK  Seagate ST1000LM035 Mobile HDD 1TB 2.5

2 PACK Seagate ST1000LM035 Mobile HDD 1TB 2.5" SATA III Laptop Hard Drive

$26.85



Kingston NV2 1TB M.2 2280 NVMe PCIe Internal SSD Up to 3500 MB/s SNV2S/1000G picture

Kingston NV2 1TB M.2 2280 NVMe PCIe Internal SSD Up to 3500 MB/s SNV2S/1000G

$60.99



1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot picture

1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot

$580.99



Type C USB 3.0 Flash Drive Thumb Drive Memory Stick for PC Laptop 1TB 2TB lot picture

Type C USB 3.0 Flash Drive Thumb Drive Memory Stick for PC Laptop 1TB 2TB lot

$703.19