I am so lost...


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers I am so lost...
# 1  
Old 10-18-2007
Question I am so lost...

I have been using linux now for about 6 months. I like it although it was quite a learning process. Pretty simple for the most part. Here is my prob...

The first time I installed linux on my computer it went in just fine, no problems.
It did eventually crash though and I had to re-install it. This happened a few times and every time I re-installed it, it became harder to do. Takes longer, more probs...etc. Also it got harder to install/operate/run almost everything on it. I now cannot install it at all. I am stuck running this program from an ubuntu live disc. I have been trying to download a disc wiper to clean this disc good and try again. I cannot get this or anything for that matter to download and WORK.

There is probably a very simple explination for this. RIGHT? I think I need to wipe this disc and start over...

Can anyone help me out here???

Thank you,
Treb

Last edited by Treb; 10-18-2007 at 01:32 AM.. Reason: spelling
# 2  
Old 10-18-2007
Quote:
Originally Posted by Treb
I think I need to wipe this disc and start over...
Use fdisk to delete all the partitions on your harddisk, boot from the live CD and then us su or sudo to run it.

As a recommendation, don't just choose a default install now, you should have a pretty good idea of the shape of a linux installation.

You need

a boot partition near the start of the disk

a swap partition

a root partition

With ubuntu I use either the "alternate" or "server" disk to do my installation and basically treat it as a debian system.
# 3  
Old 10-18-2007
Another option you may consider is virtual PCs (such as VMWare). Install vmware player, and then download one out of the many Linux virtual appliances available online. Once you "play" it, Linux starts up running in the console window. No install. No mess.

Of course if you would like to install yourself instead of relying on third party appliances, you will need VMWare server, but it is also free. Then you can install Linux as you normally would except you do not install to a real partition but to a virtual disk, that you can easily remove as you like. That's what I am doing on an office desktop.

If you have a fast PC, that is generally not a problem. I have a new laptop with Vista preinstalled and the existing partitioning as shipped makes it tedious for repartitioning for Linux unless I am to reinstall everything. Although vmware PCs is not a real installation, at least that works with minimal mess (and I found it more convenient to switch between Windows and Linux this way compared with dual-boot) and it gives me an opportunity to try a new distro every week without reinstall and reinstall and without burning new DVDs all the time .....
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

I am so lost !!!

I am taking an online Linux class, which is mandatory for me to graduate. Unfortunately I got the worst online teacher ever, he never respond to any e-mails. I have no idea what going on in this class so I am turning to you guys. Here is the questions for the week, Ok I don't expect anybody to... (1 Reply)
Discussion started by: Thunderbunny
1 Replies

2. UNIX for Dummies Questions & Answers

Lost my Way

I want to execute my own utilities from my bin folder without having to specify paths at run time - i.e. just enter name on command line - to do this my search path needs to be set up at login time - when I do this the path is not getting set right apparently(?) - PATH echos OK but the search... (0 Replies)
Discussion started by: robert stansel
0 Replies

3. UNIX for Dummies Questions & Answers

I'm so lost...

Fair warning... I know nothing of Unix. That's why I joined this forum and I need your feedback desperatly. Here is the situation... I built an app using ASP and Northcode's SWF Studio v3 for a cd launcher tool for a client that develops software. They like the app and it works well on... (2 Replies)
Discussion started by: daJabberwocky
2 Replies

4. UNIX for Dummies Questions & Answers

ok im like lost and confused!!

:eek: im trying to make a website and im on a site that tells how... but, it says 2 access my unix account to make 1 online and im alrdy confused!! (1 Reply)
Discussion started by: blugsnorfia
1 Replies

5. Filesystems, Disks and Memory

Lost Data Lost Admin

First time so excuse my ignorance please. I may not be accurately describing the issue. I have inherited a small lab mostly SUN V120s. We lost power and are trying to recover. Nope no backups... The primary issue I have is 1 box is an Oracle Server. It has 2 36Gb harddrives. I am able to... (3 Replies)
Discussion started by: murphsr
3 Replies

6. UNIX for Dummies Questions & Answers

So lost

I have been reading up on starting a website, but i am still lost. I am in much need of assistance. Kind of a step by step because i still don't know where to start. please help. thank you (1 Reply)
Discussion started by: sweetie020602
1 Replies

7. Programming

Packets Getting Lost

I am working on a project, which has the following type of hardware setup. A special hardware device is receiving data from an external network interface. So we can have multiple such a hardware devices. Now these hardware devices will route the captured incoming data through the external... (4 Replies)
Discussion started by: S.P.Prasad
4 Replies

8. UNIX for Dummies Questions & Answers

Interested, but lost.

Alright, so I'm interested in using Unix, but I have a couple of pretty basic questions: 1) What's the relationship between Linux and Unix? Are they one and the same, or completely different? 2) Can you use Unix on a laptop? and 3) Where can you get Unix? Thanks for listening. (9 Replies)
Discussion started by: Ned
9 Replies

9. Shell Programming and Scripting

lost again

will this script work? I want to use it in unix. clear ans='y' While test $ans='y' do notfound() { echo $response " is not logged in" } found() { echo $response "is logged into " $name } name=`ps -eaf | grep "\<$response\>" | cut -b 80-85` if ; then name=`rsh server2 ps -eaf... (7 Replies)
Discussion started by: azman
7 Replies
Login or Register to Ask a Question