PDA

View Full Version : Knoppix on HDD



Yaro
01-01-2003, 07:19 PM
Knoppix on CD is the only Linux distro that ever recognized my ZIP Disk correctly! But when I installed Kpx on a HDD (dedicated HDD, no other OS present) I can not set up my modem dialer (PPP) My ZIP (ATAPI) as well as the 2 CD/DVD's are no longer recognized. There are simply no entries for any of my devices under /mnt. All these items function properly when run off the CD! Any help/suggestions appreciated
Yaro

eadz
01-05-2003, 01:27 PM
unfourtunally that is the case quite often. your installed knoppix is now really debian, so best search debian documentation on these issues. I have never used a zip drive under linux. It will most likely involve adding entries to /etc/fstab

RockMumbles
01-06-2003, 04:38 AM
Give us some more info ...

What kind of zip drive do you have? parallel-port, scsi or ATAPI?

If you use KDE there should be a super user file manager use it or log into a terminal window or console and look at your /etc/fstab file (from a console: less /etc/fstab). You should see two entries for your cdroms something like this:
...
/dev/cdrom0 /mnt/cdrom0 iso9660 defaults,ro,user,noexec,noauto 0 0
/dev/cdrom1 /mnt/cdrom1 iso9660 defaults,ro,user,noexec,noauto 0 0
...
then as root make the necessary mountpoints by;
mkdir /mnt/cdrom0
and
mkdir /mnt/cdrom1
in a console

or by creating the new directories in the super user file manager by navigating to /mnt directory and right clicking, new directory.

HTH

rock