PDA

View Full Version : Where did my USB 2.0 Harddrive Go?



Isaacav2
06-26-2003, 11:40 AM
I just got done installing Knoppix onto my harddrive, and now I dont have Icons for my primary harddrive, or my other partition, or my external harddrive. How do I get the Icons back like they were when I had knoppix just off the C.D?

aay
06-26-2003, 03:33 PM
Yeah this is one of the quircks of the installer right now. Maybe the new one will fix it. But you can get them back.

The entries for your drives should have been written to /etc/fstab, but they will have been commented out.

Open /etc/fstab in any text editor (as root) and remove the #'s in front of the relevant drives/partitions.

Then right click on your desktop, chose "Create New", "Hard Drive".

Then once you have the Icon on your desktop, right click it and choose properties. Then click on the device tab and select the proper device from the pull down menu.

If you have any questions/problem, post back here and post the contents of /etc/fstab.

Isaacav2
06-26-2003, 04:52 PM
This is what my fstab looks like. I did a fresh install so I only have one partition on the harddrive. So... I just take the Number symbol out of one of theese to get my usb harddrive working right? And I also have a second C.D Rom/Burner in my system that is not mounted either, wich one do I undo for that one also?

I'm holding off on experementing, I'm too sacred something might break.

thanks for your help!


# /etc/fstab: filesystem table.
#
# filesystem mountpoint type options dump pass
/dev/hda1 / ext2 defaults,errors=remount-ro 0 1
proc /proc proc defaults 0 0
/dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
/dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
# partitions found by Knoppix
#/dev/hda1 /mnt/hda1 ext2 noauto,users,exec 0 0
#/dev/hda2 /mnt/hda2 auto noauto,users,exec 0 0

Isaacav2
06-26-2003, 05:05 PM
I uncommented the last two sentances and I went to add new harddrive, and it doesnt work. I used all of the options that it opened up, and all of them say that the directory doesn't exist. If I remember correctly the name for my external harddrive while I was using knoppix was sda1 err something like that... I don't know if that helped.

headaces!!!!!

by the way it is a Buslink 80 gig 7200rpm usb 2.0/1394 external harddrive. and the other device that I want to install is a generic 48/24/28 cdrw.

aay
06-26-2003, 06:11 PM
Ok I thought you had these devices pluged into your system when you did your install, but it sounds like they may not have been. If they were, then commented out entries should have been created in your fstab.

Since I take it you don't want to do another install :-) ... just follow the instructions by Fabianx at the following post:

http://www.knoppix.net/forum/viewtopic.php?t=2230

Feel free to post back if you have problems/questions.

Isaacav2
06-26-2003, 07:12 PM
:?

Heh, I think that I need to completelz reßinstall everzthing. Mz kezs are all messed up!!!!!

sooo, what would be the best waz to do everzintg when all zou have is a knoppix c.d_

I have 2 Cd rom devices and mz external drive... also should I set up more than just a primarz and a swap partition_

thanks for all of zour help :wink:

aay
06-26-2003, 10:38 PM
If you are having language keyboard problems, I would recommend two things. You can try running kpersonalizer and seeing if that will help fix these issues. Also there should be a national flag of some sort in the lower right hand corner of you KDE desktop. Right click it and adjust your keyboard layout scheme. You can probably fix things this way.

As far as the hd install scheme goes, you can create more than one partition for say /home or /etc, but you don't have to. If you are just getting used to linux I would suggest putting everything on / for now, and later you can adjust things if you want. Stephen did a nice howto about how to put /home on a different partition. It's in the docs section if you want to look it it.

Hope this helps.